Thank you for your quick response Jakob,
I have changed my ACL to "control = submission/sender_retain" and now
everything is working like a charm.
On Sun, 20 Dec 2009 21:10:45 +0100, Jakob Hirsch <jh@???> wrote:
> jason@??? schrieb:
>
>> I have this situation where by enabling "server_set_id = $1" in my
LOGIN
>> authentication makes exim believe this is my localpart in the senders
>> address. As you can see in the exim logs below, exim goes on to add
the
>
> change
> control = submission
> to
> control = submission/sender_retain
>
> (or to something more appropriate)