@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> Antixrict: how does line 737 look?
<1> 1 moment
<1> reject_unknown_recipient_domain, reject_unlisted_
<1> #check_sender_access mysql:/etc/postfix/restricted_senders
<1> #smtpd_restriction_cl***es = insiders_only
<1> 737 is check_sender_access mysql:/etc/postfix/restricted_senders
<2> Antixrict i think it should be check_sender_access = mysql:/etc/postfix/restricted_senders
<0> Is the line setting anything like smtpd_sender_restrictions?
<1> http://www.postfix.org/RESTRICTION_CL***_README.html
<1> but tehre no =
<2> mind the = ?
<2> i dont know myselve :p
<1> ChrisH yes
<1> ofcourse
<1> smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
<1> ..



<1> ChrisH any ideas?
<1> smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject_unknown_recipient_domain, reject_unlisted_recipientpermit_mynetworks, reject_unauth_destination, reject_unknown_recipient_domain, reject_unlisted_recipient,
<1> #check_sender_access mysql:/etc/postfix/restricted_senders
<1> #smtpd_restriction_cl***es = insiders_only
<1> #local_only = check_recipient_access mysql:/etc/postfix/local_domains, reject_unauth_destination
<1> #insiders_only = check_sender_access mysql:/etc/postfix/insiders, reject
<1> it's all
<0> Antixrict: can you paste that to a pastebin? that looks strange here.
<1> !pastebin
<3> Antixrict: 'pastebin' : a way to paste larger amounts of text so that other people can read it. Try http://www.rafb.net/paste/ or http://paste.debian.net/ - Do not forget to tell us the URL where you pasted it.
<1> http://www.rafb.net/paste/results/WLhDbs90.html
<1> ChrisH ?
<4> use a few spaces in line 2 of that paste
<4> so that it reads
<4> . check_sender_access mysql:/etc/postfix/restricted_senders
<4> with a few spaces between the dot and the beginning of the check_sender...
<1> derbien ou
<1> ok
<1> i try now
<4> that way postfix will know it belongs to the above smtpd_recipient_restrictions paragraph
<1> interesting
<4> in your case postfix thinks its a completely new statement.. which would be missing the "="
<4> i put an example: http://www.rafb.net/paste/results/xQCbjY58.html
<1> derbien ok and what you think my example can work?
<1> i want to add 1 mailbox where can write only local domains
<4> sorry, not in the mood to verify configs at the moment. i just saw that your original error was an easy fix. im going back idle now :P
<2> hi i'm installing postfix and my logs keep on filling with warning: 52AA07C145: virtual_alias_maps map lookup problem for root@<domain>
<1> derbien thank you anyway
<1> :)
<2> hmm, i seem to get mail from sendmail ( postfix/pickup[17391]: 3D81F7C147: uid=106 from=<smmsp> )
<2> how can i stop this ?
<2> i looked it up in p***wd -> smmsp:x:106:106:Mail Submission Program
<5> anyone know about this error: postfix/virtual[32649]: fatal: gethostbyname: Success
<6> morning
<5> hi
<7> morn'n
<8> hi... I appear to have a missing part of my jigsaw for postfix/amavis/clamav
<8> mail is p***ing
<8> but I'm getting postfix/qmgr[23076]: warning: connect to transport amavis: Connection refused
<9> is amavis running?
<9> is it running on the port you suppose it is?
<8> amavis 23124 0.0 2.4 57460 50432 ? S May21 0:00 amavisd (master)
<8> ahh ..
<8> where is the port defined?
<8> amavisd.conf?
<9> in the amvis config and the transport eintry in master.cf I think
<8> inet port in amavisd.conf is 12004
<8> master.cf refers to 12005
<9> *golf clap*
<8> which is per the how to's
<9> hrm
<10> both should be in master.cf
<0> Usually it's 10024 for the port postfix->amavis and 10025 amavis->postfix
<10> are you sure you're not mixing numbers up?
<8> I've been using this: http://genco.gen.tc/postfix_virtual.php#amavisdclamav
<10> someone forgot to take their dyslexia pill this morning ;)
<0> Tony[]: Looks okay. But it's 10024 and 10025 indeed.
<8> 10024 in postfix
<8> and 10025 in amavis?
<8> 10024 in master.cf I mean
<0> As I said: it's 10024 for the port postfix->amavis and 10025 amavis->postfix



