From 3577af16db5179dfd8ef431e766d1f7c2d84d444 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 22 Jan 2013 01:49:58 +0100 Subject: =?UTF-8?q?SMTP=20=E2=86=92=20Postfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ldap/base.ldif | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ldap/base.ldif') diff --git a/ldap/base.ldif b/ldap/base.ldif index e1a14fd..c31e109 100644 --- a/ldap/base.ldif +++ b/ldap/base.ldif @@ -25,15 +25,15 @@ description: Virtual mail hosting # TODO: for postfix, it'd be more efficient and more secure to SASL-bind # on a UNIX socket (EXTERNAL mechanism); wait for Postfix 2.8. # TODO: IMAP, SASLauth, Amavis -# TODO: if possible, make use GSSAPI/EXTERNAL for the services. +# TODO: if possible, make use GSSAPI/EXTERNAL for the services and the replication. dn: ou=services,o=mailHosting,dc=fripost,dc=dev objectClass: organizationalUnit -dn: cn=SMTP,ou=services,o=mailHosting,dc=fripost,dc=dev +dn: cn=Postfix,ou=services,o=mailHosting,dc=fripost,dc=dev objectClass: simpleSecurityObject objectClass: organizationalRole -userPassword: smtp -description: Where Postfix bind to for LDAP lookups. +userPassword: postfix +description: Where Postfix binds to for its LDAP lookups. dn: cn=CreateList,ou=services,o=mailHosting,dc=fripost,dc=dev objectClass: simpleSecurityObject -- cgit v1.2.3