Hello,

I have an authenticator that uses the full email address as username, so 
it results in:

     $auth1 = [EMAIL PROTECTED]
     $auth2 = password

In the authenticator, I have:

     server_set_id = $auth1

The documentation[1] says that this variable is only used for logging 
and for user-defined things. But somehow, it is also embedded in 
outgoing mails, so that it looks like this:

Return-Path: <"[EMAIL PROTECTED]"@server.de>
...
Received: from c183123.adsl.hansenet.de ([213.39.183.123])
        by p15097294.pureserver.info with esmtpa (Exim 4.67)
        (envelope-from <"[EMAIL PROTECTED]"@provider.de>)
        id 1IcGSX-0008TP-Fi
        for [EMAIL PROTECTED]; Mon, 01 Oct 2007 10:16:57 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 01 Oct 2007 10:16:57 +0200
From: Roland Illig <[EMAIL PROTECTED]>
...
Sender: "[EMAIL PROTECTED]"@k-wv.de

Is the documentation wrong, or did I understand it wrongly?

Roland

[1] http://www.exim.org/exim-html-current/doc/html/spec_html/ch33.html

-- 
## 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