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/000541.html | 103 ++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000541.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000541.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000541.html b/zarb-ml/mageia-sysadm/2010-November/000541.html new file mode 100644 index 000000000..37341e8d6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000541.html @@ -0,0 +1,103 @@ + + + + [Mageia-sysadm] [255] Do not hardcode domain + + + + + + + + + +

[Mageia-sysadm] [255] Do not hardcode domain

+ root at mageia.org + root at mageia.org +
+ Mon Nov 15 22:39:24 CET 2010 +

+
+ +
Revision: 255
+Author:   dmorgan
+Date:     2010-11-15 22:39:24 +0100 (Mon, 15 Nov 2010)
+Log Message:
+-----------
+Do not hardcode domain
+
+Modified Paths:
+--------------
+    puppet/modules/sympa/templates/sympa.conf
+
+Modified: puppet/modules/sympa/templates/sympa.conf
+===================================================================
+--- puppet/modules/sympa/templates/sympa.conf	2010-11-15 00:51:36 UTC (rev 254)
++++ puppet/modules/sympa/templates/sympa.conf	2010-11-15 21:39:24 UTC (rev 255)
+@@ -86,11 +86,11 @@
+ ###\\\\ General definition ////###
+ 
+ ## Main robot hostname
+-domain  mageia.org
++domain  <%= domain %>
+ 
+ ## Listmasters email list comma separated
+ ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses.
+-listmaster      listmaster at mageia.org
++listmaster      listmaster@<%= domain %>
+ 
+ ## Local part of sympa email adresse
+ ## Effective address will be \[EMAIL\]@\[HOST\]
+@@ -277,7 +277,7 @@
+ ###\\\\ Web interface ////###
+ 
+ ## Sympa's main page URL
+-wwsympa_url     http://ml.mageia.org/
++wwsympa_url     http://ml.<%= domain %>/
+ 
+ ## If a spam filter (like spamassassin or j-chkmail) add a smtp headers to tag spams, name of this header (example X-Spam-Status)
+ antispam_tag_header_name        X-Spam-Status
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101115/009f3820/attachment-0001.html>
+
+ + + + + + + + + +
+

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