Re: [exim] Exim rewrites Return-Path when it shouldn't

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: exim-users
題目: Re: [exim] Exim rewrites Return-Path when it shouldn't
On Mon, 2006-03-27 at 12:57 -0500, daniel wrote:
<snip>
> So it looks like these lines in my config are doing it:
>
>   accept  authenticated = *
>           control       = submission


What are the details of your authenticator section? I'd suggest it's the
"server_set_id = <something>" which is the source of your problem - it's
probable that it's setting the quotes, or you (or your clients) are
sending their usernames in quotes, or you have them quoted in a database
somewhere.

Graeme