Hello all,
I'm trying to setup dovecot for local users with pam authentication.
The passdb and userdb entries are as follows:

passdb {
  args = username_format=%n
  driver = pam
}
userdb {
  args = username_format=%n
  driver = passwd
}

Using "doveadm user chriss" returns the user record as expected, but "doveadm 
user [email protected]" gives an error:
field   valueuserdb lookup: user [email protected] doesn't exist

As far as I understand, username_format=%n should drop the domain part and 
only search for the user in the userdb, but it doesn't. What am I missing?

Greetings
Christian

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to