Re: [exim] Authentication using + separator

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jasen Betts
日付:  
To: exim-users
題目: Re: [exim] Authentication using + separator
On 2014-04-28, mtrainer@??? <mtrainer@???> wrote:
>
>
> Hi All,
>
> I am migrating users from a CPanel system and have users
> that authenticate using user+domain instead of the usual user@domain
> format. How do I support using both the '+" and '@' separators in Exim?



put users in the database with both forms of
username or use like ${sg{$username}{@}{+}}
in place of $username to translate the one
form to the other.

(none of the authenticators use $username
but they have something equivalent)





--
umop apisdn