summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000541.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000541.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000541.html103
1 files changed, 103 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [255] Do not hardcode domain
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B255%5D%20Do%20not%20hardcode%20domain&In-Reply-To=%3C20101115213924.804A83FC31%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000547.html">
+ <LINK REL="Next" HREF="000542.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [255] Do not hardcode domain</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B255%5D%20Do%20not%20hardcode%20domain&In-Reply-To=%3C20101115213924.804A83FC31%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [255] Do not hardcode domain">root at mageia.org
+ </A><BR>
+ <I>Mon Nov 15 22:39:24 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000547.html">[Mageia-sysadm] Backups
+</A></li>
+ <LI>Next message: <A HREF="000542.html">[Mageia-sysadm] Main tasks for the next days
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#541">[ date ]</a>
+ <a href="thread.html#541">[ thread ]</a>
+ <a href="subject.html#541">[ subject ]</a>
+ <a href="author.html#541">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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 &lt;%= domain %&gt;
+
+ ## 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 <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">listmaster at mageia.org</A>
++listmaster listmaster@&lt;%= domain %&gt;
+
+ ## 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 <A HREF="http://ml.mageia.org/">http://ml.mageia.org/</A>
++wwsympa_url <A HREF="http://ml.&lt;%=">http://ml.&lt;%=</A> domain %&gt;/
+
+ ## 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: &lt;/pipermail/mageia-sysadm/attachments/20101115/009f3820/attachment-0001.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000547.html">[Mageia-sysadm] Backups
+</A></li>
+ <LI>Next message: <A HREF="000542.html">[Mageia-sysadm] Main tasks for the next days
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#541">[ date ]</a>
+ <a href="thread.html#541">[ thread ]</a>
+ <a href="subject.html#541">[ subject ]</a>
+ <a href="author.html#541">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>