- Install from source: dovecot and sieve .
dovecot: CPPFLAGS=-I/usr/include/openssl LDFLAGS=-L/usr/lib/ ./configure --with-pam --with-ldap --with-nss --with-ssl=openssl
sieve(pigeonhole): ./configure --with-dovecot=../dovecot-2.0.9/
make
make install - cp ms dovecot.conf
- edit dovecot.conf
mail_location=maildir:~/Maildir
problem encountered
- g++ not installed
- cannot find make: build-essential not installed
- libpam-dev libldap-dev libnss-dev libssl-dev install required