Displaying 1 result from an estimated 1 matches for "userpw2".
Did you mean:
userpwd
2013 Apr 08
4
LMTP Setup/Design Help Request
...ave virtual users and have set
mail_uid = dovemail
mail_gid = dovemail
For authentication, I simply use (for now) a flat file:
passdb {
driver = passwd-file
args = scheme=PLAIN username_format=%u /etc/dovecot/mypasswd.file
}
# cat /etc/dovecot/mypasswd.file
user1:{PLAIN}userpw1
user2:{PLAIN}userpw2
user3:{PLAIN}userpw3
And everything works fine with IMAP. I am completely domain-agnostic here.
But I was not able to use this fine setup to receive mails with my postfix. I tried about 13 different
configurations, some with considerable changes dovecot-config, the passwd-file or postfix, but I co...