[Postfixbuch-users] Postfix soll Emails nicht Rejecten, sondern eine Bounce-Nachricht generieren
Thorsten Leiser
t.leiser at synchron-is.de
Fr Dez 19 08:56:07 CET 2014
Am 18.12.2014 um 20:52 schrieb Uwe Drießen:
> Im Auftrag von Thorsten Leiser
>> Hi,
>>
>> wir nutzen einen auf Postfix basierenden Emailserver um für ein
>> Output-System Emails zu versenden. Das Output-System ist sehr dumm, d.h.
>> es macht keine Syntax-Prüfungen auf Email-Adressen von Empfängern, auch
>> kann es nicht damit umgehen, wenn Postfix aufgrund einer syntaktisch
>> falschen Empfänger-Adresse die Email ablehnt.
>> Wie bin ich in der Lage diese Prüfung zu deaktivieren? Postfix soll
>> E-Mails mit syntaktisch ungültigen Empfänger-Adressen einfach annehmen
>> und dann gleich entsprechend einen Bounce generieren. Diesen kann ich
>> dann mit Hilfe meiner Sieve-Filter des Versender-Kontos entsprechend
>> klassifizieren und abarbeiten.
>> Vielen Dank im Voraus.
>>
>> Gruß
>>
>> Thorsten
> Bitte postconf -n und Master.cf hier posten dann kann man sofort sehen
> welche Prüfungen du machst und welche sich dann störend auswirken
>
> Es gibt viele Wege nach Rom das oben beschriebene ist der kürzeste.
>
> Fehlerursache zu bekämpfen statt an den Symptomen rumzudoktern wäre
> grundsätzlich mal der bessere Weg. Wenn dein Spyder keine richtigen
> Mailadressen bringt dann nimm halt nen anderen.
>
>
>
> Mit freundlichen Grüßen
>
> Uwe Drießen
> --
> Software & Computer
> Uwe Drießen
> Lembergstraße 33
> 67824 Feilbingert
>
> Tel.: 06708660045
>
>
Guten Morgen Uwe,
grundsätzlich bin ich auch ein Freund der Ursachenbekämpfung, jedoch ist
mit der Anschaffung des Output-Systems das Kind bereits in den Brunnen
gefallen und den Datenstamm mit den falschen Email-Adressen zu
bereinigen, scheint bei den Verantwortlichen nicht das Mittel der Wahl
zu sein. Deswegen dieser Weg.
Anbei der Output von postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
canonical_classes = envelope_sender
canonical_maps = hash:/etc/postfix/canonical
config_directory = /etc/postfix
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
inet_interfaces = all
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
mailbox_size_limit = 0
message_size_limit = 0
mydestination = $myorigin,$myhostname,localhost,localhost.$mydomain
myhostname = mailsrv-linux.scharrnet-invoice.de
mynetworks = 127.0.0.0/8 192.168.239.79/32
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_helo_name = mailsrv-linux.scharrnet-invoice.de
smtpd_banner = mailsrv-linux.scharrnet-invoice.de ESMTP
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination, reject_non_fqdn_sender,
reject_unknown_sender_domain, reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname, check_helo_access
pcre:/etc/postfix/helo_checks.pcre
smtpd_restriction_classes = submission_recipient_restrictions
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myorigin
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = ldap:/etc/postfix/login.cf
smtpd_sender_restrictions = reject_authenticated_sender_login_mismatch
smtpd_tls_cert_file = /etc/postfix/sasl/postfix.pem
smtpd_tls_key_file = /etc/postfix/sasl/postfix.pem
smtpd_use_tls = yes
strict_rfc821_envelopes = yes
submission_recipient_restrictions = reject_non_fqdn_sender,
reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks,
reject
virtual_alias_domains = $virtual_alias_maps
virtual_alias_maps =
ldap:/etc/postfix/valiases.cf,ldap:/etc/postfix/useraliases.cf,ldap:/etc/postfix/groupaliases.cf
virtual_gid_maps = static:112
virtual_mailbox_base = /var/vmail/
virtual_mailbox_domains = ldap:/etc/postfix/vdomains.cf
virtual_mailbox_limit = 0
virtual_mailbox_maps = ldap:/etc/postfix/mailbox.cf
virtual_minimum_uid = 100
virtual_transport = dovecot
virtual_uid_maps = static:107
und die master.cf
# Generated by Zentyal
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# Do not forget to execute "postfix reload" after editing this file.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
submission inet n - n - - smtpd -o
smtpd_recipient_restrictions=submission_recipient_restrictions
tlsmgr unix - - - 1000? 1 tlsmgr
smtps inet n - - - - smtpd
-o smtpd_enforce_tls=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o smtp_fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
retry unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
dovecot unix - n n - - pipe
flags=DRhu user=ebox:ebox argv=/usr/lib/dovecot/deliver -f ${sender}
-d ${user}@${nexthop} -m ${extension}
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# ====================================================================
#
# Recent Cyrus versions can use the existing "lmtp" master.cf entry.
#
# Specify in cyrus.conf:
# lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
#
# Specify in main.cf one or more of the following:
# mailbox_transport = lmtp:inet:localhost
# virtual_transport = lmtp:inet:localhost
#
# ====================================================================
#
# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
#
#cyrus unix - n n - - pipe
# user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension}
${user}
#
# ====================================================================
# Old example of delivery via Cyrus.
#
#old-cyrus unix - n n - - pipe
# flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
#
# ====================================================================
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender
$recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
Vielen Dank im Voraus.
Gruß
Thorsten
Mehr Informationen über die Mailingliste Postfixbuch-users