Re: [exim] How to rewrite From: header of offsite forwards o…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Pete Schaefers
Päiväys:  
Vastaanottaja: Exim-users
Aihe: Re: [exim] How to rewrite From: header of offsite forwards only to prevent Amazon SES 554 error

On 2018-03-22 21:49, Jeremy Harris wrote:
>
> I've no clue what SES is in this context.
> --
> Cheers,
> Jeremy


Sorry, that got lost in the thread.

SES is SMTP host from Amazon Web Services. This is the router:

send_via_ses:
driver = manualroute
domains = ! +local_domains
transport = ses_smtp
route_list = * email-smtp.us-west-2.amazonaws.com;

It sends all non-local mail to SES. I need to have it not send forwards
and let them be handled locally.

-Pete