On Sat, Apr 18, 2009 at 4:22 AM, Michael Lednev
<[email protected]> wrote:
> [email protected] пишет:
>>> I have trouble with headers in outgoing mail from authenticated users.
>>> Return-path looks like
>>> u...@domain@host instead of just u...@domain
>>> I think it's because of my users' logins are u...@domain.
>> What's in your RCPT ACL?  In mine:
>>   accept  authenticated = *
>>           control       = submission/domain=
> accept authenticated = *
> control = submission

Michael, read in Chapter 44 of the Exim manual for an explanation of
what the things after the / do for you.  Another possible option is:
    control = submission/sender_retain
But you must be aware that it sets a couple of things internally.
Again, read Chapter 44 for more detail about what those things are to
determine if it's right for you.  If the difference between "domain="
and "sender_retain" are not clear to you, then ask for more help and
for now you probably should just stick with "domain=".

-- 
Regards...      Todd

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to