Erno Palonheimo a écrit : > Hello, > > I'm configuring Postfix for use with our intranet mail server. Some of > our computers have service processors with SMTP alert sending > capability. Said service processors aren't very configurable, all i > can do is setting SMTP server IP and email address for alerts. The > problem here is that these servers use MAIL FROM:<[EMAIL PROTECTED]> > when sending mail. Postfix doesn't accept this and following appears > in log: > > Oct 10 14:46:56 intra-mail postfix/smtpd[26338]: [ID 947731 > mail.warning] warning: Illegal address syntax from unknown[1.2.3.4] in > MAIL command: <[EMAIL PROTECTED]> > > I have the strict_rfc821_envelopes set to 'no' but that doesn't help. > What could I do to allow these mails be received? >
- complain to your vendor - use an intermediary (proxy|script|whatever) to convert the adress to a valid one.