summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/sympa.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index 0198197..78ec9e4 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -74,4 +74,9 @@ class mail::sympa {
recipient => "postmaster",
notify => Exec["newaliases"],
}
+
+ mailalias { "postmaster":
+ recipient => "root",
+ notify => Exec["newaliases"],
+ }
}