[Dovecot] RV: deliver configuration
Chris Wopat
chrisw at supranet.net
Sat Mar 10 00:45:59 EET 2007
Luis Venegas wrote:
> Sorry, but I can't see a file named auth-master in any place...
As I said, you probably didn't define the 'socket listen', per:
- http://wiki.dovecot.org/LDA
Here are the lines copied and pasted from the URL above, fix the "path"
to suit your needs:
protocol lda {
#auth_socket_path = /var/run/dovecot-auth-master
}
auth default {
socket listen {
master {
path = /var/run/dovecot-auth-master
mode = 0600
user = vmail # User running deliver
}
}
}
--Chris
More information about the dovecot
mailing list