From acd46fde80585764224395a6de93a217a0ff2a30 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 14 Sep 2021 17:46:06 +0200 Subject: Remove connection limit dovecot --- app/email/build/dovecot/conf/dovecot-ldap.sample.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 app/email/build/dovecot/conf/dovecot-ldap.sample.conf (limited to 'app/email/build/dovecot/conf/dovecot-ldap.sample.conf') diff --git a/app/email/build/dovecot/conf/dovecot-ldap.sample.conf b/app/email/build/dovecot/conf/dovecot-ldap.sample.conf deleted file mode 100644 index 472d5e8..0000000 --- a/app/email/build/dovecot/conf/dovecot-ldap.sample.conf +++ /dev/null @@ -1,8 +0,0 @@ -hosts = ldap.example.com -dn = cn=admin,dc=example,dc=com -dnpass = s3cr3t -base = dc=example,dc=com -scope = subtree -user_filter = (&(mail=%u)(&(objectClass=inetOrgPerson)(memberOf=cn=email,ou=groups,dc=example,dc=com))) -pass_filter = (&(mail=%u)(&(objectClass=inetOrgPerson)(memberOf=cn=email,ou=groups,dc=example,dc=com))) -user_attrs = mail=/var/mail/%{ldap:mail} -- cgit v1.2.3