From 9a0e51c11bd5da781134cc48bf7748600e0a9b41 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 3 Nov 2009 21:58:40 +0000 Subject: [PATCH] add missing driver option for dovecot-mysql config file git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@756 a1433add-5e2c-0410-b055-b7f2511e0802 --- DOCUMENTS/DOVECOT.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DOCUMENTS/DOVECOT.txt b/DOCUMENTS/DOVECOT.txt index cba5f12e..3feeeea0 100644 --- a/DOCUMENTS/DOVECOT.txt +++ b/DOCUMENTS/DOVECOT.txt @@ -21,9 +21,10 @@ be viewed real-time in Postfixadmin. 1. Dovecot setup ----------------- -default_mail_env = maildir:/usr/local/virtual/%u/ +default_mail_env = maildir:/var/mail/vmail/%u/ auth default { + mechanisms plain userdb sql { # Path for SQL configuration file, see doc/dovecot-sql-example.conf args = /etc/dovecot-mysql.conf @@ -44,7 +45,9 @@ first_valid_uid = 1001 # Change this to your postfix UID Below you'll find the relevant part of dovecot-mysql.conf file regarding our setup. Things you may need to change are db_password, uid and gid: + connect = host=localhost dbname=postfix user=postfix password=postfix +driver = mysql # Default password scheme. # depends on your $CONF['encrypt'] setting: