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/sympa.conf | |
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/sympa.conf')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |