[postfix-users] syntaxfehler bei Absender-Adresse
Was ist bei der Adresse falsch:
Nov 9 11:03:56 mx1 postfix/smtpd[13094]: warning: Illegal address syntax from vian-fcsw.urz.uni-magdeburg.de[141.44.9.248] in MAIL command: root@vian-fcsw.urz.uni-magdeburg.de Nov 9 11:03:56 mx1 postfix/smtpd[13094]: disconnect from vian-fcsw.urz.uni-magdeburg.de[141.44.9.248]
(Mail kommt von einem SAN-Switch)
* Margrit Lottmann margrit.lottmann@ovgu.de:
Was ist bei der Adresse falsch:
Nov 9 11:03:56 mx1 postfix/smtpd[13094]: warning: Illegal address syntax from vian-fcsw.urz.uni-magdeburg.de[141.44.9.248] in MAIL command: root@vian-fcsw.urz.uni-magdeburg.de Nov 9 11:03:56 mx1 postfix/smtpd[13094]: disconnect from vian-fcsw.urz.uni-magdeburg.de[141.44.9.248]
(Mail kommt von einem SAN-Switch)
Evtl. fehlen da die <> drumrum. strict_rfc821_envelopes = no hilft eventuell.
Wenn das nicht hilft muss man den Befehl on-the-fly umschreiben mit:
smtpd_command_filter = pcre:/etc/postfix/fix_broken_clients.pcre
# Work around clients that send RCPT TO:user@domain # WARNING: do not lose the parameters that follow the address. /^RCPT\s+TO:\s*([^[:space:]]+)(.*)/ RCPT TO:<$1>$2
*** OHNE GEWÄHR; NICHT GETESTET VORSICHT HIER SIND DRACHEN! ***
participants (2)
-
Margrit Lottmann
-
Ralf Hildebrandt