summaryrefslogtreecommitdiff
path: root/templates/dovecot/dovecot-sql.conf.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-09 23:00:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-09 23:00:48 -0300
commitb3de73faa214813270edb6c9e365faafd3e818b0 (patch)
tree8aefdb65c02e0c5a94027cdda0b7975619ee4a2e /templates/dovecot/dovecot-sql.conf.erb
parentfd8c76f13c121170fad23964018a228df198c054 (diff)
downloadpuppet-mail-b3de73faa214813270edb6c9e365faafd3e818b0.tar.gz
puppet-mail-b3de73faa214813270edb6c9e365faafd3e818b0.tar.bz2
Changing dovecot auth settings
Diffstat (limited to 'templates/dovecot/dovecot-sql.conf.erb')
-rw-r--r--templates/dovecot/dovecot-sql.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dovecot/dovecot-sql.conf.erb b/templates/dovecot/dovecot-sql.conf.erb
index d4162e2..1ddb76c 100644
--- a/templates/dovecot/dovecot-sql.conf.erb
+++ b/templates/dovecot/dovecot-sql.conf.erb
@@ -113,7 +113,7 @@ password_query = SELECT username AS user,password FROM mailbox WHERE username =
# user_query = SELECT home, 501 AS uid, 501 AS gid FROM users WHERE userid = '%u'
#
#user_query = SELECT home, uid, gid FROM users WHERE userid = '%u'
-user_query = SELECT maildir, 1001 AS uid, 1001 AS gid FROM mailbox WHERE username = '%u' AND active='1'
+user_query = SELECT maildir, 5000 AS uid, 5000 AS gid FROM mailbox WHERE username = '%u' AND active='1'
# If you wish to avoid two SQL lookups (passdb + userdb), you can use
# userdb prefetch instead of userdb sql in dovecot.conf. In that case you'll