12 Feb
2008
12 Feb
'08
11:01 a.m.
On Feb 11, 2008, at 10:54 PM, hoZt wrote:
I am migrating from a cpanel server that has usernames in the format
"user+domain.com". On the new server I am using the format
"user.domain.com" and it all works perfectly with dovecot /
postfix. Is there any way that I can allow users to login either
with the "." or "+" delimiter? Thanks in advance for any suggestions!
auth_username_translation = +.
replaces all "+" characters in username to ".".