Sorry, but I can't see a file named auth-master in any place... Luis Venegas wrote:> Hi., > > I am trying to configure Virtual Users. Whenever I use: > "virtual_transport = dovecot" I get: > > deliver(user_at_domain): > net_connect(/usr/local/var/run/dovecot/auth-master) failed: No such file > or directory >See: http://wiki.dovecot.org/LDA You probably didn't define the 'socket listen' or it's a different path. --Chris __________ Informaci?n de NOD32, revisi?n 2105 (20070309) __________ Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com
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