Displaying 1 result from an estimated 1 matches for "pgnmail".
2006 Aug 18
1
Beginner Help with a fatal error in a first Basic Install
...lowing the
documentation for VirtualUsers, and piecing together suggestions from other
on the list, and out on the web.
In dovecot.conf, I have added,
default_mail_env =
maildir:/var/Dovecot/%d/Accounts/%1u/%u/Maildir:INDEX=/var/Dovecot/indexes/%d/%n
auth default {
mechanisms = plain
user = pgnmail
passdb passwd-file {
args = /etc/imap.passwd
}
userdb static {
args = static uid=99 gid=99 home=/var/Dovecot
mail=maildir:%h/%d/Accounts/%1u/%u nice=10
}
}
My User+Passwd DB file is
/etc/imap.passwd
paulg:{PLAIN}testpass:99:99::/var/Dovecot/domain.com/Accounts/t/paulg:::
On Dov...