diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000565.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000565.html | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000565.html b/zarb-ml/mageia-sysadm/2010-November/000565.html new file mode 100644 index 000000000..747c1b419 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000565.html @@ -0,0 +1,128 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [257] add MX records for ml.mageia.org + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B257%5D%20add%20MX%20records%20for%20ml.mageia.org&In-Reply-To=%3C1289961910.722.581.camel%40akroma.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000564.html"> + <LINK REL="Next" HREF="000558.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [257] add MX records for ml.mageia.org</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B257%5D%20add%20MX%20records%20for%20ml.mageia.org&In-Reply-To=%3C1289961910.722.581.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-sysadm] [257] add MX records for ml.mageia.org">misc at zarb.org + </A><BR> + <I>Wed Nov 17 03:45:10 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000564.html">[Mageia-sysadm] [257] add MX records for ml.mageia.org +</A></li> + <LI>Next message: <A HREF="000558.html">[Mageia-sysadm] [258] add config for primary mail server (not ready for use yet) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#565">[ date ]</a> + <a href="thread.html#565">[ thread ]</a> + <a href="subject.html#565">[ subject ]</a> + <a href="author.html#565">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le mercredi 17 novembre 2010 à 02:55 +0100, Michael Scherer a écrit : +><i> Le mercredi 17 novembre 2010 à 02:28 +0100, Dexter Morgan a écrit : +</I>><i> > On Tue, Nov 16, 2010 at 4:44 PM, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A>> wrote: +</I>><i> > > Revision 257 Author boklm Date 2010-11-16 16:44:23 +0100 (Tue, 16 Nov 2010) +</I>><i> > > +</I>><i> > > Log Message +</I>><i> > > +</I>><i> > > add MX records for ml.mageia.org +</I>><i> > > +</I>><i> > > Modified Paths +</I>><i> > > +</I>><i> > > puppet/modules/bind/templates/zones/mageia.org.zone +</I>><i> > > +</I>><i> > > Modified: puppet/modules/bind/templates/zones/mageia.org.zone +</I>><i> > > =================================================================== +</I>><i> > > --- puppet/modules/bind/templates/zones/mageia.org.zone 2010-11-16 13:11:13 +</I>><i> > > UTC (rev 256) +</I>><i> > > +++ puppet/modules/bind/templates/zones/mageia.org.zone 2010-11-16 15:44:23 +</I>><i> > > UTC (rev 257) +</I>><i> > > @@ -3,7 +3,7 @@ +</I>><i> > > ; $Id$ +</I>><i> > > $TTL 3D +</I>><i> > > @ IN SOA ns0.mageia.org. root.mageia.org. ( +</I>><i> > > - 2010111000 ; Serial +</I>><i> > > + 2010111600 ; Serial +</I>><i> > > 21600 ; Refresh +</I>><i> > > 3600 ; Retry +</I>><i> > > 2419200 ; Expire +</I>><i> > > @@ -17,6 +17,9 @@ +</I>><i> > > @ IN MX 10 mx0.zarb.org. +</I>><i> > > @ IN MX 20 mx1.zarb.org. +</I>><i> > > +</I>><i> > > +ml IN MX 10 alamut.mageia.org. +</I>><i> > > +ml IN MX 20 krampouezh.mageia.org. +</I>><i> > > + +</I>><i> > > ; MX +</I>><i> > > ;@ IN MX 10 mx0.zarb.org. +</I>><i> > > +</I>><i> > +</I>><i> > Hi, +</I>><i> > +</I>><i> > i just have commented those 2 lines for the moment because it breaked +</I>><i> > alamut and breaks name resolution. +</I>><i> +</I>><i> Can you explain a little bit more ? +</I> +So it turn out the zone was incorrect : + + $ /usr/sbin/named-checkzone mageia.org ./mageia.org.zone +dns_master_load: ./mageia.org.zone:77: ml.mageia.org: CNAME and other +data +zone mageia.org/IN: loading from master file ./mageia.org.zone failed: +CNAME and other data +zone mageia.org/IN: not loaded due to errors. + +Ie, we cannot mix CNAME and MX for the same entry in the dns. So I have +moved this to use a A and AAAA record for ml.mageia.org . + +I propose to add a check for dns zone in svn that will prevent this +issue next time. ( we do have a working one at zarb that I will cut and +paste ). + + +-- +Michael Scherer + +</PRE> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000564.html">[Mageia-sysadm] [257] add MX records for ml.mageia.org +</A></li> + <LI>Next message: <A HREF="000558.html">[Mageia-sysadm] [258] add config for primary mail server (not ready for use yet) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#565">[ date ]</a> + <a href="thread.html#565">[ thread ]</a> + <a href="subject.html#565">[ subject ]</a> + <a href="author.html#565">[ 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> |