From bd92a9f645f53da01c13d1411cef7fe20fdd4503 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 11 Dec 2013 01:03:42 +0100 Subject: wibble --- roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext') diff --git a/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext b/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext index 15eb306..0b38f00 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext +++ b/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext @@ -20,8 +20,9 @@ passdb { # driver = ldap # # This should be a different file from the passdb's, in order to perform # # asynchronous requests. +# # args = /etc/dovecot/dovecot-ldap-userdb.conf.ext -# +# # # Default fields can be used to specify defaults that LDAP may override # default_fields = home=/home/mail/%d/%n #} @@ -31,6 +32,7 @@ passdb { # userdb { driver = static + # The MTA has already verified the existence of users when doing alias resolution, # so we can skip the passdb lookup here. args = home=/home/mail/%d/%n allow_all_users=yes -- cgit v1.2.3