Robert Schetterer wrote:
Wietse Venema schrieb:
Noel Jones:
Maybe you can simply not offer DSN support to them when they send
mail to you.
http://www.postfix.org/postconf.5.html#smtpd_discard_ehlo_keyword_address_maps
The table entry would look like this, note the key must be an IP, not
a hostname:
ip.of.bad.client dsn, silent-discard
This is the recommended way of dealing with sites that have
problematic DSN implementations. Postfix has a similar setting for
mail that it sends out (smtp_discard_ehlo_keyword_address_maps).
Wietse
Hi Wietste,
how will this work with a sasl client comming from
dyn ip delivering that type of mails
or did i missunderstand the faq
and i should add the target servers ip
dont expect that to work
You add the IP of the ORIGINATING server; where the original
message comes from that triggers the DSN. This should prevent
the DSN from being generated in the first place.
--
Noel Jones