Dovecot: Difference between revisions
From DWIKI
m (→Docs) |
m (→Docs) |
||
Line 4: | Line 4: | ||
*http://www.rename-it.nl/dovecot/ | *http://www.rename-it.nl/dovecot/ | ||
*http://wiki.dovecot.org/ | *http://wiki.dovecot.org/ | ||
*[dovecot postfix ldap] | *[[dovecot postfix ldap]] | ||
=Dovecot and ldap= | =Dovecot and ldap= |
Revision as of 12:25, 14 November 2008
Docs
Dovecot and ldap
- http://wiki.dovecot.org/AuthDatabase/LDAP
- http://workaround.org/articles/ispmail-etch/#etc-dovecot-dovecot-conf
- http://manurevah.com/blah/index.php/linux/pysieved-on-workaround.php
- http://wanderingbarque.com/howtos/mailserver/mailserver.html
Postfix
Using deliver with postfix
http://wiki.dovecot.org/LDA/Postfix?highlight=%28postfix%29
ManageSieve
- Sieve
- careful with dovecot-sieve on freebsd, it links against the stable dovecot, not dovecot-devel
- http://wiki.dovecot.org/ManageSieve
- http://www.iana.org/assignments/sieve-extensions
- http://libsieve-php.exit0.net/
Squirrelmail has avelsieve
Testing
deliver
SSL
On FreeBSD
/usr/local/share/dovecot/
http://www.freebsddiary.org/dovecot.php
FAQ
run in foreground
dovecot -F
Fatal: Namespace initialization failed
Where's the bugtracker?
http://dovecot.org/list/dovecot/2007-January/018786.html
What's that strange attachment in quota bounces?
http://tools.ietf.org/html/rfc3798
i changed clock and it crashed
http://wiki.dovecot.org/TimeMovedBackwards
user XXX is missing UID (set mail_uid)
System fails to look up UID for user, configure a userdb besides the password db
Notes
getenv/setenv/clearenv
There's been issues on several OSes that didn't agree on env related functions, see lib/env-util.c See http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html putenv etc