diff options
author | Nicolas Vigier <boklm@mageia.org> | 2010-11-18 17:22:21 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2010-11-18 17:22:21 +0000 |
commit | e218a357ea921a2c787ac371296314dd379418df (patch) | |
tree | af1c23d636476b3127f371a270ceed0e526e35fc /modules/sympa/templates | |
parent | c6733e97cbabaef6a0f33f7646169a3d82e6c698 (diff) | |
download | puppet-e218a357ea921a2c787ac371296314dd379418df.tar puppet-e218a357ea921a2c787ac371296314dd379418df.tar.gz puppet-e218a357ea921a2c787ac371296314dd379418df.tar.bz2 puppet-e218a357ea921a2c787ac371296314dd379418df.tar.xz puppet-e218a357ea921a2c787ac371296314dd379418df.zip |
Disable alias management, already managed in postfix, and remove unused files
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r-- | modules/sympa/templates/ldap_alias_entry.tt2 | 11 | ||||
-rw-r--r-- | modules/sympa/templates/ldap_alias_manager.conf | 24 | ||||
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
3 files changed, 2 insertions, 35 deletions
diff --git a/modules/sympa/templates/ldap_alias_entry.tt2 b/modules/sympa/templates/ldap_alias_entry.tt2 deleted file mode 100644 index 31a5c470..00000000 --- a/modules/sympa/templates/ldap_alias_entry.tt2 +++ /dev/null @@ -1,11 +0,0 @@ -dn: cn=[% list.alias %],cn=[% list.domain %],[% ldap_base_dn %] -objectClass: top -objectClass: mailAlias -objectClass: mailRecipient -cn: [% list.alias %] -mail: [% list.alias %]@[% list.domain %] -mailTransportMode: [% list.command %] -mailAccountStatus: active -mailHost: mail1.example.com - -# vim: ft=ldif diff --git a/modules/sympa/templates/ldap_alias_manager.conf b/modules/sympa/templates/ldap_alias_manager.conf deleted file mode 100644 index cd7f29cd..00000000 --- a/modules/sympa/templates/ldap_alias_manager.conf +++ /dev/null @@ -1,24 +0,0 @@ -## This configuration file is used by the ldap_alias_manager.pl ; it allows to manage mail aliases in an LDAP directory -## To make sympa use the ldap_alias_manager.pl script, you should edit the 'ldap_manager' sympa.conf parameter -## To use this file, you should copy it to the /home/sympa/etc/ directory - -#LDAP server host -ldap_host ldap.<%= domain %> - -#LDAP bind DN -ldap_bind_dn cn=alamut-sympa,ou=System Accounts,dc=mageia,dc=org -#LDAP bind password -ldap_bind_pwd <%= ldappass %> - -#LDAP Base DN -ldap_base_dn ou=mail,dc=mageia,dc=org - -#LDAP Mail attribute -ldap_mail_attribute mail - -#LDAP SSL -ldap_ssl 0 - -#LDAP CA Chain file -#ldap_cachain /etc/ldap/cert/cachain.pem -~ diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 2f0c942c..a031da03 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -288,4 +288,6 @@ antispam_tag_header_spam_regexp ^\s*Yes ## The regexp applied on this header to verify message is NOT a spam (example \s*No) antispam_tag_header_ham_regexp ^\s*No +# Disable alias management, already managed in postfix +sendmail_aliases none |