Dovecot wont start after clean install DA

skyx

New member
Joined
Dec 18, 2010
Messages
3
Process Dovecot not start after clean intall DA on clean FreeBSD 7.3

Dec 18 11:20:00 mike dovecot[1300]: auth(default): Fatal: Support not compiled in for passdb driver 'shadow'
Dec 18 11:20:00 mike dovecot[1300]: dovecot: Fatal: Auth process died too early - shutting down
Dec 18 11:20:12 mike dovecot[1312]: auth(default): Fatal: Support not compiled in for passdb driver 'shadow'
Dec 18 11:20:12 mike dovecot[1312]: dovecot: Fatal: Auth process died too early - shutting down

# dovecot --build-options
Build options: ioloop=kqueue notify=kqueue ipv6 openssl
Mail storages: cydir dbox maildir mbox raw shared
SQL drivers:
Passdb: checkpassword pam passwd passwd-file
Userdb: nss passwd passwd-file prefetch static

Any idea how to fix that ?
 
Dovecot process start when i run this line:

perl -pi -e 's/passdb shadow/passdb passwd/' /etc/dovecot.conf

we will si now if everything will be ok.
 
Run the following commands:

Code:
/usr/local/etc/rc.d/da-popb4smtp stop
Code:
/usr/local/etc/rc.d/vm-pop3d.sh stop

Code:
service dovecot stop
Code:
service dovecot start

Code:
service dovecot status

and give us the result.

Don't forget to start back the pop3/smtp

Code:
/usr/local/etc/rc.d/da-popb4smtp start
Code:
/usr/local/etc/rc.d/vm-pop3d.sh start

-j0
 
Back
Top