Displaying 1 result from an estimated 1 matches for "your_postfix_user_name".
2007 Sep 10
0
(re: B. Baca) Dovecot] Unexpected input from auth master: CUID
...ange 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 = /path/to/lib/dovecot/lda
sendmail_path = /usr/sbin/sendmail <-- this is the usual postfix
path to sendmail
auth_socket_path = /path/to/run/dovecot...