diff options
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 |