Displaying 2 results from an estimated 2 matches for "test1pass".
Did you mean:
test1_pass
2011 Oct 29
1
dovecot creating literal %d/%n/ folders
I have a virtual user test1.
cat /etc/dovecot/users
test1@<mydomain>:{PLAIN}test1pass:504:504::/home/vmail/%d/%n
catchall@<mydomain>:{PLAIN}password:504:504::/home/vmail/%d/%n
@<mydomain>:{PLAIN}password:504:504::/home/vmail/<mydomain>/catchall
test1 at example.com:{PLAIN}test1pass:504:504::/home/vmail/%d/%n
ls /home/vmail/%d/%n/mail
cur dovecot.index.cache dove...
2011 Oct 27
1
newbie: can't login as virtual user
...ovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
driver = passwd
}
userdb {
args = username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocol lmtp {
mail_plugins = quota sieve
}
cat /etc/dovecot/users
..........
test1 at example.com:{PLAIN}test1pass
BUT,
. OK Pre-login capabilities listed, post-login capabilities have more.
a login test1 at example.com test1pass
* BYE Internal error occurred. Refer to server log for more information.
closed
From the server:
Oct 22 21:45:53 auth-worker: Debug: passwd-file /etc/dovecot/users: Read
5 users
Oc...