On Wed, 9 May 2007, Dominique wrote:
>
> I am back with another Exim question that has me baffled.
> I am using the Debian-packaged version of Exim (4.63) with a custom
> configuration (none of that split up stuff) and Vexim. I hope you don't find
> my post off-topic (my excuse is the handrolled configuration file).
>
> I am not using address rewriting, yet that is exactly what is happening to
> my SMTP AUTH tests.
>
> My SMTP AUTH username consists of a full e-mail address - e.g.
> [EMAIL PROTECTED]
>
> For some reason Exim decides to rewrite Envelope From, Sender etc into
> "[EMAIL PROTECTED]"@example.com.
>
>
> Have I misconfigured something or is this a bug/feature?
>


You need to add sender_retain to the acl stanza that deal
with accepting mail from auth'd clients.

This is cut from my setup:

  accept   authenticated  = *
           control        = submission/sender_retain

-- 
--------------------------------------------------------
Dave Lugo   [EMAIL PROTECTED]    LC Unit #260   TINLC
Have you hugged your firewall today?   No spam, thanks.
--------------------------------------------------------
Are you the police?  . . . .  No ma'am, we're sysadmins.

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

Reply via email to