On Mon, Apr 28, 2014 at 4:37 AM, <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?
TL;DR: Show us your authenticators as they stand now. What are you
looking up to determine if it's correct?
Basically, whatever auth test you are using now may only need to be
slightly adjusted to make it work. The auth module gets passed two
parameters: a username (which you are saying is user+extra@???)
and the password. So whatever test you have that authenticator
configured to do to verify that the user is correct needs to either
ignore or include parts of that username submission (depending on what
you have in your database...assuming you are authenticating against a
database).
...Todd
--
The total budget at all receivers for solving senders' problems is $0.
If you want them to accept your mail and manage it the way you want,
send it the way the spec says to. --John Levine