Am 12.07.2011 15:11, schrieb Patrick Ben Koetter:
- Dennis Guhl lists@dguhl.org:
On Tue, Jul 12, 2011 at 01:28:29PM +0100, Scheiper, Thomas wrote:
Hallo,
kann man bei Postfix das Versenden von Emails an bestimmte Hostnamen rejecten?
[..]
Emails an harvester-host.tld sollen rejected werden.
main.cf:
smtpd_recipient_restrictions = check_recipient_mx_access btree:/etc/postfix/access_recipient_mx, [..]
access_recipient_mx:
harvester-host.tld REJECT Wir wollen nicht an Domainharvester senden
check_recipient_mx_access type:table Search the specified access(5) database for the MX hosts for the RCPT TO domain, and execute the corresponding action. Note: a result of "OK" is not allowed for safety reasons. Instead, use DUNNO in order to exclude specific hosts from blacklists. This feature is available in Postfix 2.1 and later.
wuerde zb
in transport
tiscali.de error:tiscali.de tiscali.de all mailservers are down willichnicht.de error:willichnicht.de da senden wir nicht hin
nicht auch loesen ?