From fbfe6182f0e45f5e702601f400518955dc76b16d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 25 Aug 2010 15:17:38 -0300 Subject: Sympa aliases --- manifests/sympa.pp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/manifests/sympa.pp b/manifests/sympa.pp index b604006..0198197 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -54,4 +54,24 @@ class mail::sympa { "sympa_destination_recipient_limit": value => '1'; "sympabounce_destination_recipient_limit": value => '1'; } + + mailalias { "sympa": + recipient => "|/usr/lib/sympa/bin/queue sympa", + notify => Exec["newaliases"], + } + + mailalias { "sympa-request": + recipient => "postmaster", + notify => Exec["newaliases"], + } + + mailalias { "sympa-owner": + recipient => "postmaster", + notify => Exec["newaliases"], + } + + mailalias { "listmaster": + recipient => "postmaster", + notify => Exec["newaliases"], + } } -- cgit v1.2.3