Saltar al contenido

SES problem : Emails routed to SES incorrectly.

0

Hi,

I've got a problem where some users are reporting emails being bounced back to them as undeliverable due to "mailbox does not exist".

What I think has happened is I verified a domain so I could send email "from" that domain. But now, if someone else is using SES to send email, SES intercepts the email, cannot find a mailbox so returns it as undeliverable. I don't want to receive emails via SES, why is SES intercepting them and how do I turn it off?

Thanks in advance,

Tony.

preguntada hace 3 años126 visualizaciones
1 Respuesta
0

I suspect the cause is that during configuration, you may have added an MX record that points to amazonses.com .

More specifically, when doing domain verification and configuration, if you do not choose a custom subdomain for SES email, your current domain is provided as the MX record like: MX domain.com 10 configname-smtp.region.amazonses.com

But if you set a custom FROM domain, like "appemail.domain.com", you can then remove the plain MX record from above that's killing your email, and use the one with the subdomain instead (which would look like): MX appemail.domain.com 10 configname-smtp.region.amazonses.com

respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.