Hi everyone, I use transport_maps = proxy:pgsql:/etc/postfix/pgsql-transport.cf to discard mails being send to non-existing destinations inside my mta. ...
248986
mouss
mouss@...
Feb 1, 2009 9:45 am
... dogs ate logs? - show logs that prove what you claimed - show 'postmap -q' results (for all the keys that postfix uses. see the man page of access for the...
248987
mouss
mouss@...
Feb 1, 2009 9:48 am
... show relevant logs. we need to make sure that the transaction is rejected by postfix and why. This information is in your logs....
248988
mouss
mouss@...
Feb 1, 2009 10:02 am
... why do you discard mail? ... use check_recipient_access....
248989
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 10:16 am
Mouss, ... Very cool from you.. as usual! You have won a prize.. :-) <-- Is it ok so? ;-) ... Feb 1 06:02:50 av5 postfix/smtpd[32172]: NOQUEUE: reject: RCPT...
248990
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 11:14 am
Hello, ... Have someone further wideing to provide about this argument? rocsca...
248991
mouss
mouss@...
Feb 1, 2009 11:31 am
... depends on what the prize is :) ... so the sender is "<>". see below. ... From http://www.postfix.org/access.5.html in the EMAIL ADDRESS PATTERNS section,...
248992
jan gestre
ipcopper.ph@...
Feb 1, 2009 12:18 pm
Hi Mouss, This is from my inbox, user jan.gestre@... is a real user. This is the mail system at host mail.ddblocal.com. I'm sorry to have to inform...
248993
Justin Piszcz
jpiszcz@...
Feb 1, 2009 12:42 pm
RIP: dnsbl.clue-by-4.org http://dnsbl.clue-by-4.org/parking.php?domain_name=clue-by-4.org Not sure exactly when but FYI, this RBL appears to be no more. ...
248994
mouss
mouss@...
Feb 1, 2009 1:10 pm
... you need to check the postfix logs (/var/log/maillog or /var/log/mail.log or the like), not bounce messages. for obvious reasons, postfix won't tell...
248995
Jack Knowlton
jknowlton@...
Feb 1, 2009 1:12 pm
... Ok. I configured *_destination_concurrency_limit but I was looking for something time-defined, like messages per minute. Is it possible to achieve? -JK...
248996
mouss
mouss@...
Feb 1, 2009 1:17 pm
... This is the first time I hear about such DNSBL... can you please send a mail to webmaster@... so that he moves this from ...
248997
Justin Piszcz
jpiszcz@...
Feb 1, 2009 1:31 pm
... It used to be a fairly accurate RBL-- in any case-- sent him an e-mail, thanks. Justin....
248998
jan gestre
ipcopper.ph@...
Feb 1, 2009 1:41 pm
Hi Mouss, I've just replicated the issue right now, from /var/log/maillog: Feb 1 21:26:38 mail postfix/cleanup[19777]: 55E6C148049: hold: header Received:...
248999
Daniel V. Reinhardt
cryptodan@...
Feb 1, 2009 2:04 pm
Hi Mouss, I've just replicated the issue right now, from /var/log/maillog: Feb 1 21:26:38 mail postfix/cleanup[19777]: 55E6C148049: hold: header Received:...
249000
jan gestre
ipcopper.ph@...
Feb 1, 2009 2:07 pm
Hi Daniel, Just like I said, postmaster account exists, I don't know why this is happening. ... Hi Daniel, Just like I said, postmaster account exists, I don't...
249001
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 2:10 pm
Mouss, ... This is the restictions in my main.cf file: smtpd_client_restrictions = check_client_access ...
249002
Wietse Venema
wietse@...
Feb 1, 2009 2:26 pm
... http://www.postfix.org/postconf.5.html#default_destination_rate_delay The Postfix defaults are: default_destination_rate_delay = 0s ...
249003
mouss
mouss@...
Feb 1, 2009 3:17 pm
... I guess the alias is defined in alias_maps, but this map is only consulted by "local", which you don't use (you deliver via dovecot, not via local). use...
249004
mouss
mouss@...
Feb 1, 2009 3:24 pm
... this one is already in smtpd_sender_restrictions, so just remove it ... what's this for? it's already in smtpd_client_restrictions, so you may or may not...
249005
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 4:26 pm
... I can't remove it because this lookup return "reject_unverified_address" for the domains that I maintain but for wich I have no a list of valid recipient: ...
... sorry, I didn't notice that it was a different map. ... yes. ... check_foo_access checks only one map. so you need to do it like this: ...
249008
Benny Pedersen
me@...
Feb 1, 2009 9:17 pm
... this is a bounce from dovecot not from postfix, postmaster exists in postfix, but dovecot dont know that user -- http://localhost/ 100% uptime and 100%...
249009
Benny Pedersen
me@...
Feb 1, 2009 9:21 pm
... postfixadmin handle this when configured to do so :) for the OP to solve it, dovecot lda must only see the mailbox from mysql not any alias, and...
249010
Bokhan Artem
artist@...
Feb 1, 2009 10:04 pm
In the next example postfix does not pass HELO from XCLIENT line to the milter if "EHLO spike.porcupine.org" is ommited. It looks like bug. 220...
249011
Wietse Venema
wietse@...
Feb 1, 2009 10:16 pm
... This is not a bug. After XCLIENT, Postfix must reset the Milter session and start from scratch with the new client IP address and hostname. It makes no...
249012
Victor Duchovni
Victor.Duchovni@...
Feb 1, 2009 10:22 pm
... Nor the "HELO=" parameter, because milters process SMTP commands, not artbitrary attributes. Since you see "220" after "XCLIENT", send the desired EHLO...
249013
Bokhan Artem
artist@...
Feb 1, 2009 10:33 pm
... The behavior of mail proxy (nginx) is not to send EHLO after XCLIENT. Thank you....
249014
Wietse Venema
wietse@...
Feb 1, 2009 10:55 pm
... No need to deprecate HELO=, it just can't work with Milters. Wietse...