[ start | index | login ]
start > knowledgebase > linux > mail > dovecot compile

dovecot compile

Created by retep. Last edited by retep, 236 days ago. Viewed 3,826 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Dovecot Compile

Installing dovecot from source? It will go something like this.

apt-get install gcc-c++ openssl-devel pam-devel
./configure && make install
replace "/usr/sbin" "/usr/local/sbin" -- /etc/initd.d/dovecot

The new config file is at /usr/local/etc/dovecot.conf

Getting an error like:

Sep 25 03:27:41 dd dovecot: auth(default): Unknown passdb driver 'pam'

Sep 25 03:27:41 dd dovecot: Auth process died too early - shutting down

Sep 25 03:27:41 dd dovecot: child 24163 (auth) returned error 89

Then you missed out the pam-devel.

请以发表评论身份登录
Powered by snipsnap.org Found a mistake in a howto? Let us know via an email to p.blikibugs at rimuhosting com.