summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/sympa.pp20
1 files changed, 20 insertions, 0 deletions
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"],
+ }
}