From: Silvio Rhatto Date: Wed, 25 Aug 2010 18:17:38 +0000 (-0300) Subject: Sympa aliases X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fbfe6182f0e45f5e702601f400518955dc76b16d;p=puppet-mail.git Sympa aliases --- 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"], + } }