Re: [exim] Issue with SMTP Auth on new Exim Server

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Issue with SMTP Auth on new Exim Server
Tom Ray [Lists] wrote:
>>
> Thanks. That did it.
>


Don't just remove control=submission; rather, use the domain= option to
tell it that your auth id includes the domain already. Submission mode
does a number of other important fixups besides the envelope-from fixup.

- Marc