Hallo Newsgroup,
ich habe hier das Phänomen, dass wenn ich eine E-Mail an mehrere
Empfänger sende, wovon eine (oder mehrere) Unzustellbar ist (also aus
verschiedensten Gründen rejected wird), postfix die *gesamte* E-Mail
ablehnt und *kein* Empfänger diese bekommt.
Nach intensiven Lesen der Bibel (aka »Das Postfix-Buch«) hoffte ich ja
schon, das mei mir der Parameter 'smtpd_delay_reject' auf no steht; tut
er aber nicht...
Igrendwelche Ideen?
Habe mal die postconf angehangen...
Vielen Dank schonmal,
Philip
--
Für den Fall, dass mir jemand eine E-Mail schreiben möchte:
spam <at> kommt nicht an, post <at> schon...
root@mail:/etc/postfix# postconf -n
alias_maps = hash:/etc/aliases, hash:/etc/postfix/mysql_virtualAliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
disable_vrfy_command = yes
home_mailbox = Maildir/
inet_interfaces = all
mailbox_command = /usr/lib/dovecot/deliver
mailbox_size_limit = 262144000
message_size_limit = 26214400
mydestination = mail.***.org, localhost.$mydomain, localhost
myhostname = mail.***.org
mynetworks =
127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relay_domains = hash:/etc/postfix/relay_domains
smtp_tls_CAfile = /etc/ssl/mail_***_org.ca-bundle
smtp_tls_cert_file = /etc/ssl/mail_***_org.crt
smtp_tls_key_file = /etc/ssl/mail_***_org.key
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = check_recipient_access
hash:/etc/postfix/access_recipient-rfc, reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
permit_sasl_authenticated,
permit_mynetworks,
reject_unverified_recipient, reject_unauth_destination,
check_client_access hash:/etc/postfix/access_client,
check_helo_access hash:/etc/postfix/access_helo, check_sender_access
hash:/etc/postfix/access_sender, check_recipient_access
hash:/etc/postfix/access_recipient, reject_rbl_client
ix.dnsbl.manitu.net, check_policy_service inet:
127.0.0.1:2501, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = no
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/ssl/mail_***_org.ca-bundle
smtpd_tls_ask_ccert = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/mail_***_org.crt
smtpd_tls_key_file = /etc/ssl/mail_***_org.key
smtpd_tls_req_ccert = no
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 9600s
strict_rfc821_envelopes = no