aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-mailman.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/classes/postfix-mailman.pp')
-rw-r--r--manifests/classes/postfix-mailman.pp16
1 files changed, 16 insertions, 0 deletions
diff --git a/manifests/classes/postfix-mailman.pp b/manifests/classes/postfix-mailman.pp
index ace2af1..c6c7981 100644
--- a/manifests/classes/postfix-mailman.pp
+++ b/manifests/classes/postfix-mailman.pp
@@ -1,3 +1,19 @@
+#
+# == Class: postfix::mailman
+#
+# Configures a basic smtp server, able to work for the mailman mailing-list
+# manager.
+#
+# Parameters:
+# - every global variable which works for class "postfix" will work here.
+#
+# Example usage:
+#
+# node "toto.example.com" {
+# include mailman
+# include postfix::mailman
+# }
+#
class postfix::mailman {
$postfix_ng_smtp_listen = "0.0.0.0"
include postfix