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/000673.html | 89 +++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000673.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000673.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000673.html b/zarb-ml/mageia-sysadm/2010-November/000673.html new file mode 100644 index 000000000..2250b1a96 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000673.html @@ -0,0 +1,89 @@ + + + + [Mageia-sysadm] [331] add support for sympa domain + + + + + + + + + +

[Mageia-sysadm] [331] add support for sympa domain

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 21:19:04 CET 2010 +

+
+ +
Revision: 331
+Author:   misc
+Date:     2010-11-19 21:19:03 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+add support for sympa domain
+
+Modified Paths:
+--------------
+    puppet/modules/postfix/templates/main.cf
+
+Modified: puppet/modules/postfix/templates/main.cf
+===================================================================
+--- puppet/modules/postfix/templates/main.cf	2010-11-19 20:19:02 UTC (rev 330)
++++ puppet/modules/postfix/templates/main.cf	2010-11-19 20:19:03 UTC (rev 331)
+@@ -41,7 +41,10 @@
+ 
+ mydestination = <%= fqdn %>
+ <%- if all_tags.include?('postfix::primary_smtp') -%>
+-                <%= domain %>
++                <%= domain %>,
++<%-   if classes.include?('sympa') -%>
++                ml.<%= domain %>
++<%-   end -%>
+ <%- end -%>
+ transport_maps = regexp:/etc/postfix/transport_regexp
+ <%- end -%>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/8e399f94/attachment-0001.html>
+
+ + + + + + +
+

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