diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/attachments/20120322 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20120322')
4 files changed, 484 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20120322/9945203b/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20120322/9945203b/attachment-0001.html new file mode 100644 index 000000000..76c888113 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20120322/9945203b/attachment-0001.html @@ -0,0 +1,237 @@ +We seem to reject all mails to MLs on alamut:<div><br><div>Mar 22 20:18:08 alamut postfix/smtpd[1384]: NOQUEUE: reject: RCPT from <a href="http://valstar.mageia.org">valstar.mageia.org</a>[212.85.158.147]: 450 4.1.1 <<a href="mailto:packages-commits@ml.mageia.org">packages-commits@ml.mageia.org</a>>: Recipient address rejected: User unknown in local recipient table; from=<<a href="mailto:schedbot@valstar.mageia.org">schedbot@valstar.mageia.org</a>> to=<<a href="mailto:packages-commits@ml.mageia.org">packages-commits@ml.mageia.org</a>> proto=ESMTP helo=<<a href="http://valstar.mageia.org">valstar.mageia.org</a>></div> + +<div><br></div><div>Mar 22 20:18:08 alamut postfix/smtpd[1385]: NOQUEUE: reject: RCPT from <a href="http://valstar.mageia.org">valstar.mageia.org</a>[212.85.158.147]: 450 4.1.1 <<a href="mailto:changelog@ml.mageia.org">changelog@ml.mageia.org</a>>: Recipient address rejected: User unknown in local recipient table; from=<<a href="mailto:schedbot@valstar.mageia.org">schedbot@valstar.mageia.org</a>> to=<<a href="mailto:changelog@ml.mageia.org">changelog@ml.mageia.org</a>> proto=ESMTP helo=<<a href="http://valstar.mageia.org">valstar.mageia.org</a>></div> + +<div><br></div><div>Reported by AL13N as bugzilla fails to send email and gives an error</div><div><br></div><div class="gmail_quote">On Thu, Mar 22, 2012 at 15:18, <span dir="ltr"><<a href="mailto:root@mageia.org">root@mageia.org</a>></span> wrote:<br> + +<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u> + + + + +<div> + + +<div> +<dl> +<dt>Revision</dt> <dd>2674</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2012-03-22 16:18:24 +0100 (Thu, 22 Mar 2012)</dd> +</dl> + +<h3>Log Message</h3> +<pre>clean postfix module, rework the layout and split it in several file</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#1363afcdfc8acd3f_puppetmanifestsnodesalamutpp">puppet/manifests/nodes/alamut.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmanifestsnodeskrampouezhpp">puppet/manifests/nodes/krampouezh.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/postfix/manifests/server/</li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsserverprimarypp">puppet/modules/postfix/manifests/server/primary.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsserversecondarypp">puppet/modules/postfix/manifests/server/secondary.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsserverpp">puppet/modules/postfix/manifests/server.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestssimple_relaypp">puppet/modules/postfix/manifests/simple_relay.pp</a></li> +</ul> + +</div> +<div><pre><a>Modified: puppet/manifests/nodes/alamut.pp</a> +=================================================================== +--- puppet/manifests/nodes/alamut.pp 2012-03-22 15:18:21 UTC (rev 2673) ++++ puppet/manifests/nodes/alamut.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -20,7 +20,7 @@ + include transifex + include bugzilla + include sympa::server +- include postfix::primary_smtp ++ include postfix::server::primary + + # temporary, just the time the vm is running there + host { 'friteuse': + +<a>Modified: puppet/manifests/nodes/krampouezh.pp</a> +=================================================================== +--- puppet/manifests/nodes/krampouezh.pp 2012-03-22 15:18:21 UTC (rev 2673) ++++ puppet/manifests/nodes/krampouezh.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -5,7 +5,7 @@ + # + #include common::default_mageia_server + include common::default_mageia_server_no_smtp +- include postfix::secondary_smtp ++ include postfix::server::secondary + include blog::base + include blog::db_backup + include mysql::server + +<a>Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2012-03-22 15:18:21 UTC (rev 2673) ++++ puppet/modules/postfix/manifests/init.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -1,71 +1,13 @@ + class postfix { +- class base { +- package { [postfix,nail]: } ++ package { ['postfix', 'nail']: } + +- service { postfix: +- subscribe => Package['postfix'], +- } +- +- file { '/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>': +- require => Package["postfix"], +- content => "", +- notify => Service['postfix'], +- } ++ service { 'postfix': ++ subscribe => Package['postfix'], + } + +- +- class simple_relay inherits base { +- File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { +- content => template("postfix/<a href="http://simple_relay_main.cf" target="_blank">simple_relay_main.cf</a>"), +- } ++ file { '/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>': ++ require => Package['postfix'], ++ content => '', ++ notify => Service['postfix'], + } +- +- class smtp_server inherits base { +- include postgrey +- include amavis +- include spamassassin +- +- File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { +- content => template("postfix/<a href="http://main.cf" target="_blank">main.cf</a>"), +- } +- +- file { '/etc/postfix/transport_regexp': +- content => template("postfix/transport_regexp"), +- } +- +- } +- +- class primary_smtp inherits smtp_server { +- +- package { "postfix-ldap": } +- +- # council is here until we fully decide who has aliases in com team, +- # see <a href="https://bugs.mageia.org/show_bug.cgi?id=1345" target="_blank">https://bugs.mageia.org/show_bug.cgi?id=1345</a> +- # alumini is a special group for tracking previous members of +- # the project, so they keep their aliases for a time +- $aliases_group = ['mga-founders','mga-packagers', +- 'mga-sysadmin','mga-council', +- 'mga-alumni','mga-i18n-committers', +- ] +- $ldap_password = extlookup("postfix_ldap",'x') +- $ldap_servers = get_ldap_servers() +- +- file { +- '/etc/postfix/<a href="http://master.cf" target="_blank">master.cf</a>': content => template("postfix/<a href="http://primary_master.cf" target="_blank">primary_master.cf</a>"); +- '/etc/postfix/ldap_aliases.conf': content => template("postfix/ldap_aliases.conf"); +- # TODO merge the file with the previous one, for common part (ldap, etc) +- '/etc/postfix/group_aliases.conf': content => template("postfix/group_aliases.conf"); +- # TODO make it conditional to the presence of sympa +- '/etc/postfix/sympa_aliases': content => template("postfix/sympa_aliases"); +- '/etc/postfix/virtual_aliases': content => template("postfix/virtual_aliases"); +- } +- +- exec { "postmap /etc/postfix/virtual_aliases": +- refreshonly => true, +- subscribe => File['/etc/postfix/virtual_aliases'], +- } +- } +- +- class secondary_smtp inherits smtp_server { +- } + } + +<a>Added: puppet/modules/postfix/manifests/server/primary.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/server/primary.pp (rev 0) ++++ puppet/modules/postfix/manifests/server/primary.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1,37 @@ ++class postfix::server::primary inherits postfix::server { ++ ++ package { 'postfix-ldap': } ++ ++ # council is here until we fully decide who has aliases in com team, ++ # see <a href="https://bugs.mageia.org/show_bug.cgi?id=1345" target="_blank">https://bugs.mageia.org/show_bug.cgi?id=1345</a> ++ # alumini is a special group for tracking previous members of ++ # the project, so they keep their aliases for a time ++ $aliases_group = ['mga-founders', ++ 'mga-packagers', ++ 'mga-sysadmin', ++ 'mga-council', ++ 'mga-alumni', ++ 'mga-i18n-committers'] ++ $ldap_password = extlookup('postfix_ldap','x') ++ $ldap_servers = get_ldap_servers() ++ ++ file { ++ '/etc/postfix/<a href="http://master.cf" target="_blank">master.cf</a>': ++ content => template('postfix/<a href="http://primary_master.cf" target="_blank">primary_master.cf</a>'); ++ '/etc/postfix/ldap_aliases.conf': ++ content => template('postfix/ldap_aliases.conf'); ++ # TODO merge the file with the previous one, for common part (ldap, etc) ++ '/etc/postfix/group_aliases.conf': ++ content => template('postfix/group_aliases.conf'); ++ # TODO make it conditional to the presence of sympa ++ '/etc/postfix/sympa_aliases': ++ content => template('postfix/sympa_aliases'); ++ '/etc/postfix/virtual_aliases': ++ content => template('postfix/virtual_aliases'); ++ } ++ ++ exec { 'postmap /etc/postfix/virtual_aliases': ++ refreshonly => true, ++ subscribe => File['/etc/postfix/virtual_aliases'], ++ } ++} + +<a>Added: puppet/modules/postfix/manifests/server/secondary.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/server/secondary.pp (rev 0) ++++ puppet/modules/postfix/manifests/server/secondary.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1 @@ ++class postfix::server::secondary inherits postfix::server { } + +<a>Added: puppet/modules/postfix/manifests/server.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/server.pp (rev 0) ++++ puppet/modules/postfix/manifests/server.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1,13 @@ ++class postfix::server inherits postfix { ++ include postgrey ++ include amavis ++ include spamassassin ++ ++ File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { ++ content => template('postfix/<a href="http://main.cf" target="_blank">main.cf</a>'), ++ } ++ ++ file { '/etc/postfix/transport_regexp': ++ content => template('postfix/transport_regexp'), ++ } ++} + +<a>Added: puppet/modules/postfix/manifests/simple_relay.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/simple_relay.pp (rev 0) ++++ puppet/modules/postfix/manifests/simple_relay.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1,5 @@ ++class postfix::simple_relay inherits postfix { ++ File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { ++ content => template('postfix/<a href="http://simple_relay_main.cf" target="_blank">simple_relay_main.cf</a>'), ++ } ++} + +</pre></div> + +</div> +</blockquote></div><br></div> diff --git a/zarb-ml/mageia-sysadm/attachments/20120322/9945203b/attachment.html b/zarb-ml/mageia-sysadm/attachments/20120322/9945203b/attachment.html new file mode 100644 index 000000000..76c888113 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20120322/9945203b/attachment.html @@ -0,0 +1,237 @@ +We seem to reject all mails to MLs on alamut:<div><br><div>Mar 22 20:18:08 alamut postfix/smtpd[1384]: NOQUEUE: reject: RCPT from <a href="http://valstar.mageia.org">valstar.mageia.org</a>[212.85.158.147]: 450 4.1.1 <<a href="mailto:packages-commits@ml.mageia.org">packages-commits@ml.mageia.org</a>>: Recipient address rejected: User unknown in local recipient table; from=<<a href="mailto:schedbot@valstar.mageia.org">schedbot@valstar.mageia.org</a>> to=<<a href="mailto:packages-commits@ml.mageia.org">packages-commits@ml.mageia.org</a>> proto=ESMTP helo=<<a href="http://valstar.mageia.org">valstar.mageia.org</a>></div> + +<div><br></div><div>Mar 22 20:18:08 alamut postfix/smtpd[1385]: NOQUEUE: reject: RCPT from <a href="http://valstar.mageia.org">valstar.mageia.org</a>[212.85.158.147]: 450 4.1.1 <<a href="mailto:changelog@ml.mageia.org">changelog@ml.mageia.org</a>>: Recipient address rejected: User unknown in local recipient table; from=<<a href="mailto:schedbot@valstar.mageia.org">schedbot@valstar.mageia.org</a>> to=<<a href="mailto:changelog@ml.mageia.org">changelog@ml.mageia.org</a>> proto=ESMTP helo=<<a href="http://valstar.mageia.org">valstar.mageia.org</a>></div> + +<div><br></div><div>Reported by AL13N as bugzilla fails to send email and gives an error</div><div><br></div><div class="gmail_quote">On Thu, Mar 22, 2012 at 15:18, <span dir="ltr"><<a href="mailto:root@mageia.org">root@mageia.org</a>></span> wrote:<br> + +<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u> + + + + +<div> + + +<div> +<dl> +<dt>Revision</dt> <dd>2674</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2012-03-22 16:18:24 +0100 (Thu, 22 Mar 2012)</dd> +</dl> + +<h3>Log Message</h3> +<pre>clean postfix module, rework the layout and split it in several file</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#1363afcdfc8acd3f_puppetmanifestsnodesalamutpp">puppet/manifests/nodes/alamut.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmanifestsnodeskrampouezhpp">puppet/manifests/nodes/krampouezh.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/postfix/manifests/server/</li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsserverprimarypp">puppet/modules/postfix/manifests/server/primary.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsserversecondarypp">puppet/modules/postfix/manifests/server/secondary.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestsserverpp">puppet/modules/postfix/manifests/server.pp</a></li> +<li><a href="#1363afcdfc8acd3f_puppetmodulespostfixmanifestssimple_relaypp">puppet/modules/postfix/manifests/simple_relay.pp</a></li> +</ul> + +</div> +<div><pre><a>Modified: puppet/manifests/nodes/alamut.pp</a> +=================================================================== +--- puppet/manifests/nodes/alamut.pp 2012-03-22 15:18:21 UTC (rev 2673) ++++ puppet/manifests/nodes/alamut.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -20,7 +20,7 @@ + include transifex + include bugzilla + include sympa::server +- include postfix::primary_smtp ++ include postfix::server::primary + + # temporary, just the time the vm is running there + host { 'friteuse': + +<a>Modified: puppet/manifests/nodes/krampouezh.pp</a> +=================================================================== +--- puppet/manifests/nodes/krampouezh.pp 2012-03-22 15:18:21 UTC (rev 2673) ++++ puppet/manifests/nodes/krampouezh.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -5,7 +5,7 @@ + # + #include common::default_mageia_server + include common::default_mageia_server_no_smtp +- include postfix::secondary_smtp ++ include postfix::server::secondary + include blog::base + include blog::db_backup + include mysql::server + +<a>Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2012-03-22 15:18:21 UTC (rev 2673) ++++ puppet/modules/postfix/manifests/init.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -1,71 +1,13 @@ + class postfix { +- class base { +- package { [postfix,nail]: } ++ package { ['postfix', 'nail']: } + +- service { postfix: +- subscribe => Package['postfix'], +- } +- +- file { '/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>': +- require => Package["postfix"], +- content => "", +- notify => Service['postfix'], +- } ++ service { 'postfix': ++ subscribe => Package['postfix'], + } + +- +- class simple_relay inherits base { +- File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { +- content => template("postfix/<a href="http://simple_relay_main.cf" target="_blank">simple_relay_main.cf</a>"), +- } ++ file { '/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>': ++ require => Package['postfix'], ++ content => '', ++ notify => Service['postfix'], + } +- +- class smtp_server inherits base { +- include postgrey +- include amavis +- include spamassassin +- +- File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { +- content => template("postfix/<a href="http://main.cf" target="_blank">main.cf</a>"), +- } +- +- file { '/etc/postfix/transport_regexp': +- content => template("postfix/transport_regexp"), +- } +- +- } +- +- class primary_smtp inherits smtp_server { +- +- package { "postfix-ldap": } +- +- # council is here until we fully decide who has aliases in com team, +- # see <a href="https://bugs.mageia.org/show_bug.cgi?id=1345" target="_blank">https://bugs.mageia.org/show_bug.cgi?id=1345</a> +- # alumini is a special group for tracking previous members of +- # the project, so they keep their aliases for a time +- $aliases_group = ['mga-founders','mga-packagers', +- 'mga-sysadmin','mga-council', +- 'mga-alumni','mga-i18n-committers', +- ] +- $ldap_password = extlookup("postfix_ldap",'x') +- $ldap_servers = get_ldap_servers() +- +- file { +- '/etc/postfix/<a href="http://master.cf" target="_blank">master.cf</a>': content => template("postfix/<a href="http://primary_master.cf" target="_blank">primary_master.cf</a>"); +- '/etc/postfix/ldap_aliases.conf': content => template("postfix/ldap_aliases.conf"); +- # TODO merge the file with the previous one, for common part (ldap, etc) +- '/etc/postfix/group_aliases.conf': content => template("postfix/group_aliases.conf"); +- # TODO make it conditional to the presence of sympa +- '/etc/postfix/sympa_aliases': content => template("postfix/sympa_aliases"); +- '/etc/postfix/virtual_aliases': content => template("postfix/virtual_aliases"); +- } +- +- exec { "postmap /etc/postfix/virtual_aliases": +- refreshonly => true, +- subscribe => File['/etc/postfix/virtual_aliases'], +- } +- } +- +- class secondary_smtp inherits smtp_server { +- } + } + +<a>Added: puppet/modules/postfix/manifests/server/primary.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/server/primary.pp (rev 0) ++++ puppet/modules/postfix/manifests/server/primary.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1,37 @@ ++class postfix::server::primary inherits postfix::server { ++ ++ package { 'postfix-ldap': } ++ ++ # council is here until we fully decide who has aliases in com team, ++ # see <a href="https://bugs.mageia.org/show_bug.cgi?id=1345" target="_blank">https://bugs.mageia.org/show_bug.cgi?id=1345</a> ++ # alumini is a special group for tracking previous members of ++ # the project, so they keep their aliases for a time ++ $aliases_group = ['mga-founders', ++ 'mga-packagers', ++ 'mga-sysadmin', ++ 'mga-council', ++ 'mga-alumni', ++ 'mga-i18n-committers'] ++ $ldap_password = extlookup('postfix_ldap','x') ++ $ldap_servers = get_ldap_servers() ++ ++ file { ++ '/etc/postfix/<a href="http://master.cf" target="_blank">master.cf</a>': ++ content => template('postfix/<a href="http://primary_master.cf" target="_blank">primary_master.cf</a>'); ++ '/etc/postfix/ldap_aliases.conf': ++ content => template('postfix/ldap_aliases.conf'); ++ # TODO merge the file with the previous one, for common part (ldap, etc) ++ '/etc/postfix/group_aliases.conf': ++ content => template('postfix/group_aliases.conf'); ++ # TODO make it conditional to the presence of sympa ++ '/etc/postfix/sympa_aliases': ++ content => template('postfix/sympa_aliases'); ++ '/etc/postfix/virtual_aliases': ++ content => template('postfix/virtual_aliases'); ++ } ++ ++ exec { 'postmap /etc/postfix/virtual_aliases': ++ refreshonly => true, ++ subscribe => File['/etc/postfix/virtual_aliases'], ++ } ++} + +<a>Added: puppet/modules/postfix/manifests/server/secondary.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/server/secondary.pp (rev 0) ++++ puppet/modules/postfix/manifests/server/secondary.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1 @@ ++class postfix::server::secondary inherits postfix::server { } + +<a>Added: puppet/modules/postfix/manifests/server.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/server.pp (rev 0) ++++ puppet/modules/postfix/manifests/server.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1,13 @@ ++class postfix::server inherits postfix { ++ include postgrey ++ include amavis ++ include spamassassin ++ ++ File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { ++ content => template('postfix/<a href="http://main.cf" target="_blank">main.cf</a>'), ++ } ++ ++ file { '/etc/postfix/transport_regexp': ++ content => template('postfix/transport_regexp'), ++ } ++} + +<a>Added: puppet/modules/postfix/manifests/simple_relay.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/simple_relay.pp (rev 0) ++++ puppet/modules/postfix/manifests/simple_relay.pp 2012-03-22 15:18:24 UTC (rev 2674) +@@ -0,0 +1,5 @@ ++class postfix::simple_relay inherits postfix { ++ File['/etc/postfix/<a href="http://main.cf" target="_blank">main.cf</a>'] { ++ content => template('postfix/<a href="http://simple_relay_main.cf" target="_blank">simple_relay_main.cf</a>'), ++ } ++} + +</pre></div> + +</div> +</blockquote></div><br></div> diff --git a/zarb-ml/mageia-sysadm/attachments/20120322/fcf6a706/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20120322/fcf6a706/attachment-0001.html new file mode 100644 index 000000000..f97d63cc4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20120322/fcf6a706/attachment-0001.html @@ -0,0 +1,5 @@ +<br><br><div class="gmail_quote">On Thu, Mar 22, 2012 at 14:27, Arnaud Patard <span dir="ltr"><<a href="mailto:arnaud.patard@rtp-net.org">arnaud.patard@rtp-net.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<br> +- no way to rsync somewhere my repo. imho, mageia systems should be the<br> +primary mirror for arm stuff.</blockquote><div><br></div><div>I think valstar should be the reference.</div><div>Maybe we can add a module on rsync server with you IP is allowed to write to</div></div> diff --git a/zarb-ml/mageia-sysadm/attachments/20120322/fcf6a706/attachment.html b/zarb-ml/mageia-sysadm/attachments/20120322/fcf6a706/attachment.html new file mode 100644 index 000000000..f97d63cc4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20120322/fcf6a706/attachment.html @@ -0,0 +1,5 @@ +<br><br><div class="gmail_quote">On Thu, Mar 22, 2012 at 14:27, Arnaud Patard <span dir="ltr"><<a href="mailto:arnaud.patard@rtp-net.org">arnaud.patard@rtp-net.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> + +<br> +- no way to rsync somewhere my repo. imho, mageia systems should be the<br> +primary mirror for arm stuff.</blockquote><div><br></div><div>I think valstar should be the reference.</div><div>Maybe we can add a module on rsync server with you IP is allowed to write to</div></div> |