System Support: > Feb 3 14:00:45 Falcon postfix/qmgr[9871]: B7B19139238: > from=<owner-w...@myserver.com>, size=880, nrcpt=1 (queue active) > Feb 3 14:00:46 Falcon postfix/smtp[10513]: B7B19139238: to=<m...@gmail.com>, > relay=email-smtp.us-east-1.amazonaws.com[184.73.222.29]:25, delay=0.88, > delays=0.03/0.03/0.7/0.12, dsn=5.0.0, status=bounced (host > email-smtp.us-east-1.amazonaws.com[184.73.222.29] said: 554 Transaction > failed: Missing final '@domain' (in reply to end of DATA command))
You need to find out why the amazonaws.com server rejects mail from owner-w...@myserver.com to m...@gmail.com. I suspect that you can get the same result without using the mailing list, by using the comand: echo To: m...@gmail.com | /usr/sbin/sendmail -f owner-w...@myserver.com m...@gmail.com > Feb 3 14:00:46 Falcon postfix/qmgr[9871]: E324413923C: from=<>, size=2967, > nrcpt=1 (queue active) > Feb 3 14:00:47 Falcon postfix/smtp[10513]: E324413923C: > to=<owner-w...@myserver.com>, > relay=email-smtp.us-east-1.amazonaws.com[54.243.69.182]:25, delay=0.61, > delays=0.04/0/0.56/0.01, dsn=5.0.0, status=bounced (host > email-smtp.us-east-1.amazonaws.com[54.243.69.182] said: 501 Invalid MAIL FROM > address provided (in reply to MAIL FROM command)) The Internet SMTP mail standard (RFC 5321) requires that non-delivery notifications have the null sender address. You need to find out why the amazonaws.com server rejects such email. Wietse