* Margrit Lottmann <[email protected]>: > 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: [email protected] > 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! *** -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich _______________________________________________ postfix-users mailing list [email protected] http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users
