From b1cacd64a8ab2064915c77b6ec49c53514d75bd2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 15:54:16 +0000 Subject: - according to the documentation ( http://www.sympa.org/faq/postfix ), the regexp do not match all address used by sympa ( see en of the pointed document ), and so sympa-bounce do not work. --- modules/postfix/manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/postfix/manifests') diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 28302f1f..3df76a63 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -81,6 +81,15 @@ class postfix { content => template("postfix/group_aliases.conf"), } + # TODO make it conditional to the presence of sympa + file { '/etc/postfix/sympa_aliases': + ensure => present, + owner => root, + group => root, + mode => 644, + content => template("postfix/sympa_aliases"), + } + -- cgit v1.2.1