Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
dovecot [2009/04/14 10:48]
greebo
dovecot [2012/10/12 01:31]
94.23.1.28 tbxRGAspHoaHj
Line 1: Line 1:
-====== Devocot hacks ====== +This inshigt's just the way to kick life into this debate.
- +
-===== Devocot + MySQL ===== +
- +
-**Creating user table** +
- +
-  CREATE TABLE users ( +
-      userid VARCHAR(128) NOT NULL, +
-      password VARCHAR(64) NOT NULL, +
-      home VARCHAR(255) NOT NULL, +
-      uid INTEGER NOT NULL, +
-      gid INTEGER NOT NULL, +
-      active CHAR(1) DEFAULT 'Y' NOT NULL, +
-      PRIMARY KEY(userid) +
-  ); +
- +
-**Configuration**: +
- +
-  auth_passdb = mysql /etc/dovecot/dovecot-mysql.conf +
-  auth_userdb = mysql /etc/dovecot/dovecot-mysql.conf +
-  default_mail_env = maildir:/home/virtual_mail/%u/Maildir:INDEX=/var/mail/%u +
- +
-**dovecof.conf** +
- +
-login_greeting_capability=yes +
- +
- +
-protocol imap { +
-  mail_plugins = expire +
-+
-protocol pop3 { +
-  mail_plugins = expire +
-+
- +
-plugin { +
-  # Trash 7d, Spam 30d +
-  expire = Trash 7 Spam 30 +
-+
- +
dovecot.txt · Last modified: 2012/10/15 11:58 by zagi
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready