From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000618.html | 101 ++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000618.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000618.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000618.html b/zarb-ml/mageia-sysadm/2010-November/000618.html new file mode 100644 index 000000000..985937564 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000618.html @@ -0,0 +1,101 @@ + + + + [Mageia-sysadm] [285] - add a common ancestor to smtp server + + + + + + + + + +

[Mageia-sysadm] [285] - add a common ancestor to smtp server

+ root at mageia.org + root at mageia.org +
+ Thu Nov 18 19:07:50 CET 2010 +

+
+ +
Revision: 285
+Author:   misc
+Date:     2010-11-18 19:07:50 +0100 (Thu, 18 Nov 2010)
+Log Message:
+-----------
+- add a common ancestor to smtp server
+
+Modified Paths:
+--------------
+    puppet/modules/postfix/manifests/init.pp
+
+Modified: puppet/modules/postfix/manifests/init.pp
+===================================================================
+--- puppet/modules/postfix/manifests/init.pp	2010-11-18 17:42:50 UTC (rev 284)
++++ puppet/modules/postfix/manifests/init.pp	2010-11-18 18:07:50 UTC (rev 285)
+@@ -31,7 +31,11 @@
+         }
+     }
+ 
+-    class primary_smtp inherits base {
++    class smtp_server inherits base {
++        include postgrey
++    }
++
++    class primary_smtp inherits smtp_server {
+         file { '/etc/postfix/main.cf':
+             content => template("postfix/primary_main.cf"),
+         }
+@@ -45,7 +49,7 @@
+         }
+     }
+ 
+-    class secondary_smtp inherits base {
++    class secondary_smtp inherits smtp_server {
+         file { '/etc/postfix/main.cf':
+             content => template("postfix/secondary_main.cf"),
+         }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101118/d61e0d6d/attachment-0001.html>
+
+ + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1