toberkel wrote:Hi.
Ich benutze als MTA zur Zeit Postfix. Bin auch sehr zufrieden damit. Allerdings hätte ich gerne ein Feature. Gibt es die Möglichkeite über eine "Blacklist" oder sowas, Domains zu sperren? Also das der MTA weder von der Domain, noch von einer Subdomain Mails entgegen nimmt? Ich habe es über die access Datei probiert, das hat leider aber nicht geklappt. Evtl. habe ich auch nur was falsch gemacht. Habe den Eintrag so angelegt:
toberkel
man access
...
# The following example uses an indexed file, so that the
# order of table entries does not matter. The example per-
# mits access by the client at address 1.2.3.4 but rejects
# all other clients in 1.2.3.0/24. Instead of hash lookup
# tables, some systems use dbm. Use the command "postconf
# -m" to find out what lookup tables Postfix supports on
# your system.
/etc/postfix/main.cf:
# smtpd_client_restrictions =
# check_client_access hash:/etc/postfix/access
#
# /etc/postfix/access:
# 1.2.3 REJECT
# 1.2.3.4 OK
#
# Execute the command "postmap /etc/postfix/access" after
# editing the file.
...