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
pull/2/head
David Goodwin 15 years ago
parent 7280a2bf80
commit 9a0e51c11b

@ -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:

Loading…
Cancel
Save