Changeset - 74ed4756d5a6
[Not reviewed]
0 2 0
Branko Majic (branko) - 9 years ago 2015-04-07 23:00:29
branko@majic.rs
MAR-4: Updated the main.cf Postfix configuration file. Updated available aliases in LDAP directory.
2 files changed with 7 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/files/main.cf
Show inline comments
 
@@ -38,3 +38,8 @@ mailbox_command = procmail -a "$EXTENSION"
 
mailbox_size_limit = 0
 
recipient_delimiter = +
 
inet_interfaces = all
 

	
 
# LDAP directory look-ups for domains, mailboxes and aliases.
 
virtual_mailbox_domains=ldap:/etc/postfix/ldap-virtual-mailbox-domains.cf
 
virtual_mailbox_maps=ldap:/etc/postfix/ldap-virtual-mailbox-maps.cf
 
virtual_alias_maps=ldap:/etc/postfix/ldap-virtual-alias-maps.cf
 
\ No newline at end of file
testsite/group_vars/ldap.yml
Show inline comments
 
@@ -130,7 +130,7 @@ ldap_entries:
 
  - dn: dc=example.org,ou=domains,ou=mail,ou=services,dc=example,dc=com
 
    objectClass: dNSDomain
 
    dc: example.org
 
  - dn: cn=postfix@example.com,ou=aliases,ou=mail,ou=services,dc=example,dc=com
 
  - dn: cn=postmaster@example.com,ou=aliases,ou=mail,ou=services,dc=example,dc=com
 
    objectClass: nisMailAlias
 
    cn: postfix@example.com
 
    cn: postmaster@example.com
 
    rfc822MailMember: john.doe@example.com
0 comments (0 inline, 0 general)