<10> Tony[]: other way around
<0> So amavis is listening on 10024 and postfix on 25 and 10025.
<8> warning: connect to transport amavis: Connection refused
<0> Tony[]: try "telnet localhost 10024"
<10> telnet localhost 10024
<10> darn!
<0> Nice try. :)
<8> ChrisH: got the mailserver
<0> Tony[]: That's wrong. It should be amavis.
<8> 220 ESMTP Ready
<8> is mailserver?
<0> Tony[]: Depends. Is that all it says?
<8> 220 [127.0.0.1] ESMTP amavisd-new service ready
<8> is amavis
<8> 220 [127.0.0.1] ESMTP amavisd-new service ready - is on port 10025
<0> As you probably know your amavis is running on the wrong port.
<8> 220 [127.0.0.1] ESMTP amavisd-new service ready is now on 10024
<8> mailserver is now on 10025
<11> what are some open-source IMAP servers that are easy to integrate with postfix?
<8> ChrisH: not sure I understand these were the original settings .. now i's working
<8> last problem.. how cam I empty the queue? when I flush I get -- status=deferred (delivery temporarily suspended: transport is unavailable)
<8> but new mail is working
<8> interferon: I use courier-imap
<8> interferon: but I'm not an expert by any stretch of the imagination
<11> Tony[], does it use its own message store format?
<11> Tony[], postqueue -d ALL will empty your queue
<8> umm ... MBOX I think
<11> Tony[], as in delete all messages in the queue :)
<11> ah i'd need maildir
<8> thanks for clarifying that, you were about to give me a real bad day
<8> with lots of angry customers
<11> Tony[], you did ask to have it emptied
<11> Tony[], did you try requeuing with postsuper -r ALL
<8> interferon: you don't work on the Microsoft helpdesk do you? i.e.
<8> factually correct...
<8> but not exactly what I wanted :)
<8> interferon: I'm standing in while the mainadmin is elsewhere in the world
<8> so ***ume no :)
<11> Tony[], well, my mistake
<8> not complaining.... just stuck in a difficult place right now
<11> did requeuing the messages do the trick?
<8> Requeued: 422 messages
<8> but nothing in the logs to show movement
<8> should I try a flush?
<8> wait
<8> things are happenning
<11> good things? :)
<8> warning: qmgr_active_done_3_generic: remove 7B677452581 from active: No such file or directory
<8> delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused
<8> things are happening again
<8> I guess I was maxing my connections
<11> are they going through?
<8> lookslike
<8> I guess server will be busy for a few mins
<11> Tony[], good luck. i apologize for nearly ruining your life.
<8> then I can take another look
<8> interferon: not your fault... I guess it's like a unix newbie being told to rm -rf * ..... I just didn't know any better :)
<8> thanks for the rest of the info following that though .. you really got me out of a jam
<9> aargh
<9> stupid outlook express
<9> we're migrating from postfix+uw-imap to postfix+courier imap and making the mbox->maildir transition
<9> freakin OE is using the filedate from maildir to determine when the files were touched rather than the Date field
<11> Tony[], np
<9> so, for example, my Boss' home domain we just migrated, all of his mail shows up as being recieved today at 9:03 am
<12> is there anyway by which i can change the bounce message ??
<0> morgajel: Sounds like it's time for another transition, too. :)
<12> no1 to help???
<13> edit the source
<10> kpgeek: edit the source
<14> Postfix 2.3 has a bounce.cf template and can do this.
<14> morgajel: a little bit of perl or even shell magic could read the Received headers and set the file timestamp, if it's worth the trouble.
<15> Hi
<12> were can i locate bounce.cf file ??


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #postfix
or
Go to some related logs:

#linux
#kde
VarStructor
#centos
fedora fstab vfat defaults
#ai
gentoo +play divx
#freedesktop
#osdev
#python



Home  |  disclaimer  |  contact  |  submit quotes