Search This Blog

Monday, May 14, 2012

AWS Developer Forums: Sendmail not playing nice with SES ...

AWS Developer Forums: Sendmail not playing nice with SES ...:




I understand some of the permissions warnings, as I did open up some of the permissions for testing, but that shouldn't cause a problem, should it?

Does anyone have any suggestions? Email is the last hurdle before I move my entire site to AWS, and I'd like to stick with AWS solutions (namely SES) if possible, but it's starting to look like I need to look around some more for other email relays.
PermlinkReplies: Pages: Last Post: Sep 12, 2011 6:12 AM by: Igor@AWS
Replies

Re: Sendmail not playing nice with SES
Posted by:  Igor@AWS
Posted on: Sep 12, 2011 6:12 AM
in response to: Nathan G Barhorst in response to: Nathan G Barhorst
 Click to reply to this threadReply
Hi Nathan,

From your logs, it seems that you’ve configured the mailer correctly (although you need to address the permissions warnings). However, you get errors when sendmail tries to call ses-send-email.pl. Here are some debug steps:
  • Stop current sendmail instance
  • Start sendmail in debug mode:
sendmail -bD -O LogLevel=20 -X /tmp/sendmail.log
  • Send a test email
  • Open /tmp/sendmail.log file
  • You should see entries similar to:
EXEC ses-send-email.pl -r -k ... -e https://email.us-east-1.amazonaws.com -f ...-
  • Check out the errors

Hope this helps,
Igor

No comments:

Post a Comment