Author: Tom Ray [Lists] Date: To: exim-users Subject: Re: [exim] Issue with SMTP Auth on new Exim Server
Ted Cooper wrote: > Tom Ray [Lists] wrote:
>
>> Sender: "lists@???
>>
>>
>> As you can see it's appending the mail server name to the FROM email address. I just can't figure out how to stop it from doing that.
>> Any thoughts? It's a bit annoying. When I add myself to my allowed relay list and don't use SMTP Auth my evelope-from is just "lists@???".
>>
>
> You probably have "control = submission" in your config somewhere for
> your authenticated clients.
>
> http://docs.exim.org/current/spec_html/ch40.html#id626046 > http://docs.exim.org/current/spec_html/ch44.html#SECTsubmodnon > Thanks. That did it.