Dovecot on debian: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 1: Line 1:
Looks like the mysql support is a mess, so assuming ldap only.
Looks like the mysql support is a mess, so assuming ldap only.
=Installing=
The debian dovecot packages are hopelessly outdated, so compile your own.
Remember to install libssl-dev first.
=Doc=
=Doc=
Remember the managesieve patch!
Remember the managesieve patch!

Revision as of 09:37, 20 April 2009

Looks like the mysql support is a mess, so assuming ldap only.

Installing

The debian dovecot packages are hopelessly outdated, so compile your own. Remember to install libssl-dev first.


Doc

Remember the managesieve patch! http://www.rename-it.nl/dovecot/1.1/

cd /usr/src/dovecot-1.1.7
zcat /var/downloads/dovecot-1.1.7-managesieve-0.10.4.diff.gz |patch -p1

Dependencies

FAQ