Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
0
votes
3 answers

AWS SES TXT Record Content

I need to get AWS SES setup for a domain. The registrar's DNS tool only allows me to put in a block of text for the TXT/SPF records (one block per record). I'm not sure how to format the TXT record as a single block of text vs. a key/value…
Josh M.
  • 667
  • 8
  • 21
0
votes
1 answer

Use different transport for domain forwarding in Exim4

I am attempting to configure exim4 under Debian 6 or 7 as follows: For mails being forwarded for a "virtual" domain, send directly via SMTP For all other mails, send via Amazon SES The first bullet seems necessary because SES will not allow the…
futureal
  • 397
  • 1
  • 3
  • 17
0
votes
2 answers

What are the advantages of using a European Amazon SES service?

I run a EU-based website on Amazon EC2, and currently send around 13,000 emails a day through Amazon SES. Much of the email throughput is during the early hours of the morning. Now that Amazon SES has instances in Europe, are there any advantages to…
jamescridland
  • 167
  • 2
  • 10
0
votes
2 answers

Postfix and Amazon SES - how to automatically throttle when receiving 454 errors back from SES?

Will Postfix automatically queue and resend mail if the initial attempt to send results in a "454 Throttling failure: Maximum sending rate exceeded" response from the Amazon SES SMTP server? The postfix server is configured to send mail through…
0
votes
2 answers

Issues using Amazon SES as relay with sendmail [530 Must issue a STARTTLS command first]

I'm trying to get our old rhel3 servers relaying out with sendmail 8.13.1 I have followed amazon's guide here: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sendmail.html But it seems the server does not authenticate correctly with amazon,…
vibeweb
  • 11
  • 3
0
votes
1 answer

Getting errors in sendmail log

I am using Amazon SES for sendmail in my Linux Centos. I am send 500 mails and this is what i get in sendmail log what does it mean Jul 22 19:09:15 server sendmail[1117]: rejecting connections on daemon MTA: load average: 20 Jul 22 19:09:30 server…
user2424160
  • 31
  • 1
  • 3
0
votes
1 answer

Custom domain SMTP via Postfix via Amazon EC2 / SES

Is it possible for Postfix to transport mail differently by specific domain? I.e. domainxyz.com - uses the default settings to mail from postfix domain55zy.com - needs to use a relay server @ 123xyzcom thisdomain.com - needs to use relay server @…
Michael Mikhjian
  • 185
  • 1
  • 1
  • 12
0
votes
3 answers

Getting email aliases working on Amazon SES

I'm trying to setup Postfix on Amazon AWS so that all emails forwarded to contact@mydomain.com will be forwarded to my personal email. I've verified my personal email address which it will be forwarding to, I've verified contact@mydomain.com, and…
bratsche
  • 133
  • 2
  • 7
0
votes
1 answer

ses error : "It must be within 300 secs" clocks are in sync

Suddenly my ses mail started giving error. "It must be within 300 secs" sync From forums at first glance it looked servertime and ses mail server time not in sync. but i verified both are in sync. $date;wget -S…
Raxit Sheth
  • 105
  • 3
0
votes
1 answer

PHPList + Amazon SES

I'm trying to make this run, but I'm getting really crazy. I want to run PHPList with Amazon SES. I've followed this instructions LINK But I get this error: SMTP -> ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: …
enedebe
  • 1,006
  • 3
  • 11
  • 17
0
votes
1 answer

Amazon SES dailyl limit query

We will be in some top press tomorrow, and AWS simple e-mail service's daily limit is critical bottleneck for us. Bit lost on whom to contact, any heads up ? appreciate a small e-mail note on raxitsheth2000@gmail.com Raxit Sheth
Raxit Sheth
  • 105
  • 3
0
votes
2 answers

SMTP 550 5.1.1 error when sending email with postfix via amazon SES

I've been following this manual starting at page 26. First I've already made a tunnel with stunnel, and also I've already got conected via command line with amazon servers, then in my postfix main.cf config file I've got this: # See…
Paco Valdez
  • 109
  • 3
0
votes
1 answer

adding DKIM signature to email where dkim=pass

I am building a e-mailing app and I am using Amazon SES API to send emails and long with that I am adding the DKIM signature to the email which are being sent. Presently the app is in the testing mode. I am able to send email but one thing I…
Jeevan Dongre
  • 711
  • 2
  • 15
  • 33
0
votes
1 answer

Exim router to catch local emails

I'm trying to setup Exim with Amazon's SES. I've defined a router that catches all emails and sends them through SES. I don't want to filter anything for outboud. Everything goes through SES. My router config is the following: begin…
recluze
  • 355
  • 8
  • 18
0
votes
1 answer

Why is my domain stuck "verification pending" in Amazon SES?

I'm trying to add Amazon SES service to my domain, but I'm having trouble verifying my domain with them. I've carefully followed Amazon's instructions for Bring Your Own DKIM (BYODKIM) but the domain keeps getting stuck at "verification pending". I…
fjarlq
  • 228
  • 1
  • 4