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. ...
Evelio Vila
vila@...
Feb 1, 2009 8:17 am
248986
... 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...
mouss
mouss@...
Feb 1, 2009 9:45 am
248987
... show relevant logs. we need to make sure that the transaction is rejected by postfix and why. This information is in your logs....
mouss
mouss@...
Feb 1, 2009 9:48 am
248988
... why do you discard mail? ... use check_recipient_access....
mouss
mouss@...
Feb 1, 2009 10:02 am
248989
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...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 10:16 am
248990
Hello, ... Have someone further wideing to provide about this argument? rocsca...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 11:14 am
248991
... 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,...
mouss
mouss@...
Feb 1, 2009 11:31 am
248992
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...
jan gestre
ipcopper.ph@...
Feb 1, 2009 12:18 pm
248993
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. ...
Justin Piszcz
jpiszcz@...
Feb 1, 2009 12:42 pm
248994
... 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...
mouss
mouss@...
Feb 1, 2009 1:10 pm
248995
... Ok. I configured *_destination_concurrency_limit but I was looking for something time-defined, like messages per minute. Is it possible to achieve? -JK...
Jack Knowlton
jknowlton@...
Feb 1, 2009 1:12 pm
248996
... This is the first time I hear about such DNSBL... can you please send a mail to webmaster@... so that he moves this from ...
mouss
mouss@...
Feb 1, 2009 1:17 pm
248997
... It used to be a fairly accurate RBL-- in any case-- sent him an e-mail, thanks. Justin....
Justin Piszcz
jpiszcz@...
Feb 1, 2009 1:31 pm
248998
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:...
jan gestre
ipcopper.ph@...
Feb 1, 2009 1:41 pm
248999
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:...
Daniel V. Reinhardt
cryptodan@...
Feb 1, 2009 2:04 pm
249000
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...
jan gestre
ipcopper.ph@...
Feb 1, 2009 2:07 pm
249001
Mouss, ... This is the restictions in my main.cf file: smtpd_client_restrictions = check_client_access ...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2009 2:10 pm
249002
... http://www.postfix.org/postconf.5.html#default_destination_rate_delay The Postfix defaults are: default_destination_rate_delay = 0s ...
Wietse Venema
wietse@...
Feb 1, 2009 2:26 pm
249003
... 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...
mouss
mouss@...
Feb 1, 2009 3:17 pm
249004
... 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...
mouss
mouss@...
Feb 1, 2009 3:24 pm
249005
... 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: ...
mouss
mouss@...
Feb 1, 2009 5:33 pm
249008
... 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%...
Benny Pedersen
me@...
Feb 1, 2009 9:17 pm
249009
... 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...
Benny Pedersen
me@...
Feb 1, 2009 9:21 pm
249010
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...
Bokhan Artem
artist@...
Feb 1, 2009 10:04 pm
249011
... 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...
Wietse Venema
wietse@...
Feb 1, 2009 10:16 pm
249012
... Nor the "HELO=" parameter, because milters process SMTP commands, not artbitrary attributes. Since you see "220" after "XCLIENT", send the desired EHLO...
Victor Duchovni
Victor.Duchovni@...
Feb 1, 2009 10:22 pm
249013
... The behavior of mail proxy (nginx) is not to send EHLO after XCLIENT. Thank you....
Bokhan Artem
artist@...
Feb 1, 2009 10:33 pm
249014
... No need to deprecate HELO=, it just can't work with Milters. Wietse...