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 downSep 25 03:27:41 dd dovecot: child 24163 (auth) returned error 89
Then you missed out the pam-devel.