10 Mar
2007
10 Mar
'07
12:45 a.m.
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:
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