[Dovecot] creating first.last@domain.com as user account
Hi,
Can I create first.las@domain.com user account using Dovecot?
Sam
On Sun, 29 May 2005, sam wun wrote:
Hi,
Can I create first.las@domain.com user account using Dovecot?
Here's what I do. Create accounts like this: 'first.las.domain.com'
In dovecot.conf: add '@' to "auth_username_chars = " set this: 'auth_username_translation = @.'
This will allow an '@' in the username, then translate it to a '.' before doing authentication.
Todd
On 28.5.2005, at 22:31, Todd Burroughs wrote:
Can I create first.las@domain.com user account using Dovecot?
Here's what I do. Create accounts like this: 'first.las.domain.com'
In dovecot.conf: add '@' to "auth_username_chars = " set this: 'auth_username_translation = @.'
This will allow an '@' in the username, then translate it to a '.' before doing authentication.
This is only necessary if the used user database or password database doesn't allow @ characters for some reason. So the answer to the original question could just as well be "yes" :)
participants (3)
-
sam wun
-
Timo Sirainen
-
Todd Burroughs