Dietmar Braun wrote:

DJM> http://www.postfix.org/postconf.5.html#always_bcc

Hm, I tried that, but it doesn't work, because it the configuration
should be dependent of the recipient domain...

[please ask on the postfix users list, instead of here]

then you should say what exactly you want to achieve. we could spend a month at guess games. consider using recipient_bcc_maps. if by forwarding, you mean redirecting (and not sending a copy), then use virtual_alias_maps.

Tuesday, September 25, 2007, 2:15:54 PM, you wrote:
DJM> http://www.postfix.org/uce.html#smtpd_client_restrictions

Additionally, this rejects RBL listed mails - but I want to discard
them to /dev/null...
This is a _bad_ idea. not only will you be wasting resources reading data that you want handle, but you run the risk of discarding legitmate mail.
(note that reject != bounce).

you can use rbl_reply_maps to set the reply code to 421 so that postfix closes the connection. only use this for those RBL that list zombes (spamhaus pbl). otherwise, you'll need to watch your logs for retries from MTAs and explicitely reject them.


Please understand that this is not SA related. so followup on the postfix users list.

Reply via email to