Forum archive
phplist amazon ec2 - problem sending emails through amazon ses service
Hi
I have set up turnkey's phplist on Amazon's EC2 service. I discovered that sending email via direct delivery results in the emails being caught by anti spam services, such as Trend Micro's ERS.
As a result I set up Amazon's SES service, received the credentials and made the necessary changes on the postfix server.
However no matter what I try, SES will always block the email due to postfix not forwarding the authentication.
See logs below:
Oct 15 05:47:20 phplist postfix/smtp[8093]: A876840D83: to=<EMAIL>, relay=email-smtp.us-east-1.amazonaws.com[184.73.222.29]:25, delay=0.9, delays=0.01/0/0.66/0.22, dsn=5.0.0, status=bounced (host email-smtp.us-east-1.amazonaws.com[184.73.222.29] said: 530 Authentication required (in reply to MAIL FROM command)) Oct 15 05:47:20 phplist postfix/qmgr[7908]: A876840D83: removed Oct 15 05:47:40 phplist postfix/smtp[8096]: connect to email-smtp.us-east-1.amazonaws.com[23.21.91.54]:25: Connection timed out Oct 15 05:47:41 phplist postfix/smtp[8096]: ABB2340D84: to=<EMAIL>, relay=email-smtp.us-east-1.amazonaws.com[23.23.131.119]:25, delay=22, delays=0.02/0/22/0.22, dsn=5.0.0, status=bounced (host email-smtp.us-east-1.amazonaws.com[23.23.131.119] said: 530 Authentication required (in reply to MAIL FROM command)) Oct 15 05:47:41 phplist postfix/qmgr[7908]: ABB2340D84: removed Any advice on what I am doing wrong would be greatly appreciated.
See the documentation here.