Displaying 1 result from an estimated 1 matches for "your_dovecot_user_nam".
Did you mean:
your_dovecot_user_name
2007 Sep 10
0
(re: B. Baca) Dovecot] Unexpected input from auth master: CUID
...vecot(1.0.5), and till now I have been
using postfix deliver agent. Now I have tried to reconfigure postfix to
use the dovecot LDA, but I'm getting some strange error:
Try this:
socket listen {
master {
path = /path/to/run/dovecot/auth-master
mode = 0600
user = your_dovecot_user_name
group = your_dovecot_user_name
}
client {
path = /path/to/postfix/private/auth
mode = 0660
user = your_postfix_user_name
group = your_postfix_group_name
}
}
protocol lda {
postmaster_address = postmaster at tld.com
mail_plugin_dir =...