diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20101118')
50 files changed, 5810 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/00f50fe3/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/00f50fe3/attachment-0001.html new file mode 100644 index 000000000..ea9d1ff32 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/00f50fe3/attachment-0001.html @@ -0,0 +1,260 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[272] add master.cf</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>272</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:21:40 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add master.cf</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_mastercf">puppet/modules/postfix/templates/primary_master.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-17 23:50:46 UTC (rev 271) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 00:21:40 UTC (rev 272) +@@ -35,6 +35,10 @@ + file { '/etc/postfix/main.cf': + content => template("postfix/primary_main.cf"), + } ++ ++ file { '/etc/postfix/master.cf': ++ content => template("postfix/primary_master.cf"), ++ } + } + + class secondary_smtp inherits base { + +<a id="puppetmodulespostfixtemplatesprimary_mastercf">Added: puppet/modules/postfix/templates/primary_master.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_master.cf (rev 0) ++++ puppet/modules/postfix/templates/primary_master.cf 2010-11-18 00:21:40 UTC (rev 272) +@@ -0,0 +1,170 @@ ++# ++# Postfix master process configuration file. For details on the format ++# of the file, see the master(5) manual page (command: "man 5 master"). ++# ++# Do not forget to execute "postfix reload" after editing this file. ++# ++# The script postfix-chroot.sh can be used to set up a Postfix chroot ++# environment on your Mandrivalinux System. ++# ++# ========================================================================== ++# service type private unpriv chroot wakeup maxproc command + args ++# (yes) (yes) (yes) (never) (100) ++# ========================================================================== ++smtp inet n - y - - smtpd ++#submission inet n - n - - smtpd ++# -o smtpd_tls_security_level=encrypt ++# -o smtpd_sasl_auth_enable=yes ++# -o smtpd_client_restrictions=permit_sasl_authenticated,reject ++# -o milter_macro_daemon_name=ORIGINATING ++#smtps inet n - n - - smtpd ++# -o smtpd_tls_wrappermode=yes ++# -o smtpd_sasl_auth_enable=yes ++# -o smtpd_client_restrictions=permit_sasl_authenticated,reject ++# -o milter_macro_daemon_name=ORIGINATING ++#628 inet n - n - - qmqpd ++pickup fifo n - y 60 1 pickup ++ -o content_filter= ++ -o receive_override_options= ++cleanup unix n - y - 0 cleanup ++qmgr fifo n - y 300 1 qmgr ++#qmgr fifo n - n 300 1 oqmgr ++tlsmgr unix - - y 1000? 1 tlsmgr ++rewrite unix - - y - - trivial-rewrite ++bounce unix - - y - 0 bounce ++defer unix - - y - 0 bounce ++trace unix - - y - 0 bounce ++verify unix - - y - 1 verify ++flush unix n - y 1000? 0 flush ++proxymap unix - - n - - proxymap ++proxywrite unix - - n - 1 proxymap ++smtp unix - - y - - smtp ++# When relaying mail as backup MX, disable fallback_relay to avoid MX loops ++relay unix - - y - - smtp ++ -o smtp_fallback_relay= ++# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 ++showq unix n - y - - showq ++error unix - - y - - error ++retry unix - - y - - error ++discard unix - - y - - discard ++local unix - n n - - local ++virtual unix - n n - - virtual ++lmtp unix - - y - - lmtp ++anvil unix - - y - 1 anvil ++scache unix - - y - 1 scache ++# ++# ==================================================================== ++# Interfaces to non-Postfix software. Be sure to examine the manual ++# pages of the non-Postfix software to find out what options it wants. ++# ++# Many of the following services use the Postfix pipe(8) delivery ++# agent. See the pipe(8) man page for information about ${recipient} ++# and other message envelope options. ++# ==================================================================== ++# ++# maildrop. See the Postfix MAILDROP_README file for details. ++# Also specify in main.cf: maildrop_destination_recipient_limit=1 ++# ++#maildrop unix - n n - - pipe ++# flags=DRhu user=nobody argv=/usr/bin/maildrop -d ${recipient} ++# ++# ==================================================================== ++# ++# Please See the Postfix CYRUS_README file for details ++# deliver interface (deprecated), to use this also use ++# postconf -e cyrus-deliver_destination_recipient_limit=1 ++cyrus-deliver unix - n n - - pipe ++ user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user} ++# ++# for default cyrus socket placement ++cyrus unix - n n - - lmtp ++ -o lmtp_cache_connection=yes ++# ++# if you configure cyrus socket in the chroot jail ++cyrus-chroot unix - - y - - lmtp ++ -o lmtp_cache_connection=yes ++# ++# for lmtp to cyrus via tcp ++cyrus-inet unix - - y - - lmtp ++ -o lmtp_cache_connection=yes ++ -o lmtp_sasl_auth_enable=yes ++ -o lmtp_sasl_password_maps=hash:/etc/postfix/cyrus_lmtp_sasl_pass ++ -o lmtp_sasl_security_options=noanonymous ++# ++# ==================================================================== ++# ++# See the Postfix UUCP_README file for configuration details. ++# ++#uucp unix - n n - - pipe ++# flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) ++# ++# ==================================================================== ++# ++# Other external delivery methods. ++# These are not distributed with Mandrivalinux ++# ++#ifmail unix - n n - - pipe ++# flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) ++# ++#bsmtp unix - n n - - pipe ++# flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient ++# ++#scalemail-backend unix - n n - 2 pipe ++# flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ++# ${nexthop} ${user} ${extension} ++# ++#mailman unix - n n - - pipe ++# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ++# ${nexthop} ${user} ++# ++##### START OF CONTENT FILTER CUSTOMIZATIONS ##### ++# Please see the Postfix FILTER_README for details. ++# These sample entries expect your content filter to ++# listen on port 10025 and to inject mail back into ++# postfix on port 10026. ++# ++# to enable such content filter run the command ++# postconf -e content_filter=smtp-filter:127.0.0.1:10025 ++# postconf -e smtp-filter_destination_concurrency_limit=2 ++# or ++# postconf -e content_filter=lmtp-filter:127.0.0.1:10025 ++# postconf -e lmtp-filter_destination_concurrency_limit=2 ++# and the command ++# postconf -e receive_override_options=no_address_mappings ++# ++# adjust the value of ?mtp-filter_destination_concurrency_limit ++# to match the maximum number of process your content filter ++# will spawn. ++# ++127.0.0.1:10026 inet n - y - - smtpd ++ -o content_filter= ++ -o smtpd_restriction_classes= ++ -o smtpd_client_restrictions=permit_mynetworks,reject ++ -o smtpd_helo_restrictions= ++ -o smtpd_sender_restrictions= ++ -o smtpd_end_of_data_restrictions= ++ -o smtpd_etrn_restrictions= ++ -o smtpd_data_restrictions= ++ -o smtpd_delay_reject=no ++ -o smtpd_recipient_restrictions=permit_mynetworks,reject ++ -o mynetworks=127.0.0.0/8 ++ -o smtpd_authorized_xforward_hosts=127.0.0.0/8 ++ -o strict_rfc821_envelopes=yes ++ -o smtpd_error_sleep_time=0 ++ -o smtpd_soft_error_limit=1001 ++ -o smtpd_hard_error_limit=1000 ++ -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks ++# ++lmtp-filter unix - - y - - lmtp ++ -o lmtp_data_done_timeout=1200 ++ -o lmtp_send_xforward_command=yes ++ -o lmtp_cache_connection=no ++ -o max_use=20 ++# ++smtp-filter unix - - y - - smtp ++ -o smtp_data_done_timeout=1200 ++ -o smtp_send_xforward_command=yes ++ -o max_use=20 ++# ++##### END OF CONTENT FILTER CUSTOMIZATIONS ##### ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/00f50fe3/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/00f50fe3/attachment.html new file mode 100644 index 000000000..ea9d1ff32 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/00f50fe3/attachment.html @@ -0,0 +1,260 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[272] add master.cf</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>272</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:21:40 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add master.cf</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_mastercf">puppet/modules/postfix/templates/primary_master.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-17 23:50:46 UTC (rev 271) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 00:21:40 UTC (rev 272) +@@ -35,6 +35,10 @@ + file { '/etc/postfix/main.cf': + content => template("postfix/primary_main.cf"), + } ++ ++ file { '/etc/postfix/master.cf': ++ content => template("postfix/primary_master.cf"), ++ } + } + + class secondary_smtp inherits base { + +<a id="puppetmodulespostfixtemplatesprimary_mastercf">Added: puppet/modules/postfix/templates/primary_master.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_master.cf (rev 0) ++++ puppet/modules/postfix/templates/primary_master.cf 2010-11-18 00:21:40 UTC (rev 272) +@@ -0,0 +1,170 @@ ++# ++# Postfix master process configuration file. For details on the format ++# of the file, see the master(5) manual page (command: "man 5 master"). ++# ++# Do not forget to execute "postfix reload" after editing this file. ++# ++# The script postfix-chroot.sh can be used to set up a Postfix chroot ++# environment on your Mandrivalinux System. ++# ++# ========================================================================== ++# service type private unpriv chroot wakeup maxproc command + args ++# (yes) (yes) (yes) (never) (100) ++# ========================================================================== ++smtp inet n - y - - smtpd ++#submission inet n - n - - smtpd ++# -o smtpd_tls_security_level=encrypt ++# -o smtpd_sasl_auth_enable=yes ++# -o smtpd_client_restrictions=permit_sasl_authenticated,reject ++# -o milter_macro_daemon_name=ORIGINATING ++#smtps inet n - n - - smtpd ++# -o smtpd_tls_wrappermode=yes ++# -o smtpd_sasl_auth_enable=yes ++# -o smtpd_client_restrictions=permit_sasl_authenticated,reject ++# -o milter_macro_daemon_name=ORIGINATING ++#628 inet n - n - - qmqpd ++pickup fifo n - y 60 1 pickup ++ -o content_filter= ++ -o receive_override_options= ++cleanup unix n - y - 0 cleanup ++qmgr fifo n - y 300 1 qmgr ++#qmgr fifo n - n 300 1 oqmgr ++tlsmgr unix - - y 1000? 1 tlsmgr ++rewrite unix - - y - - trivial-rewrite ++bounce unix - - y - 0 bounce ++defer unix - - y - 0 bounce ++trace unix - - y - 0 bounce ++verify unix - - y - 1 verify ++flush unix n - y 1000? 0 flush ++proxymap unix - - n - - proxymap ++proxywrite unix - - n - 1 proxymap ++smtp unix - - y - - smtp ++# When relaying mail as backup MX, disable fallback_relay to avoid MX loops ++relay unix - - y - - smtp ++ -o smtp_fallback_relay= ++# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 ++showq unix n - y - - showq ++error unix - - y - - error ++retry unix - - y - - error ++discard unix - - y - - discard ++local unix - n n - - local ++virtual unix - n n - - virtual ++lmtp unix - - y - - lmtp ++anvil unix - - y - 1 anvil ++scache unix - - y - 1 scache ++# ++# ==================================================================== ++# Interfaces to non-Postfix software. Be sure to examine the manual ++# pages of the non-Postfix software to find out what options it wants. ++# ++# Many of the following services use the Postfix pipe(8) delivery ++# agent. See the pipe(8) man page for information about ${recipient} ++# and other message envelope options. ++# ==================================================================== ++# ++# maildrop. See the Postfix MAILDROP_README file for details. ++# Also specify in main.cf: maildrop_destination_recipient_limit=1 ++# ++#maildrop unix - n n - - pipe ++# flags=DRhu user=nobody argv=/usr/bin/maildrop -d ${recipient} ++# ++# ==================================================================== ++# ++# Please See the Postfix CYRUS_README file for details ++# deliver interface (deprecated), to use this also use ++# postconf -e cyrus-deliver_destination_recipient_limit=1 ++cyrus-deliver unix - n n - - pipe ++ user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user} ++# ++# for default cyrus socket placement ++cyrus unix - n n - - lmtp ++ -o lmtp_cache_connection=yes ++# ++# if you configure cyrus socket in the chroot jail ++cyrus-chroot unix - - y - - lmtp ++ -o lmtp_cache_connection=yes ++# ++# for lmtp to cyrus via tcp ++cyrus-inet unix - - y - - lmtp ++ -o lmtp_cache_connection=yes ++ -o lmtp_sasl_auth_enable=yes ++ -o lmtp_sasl_password_maps=hash:/etc/postfix/cyrus_lmtp_sasl_pass ++ -o lmtp_sasl_security_options=noanonymous ++# ++# ==================================================================== ++# ++# See the Postfix UUCP_README file for configuration details. ++# ++#uucp unix - n n - - pipe ++# flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) ++# ++# ==================================================================== ++# ++# Other external delivery methods. ++# These are not distributed with Mandrivalinux ++# ++#ifmail unix - n n - - pipe ++# flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) ++# ++#bsmtp unix - n n - - pipe ++# flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient ++# ++#scalemail-backend unix - n n - 2 pipe ++# flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ++# ${nexthop} ${user} ${extension} ++# ++#mailman unix - n n - - pipe ++# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ++# ${nexthop} ${user} ++# ++##### START OF CONTENT FILTER CUSTOMIZATIONS ##### ++# Please see the Postfix FILTER_README for details. ++# These sample entries expect your content filter to ++# listen on port 10025 and to inject mail back into ++# postfix on port 10026. ++# ++# to enable such content filter run the command ++# postconf -e content_filter=smtp-filter:127.0.0.1:10025 ++# postconf -e smtp-filter_destination_concurrency_limit=2 ++# or ++# postconf -e content_filter=lmtp-filter:127.0.0.1:10025 ++# postconf -e lmtp-filter_destination_concurrency_limit=2 ++# and the command ++# postconf -e receive_override_options=no_address_mappings ++# ++# adjust the value of ?mtp-filter_destination_concurrency_limit ++# to match the maximum number of process your content filter ++# will spawn. ++# ++127.0.0.1:10026 inet n - y - - smtpd ++ -o content_filter= ++ -o smtpd_restriction_classes= ++ -o smtpd_client_restrictions=permit_mynetworks,reject ++ -o smtpd_helo_restrictions= ++ -o smtpd_sender_restrictions= ++ -o smtpd_end_of_data_restrictions= ++ -o smtpd_etrn_restrictions= ++ -o smtpd_data_restrictions= ++ -o smtpd_delay_reject=no ++ -o smtpd_recipient_restrictions=permit_mynetworks,reject ++ -o mynetworks=127.0.0.0/8 ++ -o smtpd_authorized_xforward_hosts=127.0.0.0/8 ++ -o strict_rfc821_envelopes=yes ++ -o smtpd_error_sleep_time=0 ++ -o smtpd_soft_error_limit=1001 ++ -o smtpd_hard_error_limit=1000 ++ -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks ++# ++lmtp-filter unix - - y - - lmtp ++ -o lmtp_data_done_timeout=1200 ++ -o lmtp_send_xforward_command=yes ++ -o lmtp_cache_connection=no ++ -o max_use=20 ++# ++smtp-filter unix - - y - - smtp ++ -o smtp_data_done_timeout=1200 ++ -o smtp_send_xforward_command=yes ++ -o max_use=20 ++# ++##### END OF CONTENT FILTER CUSTOMIZATIONS ##### ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/017c9001/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/017c9001/attachment-0001.html new file mode 100644 index 000000000..0ac48c187 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/017c9001/attachment-0001.html @@ -0,0 +1,128 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[283] Disable alias management, already managed in postfix, and remove unused files</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>283</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 18:22:21 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Disable alias management, already managed in postfix, and remove unused files</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatessympaconf">puppet/modules/sympa/templates/sympa.conf</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesldap_alias_entrytt2">puppet/modules/sympa/templates/ldap_alias_entry.tt2</a></li> +<li><a href="#puppetmodulessympatemplatesldap_alias_managerconf">puppet/modules/sympa/templates/ldap_alias_manager.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympatemplatesldap_alias_entrytt2">Deleted: puppet/modules/sympa/templates/ldap_alias_entry.tt2</a> +=================================================================== +--- puppet/modules/sympa/templates/ldap_alias_entry.tt2 2010-11-18 17:14:16 UTC (rev 282) ++++ puppet/modules/sympa/templates/ldap_alias_entry.tt2 2010-11-18 17:22:21 UTC (rev 283) +@@ -1,11 +0,0 @@ +-dn: cn=[% list.alias %],cn=[% list.domain %],[% ldap_base_dn %] +-objectClass: top +-objectClass: mailAlias +-objectClass: mailRecipient +-cn: [% list.alias %] +-mail: [% list.alias %]@[% list.domain %] +-mailTransportMode: [% list.command %] +-mailAccountStatus: active +-mailHost: mail1.example.com +- +-# vim: ft=ldif + +<a id="puppetmodulessympatemplatesldap_alias_managerconf">Deleted: puppet/modules/sympa/templates/ldap_alias_manager.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/ldap_alias_manager.conf 2010-11-18 17:14:16 UTC (rev 282) ++++ puppet/modules/sympa/templates/ldap_alias_manager.conf 2010-11-18 17:22:21 UTC (rev 283) +@@ -1,24 +0,0 @@ +-## This configuration file is used by the ldap_alias_manager.pl ; it allows to manage mail aliases in an LDAP directory +-## To make sympa use the ldap_alias_manager.pl script, you should edit the 'ldap_manager' sympa.conf parameter +-## To use this file, you should copy it to the /home/sympa/etc/ directory +- +-#LDAP server host +-ldap_host ldap.<%= domain %> +- +-#LDAP bind DN +-ldap_bind_dn cn=alamut-sympa,ou=System Accounts,dc=mageia,dc=org +-#LDAP bind password +-ldap_bind_pwd <%= ldappass %> +- +-#LDAP Base DN +-ldap_base_dn ou=mail,dc=mageia,dc=org +- +-#LDAP Mail attribute +-ldap_mail_attribute mail +- +-#LDAP SSL +-ldap_ssl 0 +- +-#LDAP CA Chain file +-#ldap_cachain /etc/ldap/cert/cachain.pem +-~ + +<a id="puppetmodulessympatemplatessympaconf">Modified: puppet/modules/sympa/templates/sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/sympa.conf 2010-11-18 17:14:16 UTC (rev 282) ++++ puppet/modules/sympa/templates/sympa.conf 2010-11-18 17:22:21 UTC (rev 283) +@@ -288,4 +288,6 @@ + ## The regexp applied on this header to verify message is NOT a spam (example \s*No) + antispam_tag_header_ham_regexp ^\s*No + ++# Disable alias management, already managed in postfix ++sendmail_aliases none + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/017c9001/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/017c9001/attachment.html new file mode 100644 index 000000000..0ac48c187 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/017c9001/attachment.html @@ -0,0 +1,128 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[283] Disable alias management, already managed in postfix, and remove unused files</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>283</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 18:22:21 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Disable alias management, already managed in postfix, and remove unused files</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatessympaconf">puppet/modules/sympa/templates/sympa.conf</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesldap_alias_entrytt2">puppet/modules/sympa/templates/ldap_alias_entry.tt2</a></li> +<li><a href="#puppetmodulessympatemplatesldap_alias_managerconf">puppet/modules/sympa/templates/ldap_alias_manager.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympatemplatesldap_alias_entrytt2">Deleted: puppet/modules/sympa/templates/ldap_alias_entry.tt2</a> +=================================================================== +--- puppet/modules/sympa/templates/ldap_alias_entry.tt2 2010-11-18 17:14:16 UTC (rev 282) ++++ puppet/modules/sympa/templates/ldap_alias_entry.tt2 2010-11-18 17:22:21 UTC (rev 283) +@@ -1,11 +0,0 @@ +-dn: cn=[% list.alias %],cn=[% list.domain %],[% ldap_base_dn %] +-objectClass: top +-objectClass: mailAlias +-objectClass: mailRecipient +-cn: [% list.alias %] +-mail: [% list.alias %]@[% list.domain %] +-mailTransportMode: [% list.command %] +-mailAccountStatus: active +-mailHost: mail1.example.com +- +-# vim: ft=ldif + +<a id="puppetmodulessympatemplatesldap_alias_managerconf">Deleted: puppet/modules/sympa/templates/ldap_alias_manager.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/ldap_alias_manager.conf 2010-11-18 17:14:16 UTC (rev 282) ++++ puppet/modules/sympa/templates/ldap_alias_manager.conf 2010-11-18 17:22:21 UTC (rev 283) +@@ -1,24 +0,0 @@ +-## This configuration file is used by the ldap_alias_manager.pl ; it allows to manage mail aliases in an LDAP directory +-## To make sympa use the ldap_alias_manager.pl script, you should edit the 'ldap_manager' sympa.conf parameter +-## To use this file, you should copy it to the /home/sympa/etc/ directory +- +-#LDAP server host +-ldap_host ldap.<%= domain %> +- +-#LDAP bind DN +-ldap_bind_dn cn=alamut-sympa,ou=System Accounts,dc=mageia,dc=org +-#LDAP bind password +-ldap_bind_pwd <%= ldappass %> +- +-#LDAP Base DN +-ldap_base_dn ou=mail,dc=mageia,dc=org +- +-#LDAP Mail attribute +-ldap_mail_attribute mail +- +-#LDAP SSL +-ldap_ssl 0 +- +-#LDAP CA Chain file +-#ldap_cachain /etc/ldap/cert/cachain.pem +-~ + +<a id="puppetmodulessympatemplatessympaconf">Modified: puppet/modules/sympa/templates/sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/sympa.conf 2010-11-18 17:14:16 UTC (rev 282) ++++ puppet/modules/sympa/templates/sympa.conf 2010-11-18 17:22:21 UTC (rev 283) +@@ -288,4 +288,6 @@ + ## The regexp applied on this header to verify message is NOT a spam (example \s*No) + antispam_tag_header_ham_regexp ^\s*No + ++# Disable alias management, already managed in postfix ++sendmail_aliases none + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/0398689c/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/0398689c/attachment-0001.html new file mode 100644 index 000000000..3569fae95 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/0398689c/attachment-0001.html @@ -0,0 +1,78 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[277] Fix error on nodes.php for champagne</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>277</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 10:58:01 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix error on nodes.php for champagne</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 09:50:40 UTC (rev 276) ++++ puppet/manifests/nodes.pp 2010-11-18 09:58:01 UTC (rev 277) +@@ -114,7 +114,8 @@ + timezone::timezone { "Europe/Paris": } + include apache::base + include apache::mod_php +- include blog ++ include blog::mysql ++ include blog::check_new-blog-post + } + + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/0398689c/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/0398689c/attachment.html new file mode 100644 index 000000000..3569fae95 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/0398689c/attachment.html @@ -0,0 +1,78 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[277] Fix error on nodes.php for champagne</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>277</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 10:58:01 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix error on nodes.php for champagne</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 09:50:40 UTC (rev 276) ++++ puppet/manifests/nodes.pp 2010-11-18 09:58:01 UTC (rev 277) +@@ -114,7 +114,8 @@ + timezone::timezone { "Europe/Paris": } + include apache::base + include apache::mod_php +- include blog ++ include blog::mysql ++ include blog::check_new-blog-post + } + + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/076ef1cd/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/076ef1cd/attachment-0001.html new file mode 100644 index 000000000..f21b73c83 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/076ef1cd/attachment-0001.html @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[281] add vhost and webapp conf files</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>281</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 17:58:22 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add vhost and webapp conf files</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympamanifestsinitpp">puppet/modules/sympa/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesvhost_sympamageiaorgconf">puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a></li> +<li><a href="#puppetmodulessympatemplateswebapp_sympaconf">puppet/modules/sympa/templates/webapp_sympa.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympamanifestsinitpp">Modified: puppet/modules/sympa/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-11-18 15:55:02 UTC (rev 280) ++++ puppet/modules/sympa/manifests/init.pp 2010-11-18 16:58:22 UTC (rev 281) +@@ -40,5 +40,14 @@ + mode => 644, + content => template("sympa/ldap_alias_entry.tt2") + } ++ ++ include apache::mod_fcgid ++ apache::webapp_other{"sympa": ++ webapp_file => "sympa/webapp_sympa.conf", ++ } ++ ++ apache::vhost_other_app { "ml.$domain": ++ vhost_file => "sympa/vhost_sympa.mageia.org.conf", ++ } + } + + +<a id="puppetmodulessympatemplatesvhost_sympamageiaorgconf">Added: puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf (rev 0) ++++ puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf 2010-11-18 16:58:22 UTC (rev 281) +@@ -0,0 +1,7 @@ ++<VirtualHost *:80> ++ ServerName ml.<%= domain %> ++ DocumentRoot /usr/lib64/sympa/cgi ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulessympatemplateswebapp_sympaconf">Added: puppet/modules/sympa/templates/webapp_sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/webapp_sympa.conf (rev 0) ++++ puppet/modules/sympa/templates/webapp_sympa.conf 2010-11-18 16:58:22 UTC (rev 281) +@@ -0,0 +1,8 @@ ++<Directory /usr/lib64/sympa/cgi> ++ Options ExecCGI ++ AddHandler fastcgi-script .fcgi ++ DirectoryIndex wwsympa-wrapper.fcgi ++ ++ Order allow,deny ++ Allow from all ++</Directory> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/076ef1cd/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/076ef1cd/attachment.html new file mode 100644 index 000000000..f21b73c83 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/076ef1cd/attachment.html @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[281] add vhost and webapp conf files</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>281</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 17:58:22 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add vhost and webapp conf files</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympamanifestsinitpp">puppet/modules/sympa/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesvhost_sympamageiaorgconf">puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a></li> +<li><a href="#puppetmodulessympatemplateswebapp_sympaconf">puppet/modules/sympa/templates/webapp_sympa.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympamanifestsinitpp">Modified: puppet/modules/sympa/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-11-18 15:55:02 UTC (rev 280) ++++ puppet/modules/sympa/manifests/init.pp 2010-11-18 16:58:22 UTC (rev 281) +@@ -40,5 +40,14 @@ + mode => 644, + content => template("sympa/ldap_alias_entry.tt2") + } ++ ++ include apache::mod_fcgid ++ apache::webapp_other{"sympa": ++ webapp_file => "sympa/webapp_sympa.conf", ++ } ++ ++ apache::vhost_other_app { "ml.$domain": ++ vhost_file => "sympa/vhost_sympa.mageia.org.conf", ++ } + } + + +<a id="puppetmodulessympatemplatesvhost_sympamageiaorgconf">Added: puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf (rev 0) ++++ puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf 2010-11-18 16:58:22 UTC (rev 281) +@@ -0,0 +1,7 @@ ++<VirtualHost *:80> ++ ServerName ml.<%= domain %> ++ DocumentRoot /usr/lib64/sympa/cgi ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulessympatemplateswebapp_sympaconf">Added: puppet/modules/sympa/templates/webapp_sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/webapp_sympa.conf (rev 0) ++++ puppet/modules/sympa/templates/webapp_sympa.conf 2010-11-18 16:58:22 UTC (rev 281) +@@ -0,0 +1,8 @@ ++<Directory /usr/lib64/sympa/cgi> ++ Options ExecCGI ++ AddHandler fastcgi-script .fcgi ++ DirectoryIndex wwsympa-wrapper.fcgi ++ ++ Order allow,deny ++ Allow from all ++</Directory> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/088566ce/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/088566ce/attachment-0001.html new file mode 100644 index 000000000..e1139542e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/088566ce/attachment-0001.html @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[294] - start to merge simple relay, and add some basic antispam filtering </title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>294</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 23:34:59 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- start to merge simple relay, and add some basic antispam filtering </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesmaincf">puppet/modules/postfix/templates/main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesmaincf">Modified: puppet/modules/postfix/templates/main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/main.cf 2010-11-18 21:24:36 UTC (rev 293) ++++ puppet/modules/postfix/templates/main.cf 2010-11-18 22:34:59 UTC (rev 294) +@@ -23,16 +23,22 @@ + + # User configurable parameters + ++<% if classes.include?('postfix::simple_relay') %> + inet_interfaces = localhost ++<% else %> ++inet_interfaces = all ++<% end %> ++ + inet_protocols = all + mynetworks_style = host + myhostname = <%= fqdn %> + mydomain = <%= domain %> + mydestination = <%= fqdn %> + myorigin = $mydomain ++<%- if classes.include?('postfix::smtp_server') -%> + relay_domains = $mydestination, + ml.<%= domain %>, +-<%- if classes.include?('primary_smtp') -%> ++<%- if classes.include?('postfix::primary_smtp') -%> + <%= domain %> + <%- end -%> + transport_maps = regexp:/etc/postfix/transport_regexp +@@ -49,3 +55,23 @@ + smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem + smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem + smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt ++ ++<% if classes.include?('postfix::smtp_server') %> ++smtpd_recipient_restrictions = ++# not done yet ++# permit_sasl_authenticated ++ permit_mynetworks ++ reject_unauth_destination ++ reject_unauth_pipelining ++ reject_non_fqdn_recipient ++ reject_non_fqdn_sender ++ reject_non_fqdn_hostname ++ reject_invalid_hostname ++ reject_unknown_recipient_domain ++ reject_unknown_sender_domain ++ reject_unknown_client ++ <% if classes.include?('postgrey') %> ++ check_policy_service unix:extern/postgrey/socket ++ <% end %> ++<% end %> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/088566ce/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/088566ce/attachment.html new file mode 100644 index 000000000..e1139542e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/088566ce/attachment.html @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[294] - start to merge simple relay, and add some basic antispam filtering </title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>294</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 23:34:59 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- start to merge simple relay, and add some basic antispam filtering </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesmaincf">puppet/modules/postfix/templates/main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesmaincf">Modified: puppet/modules/postfix/templates/main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/main.cf 2010-11-18 21:24:36 UTC (rev 293) ++++ puppet/modules/postfix/templates/main.cf 2010-11-18 22:34:59 UTC (rev 294) +@@ -23,16 +23,22 @@ + + # User configurable parameters + ++<% if classes.include?('postfix::simple_relay') %> + inet_interfaces = localhost ++<% else %> ++inet_interfaces = all ++<% end %> ++ + inet_protocols = all + mynetworks_style = host + myhostname = <%= fqdn %> + mydomain = <%= domain %> + mydestination = <%= fqdn %> + myorigin = $mydomain ++<%- if classes.include?('postfix::smtp_server') -%> + relay_domains = $mydestination, + ml.<%= domain %>, +-<%- if classes.include?('primary_smtp') -%> ++<%- if classes.include?('postfix::primary_smtp') -%> + <%= domain %> + <%- end -%> + transport_maps = regexp:/etc/postfix/transport_regexp +@@ -49,3 +55,23 @@ + smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem + smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem + smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt ++ ++<% if classes.include?('postfix::smtp_server') %> ++smtpd_recipient_restrictions = ++# not done yet ++# permit_sasl_authenticated ++ permit_mynetworks ++ reject_unauth_destination ++ reject_unauth_pipelining ++ reject_non_fqdn_recipient ++ reject_non_fqdn_sender ++ reject_non_fqdn_hostname ++ reject_invalid_hostname ++ reject_unknown_recipient_domain ++ reject_unknown_sender_domain ++ reject_unknown_client ++ <% if classes.include?('postgrey') %> ++ check_policy_service unix:extern/postgrey/socket ++ <% end %> ++<% end %> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/097fa3d8/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/097fa3d8/attachment-0001.html new file mode 100644 index 000000000..96662559a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/097fa3d8/attachment-0001.html @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[276] Merge two modules: mysql and blog</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>276</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 10:50:40 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Merge two modules: mysql and blog</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +<li><a href="#puppetmodulesblogmanifestsinitpp">puppet/modules/blog/manifests/init.pp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li>puppet/modules/mysql/</li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 00:57:00 UTC (rev 275) ++++ puppet/manifests/nodes.pp 2010-11-18 09:50:40 UTC (rev 276) +@@ -111,10 +111,9 @@ + # - setup blog + # + include default_mageia_server ++ timezone::timezone { "Europe/Paris": } + include apache::base + include apache::mod_php +- include mysql +- timezone::timezone { "Europe/Paris": } + include blog + } + + +<a id="puppetmodulesblogmanifestsinitpp">Modified: puppet/modules/blog/manifests/init.pp</a> +=================================================================== +--- puppet/modules/blog/manifests/init.pp 2010-11-18 00:57:00 UTC (rev 275) ++++ puppet/modules/blog/manifests/init.pp 2010-11-18 09:50:40 UTC (rev 276) +@@ -1,6 +1,20 @@ + #TODO: + # - add the creation of the user 'blog' in puppet +-class blog { ++class mysql { ++ package { 'mysql': ++ ensure => installed ++ } ++ package { 'php-mysql': ++ ensure => installed ++ } ++ ++ service { mysqld: ++ ensure => running, ++ subscribe => Package["mysql"], ++ } ++} ++ ++class check_new-blog-post { + package { 'wget': + ensure => installed + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/097fa3d8/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/097fa3d8/attachment.html new file mode 100644 index 000000000..96662559a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/097fa3d8/attachment.html @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[276] Merge two modules: mysql and blog</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>276</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 10:50:40 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Merge two modules: mysql and blog</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +<li><a href="#puppetmodulesblogmanifestsinitpp">puppet/modules/blog/manifests/init.pp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li>puppet/modules/mysql/</li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 00:57:00 UTC (rev 275) ++++ puppet/manifests/nodes.pp 2010-11-18 09:50:40 UTC (rev 276) +@@ -111,10 +111,9 @@ + # - setup blog + # + include default_mageia_server ++ timezone::timezone { "Europe/Paris": } + include apache::base + include apache::mod_php +- include mysql +- timezone::timezone { "Europe/Paris": } + include blog + } + + +<a id="puppetmodulesblogmanifestsinitpp">Modified: puppet/modules/blog/manifests/init.pp</a> +=================================================================== +--- puppet/modules/blog/manifests/init.pp 2010-11-18 00:57:00 UTC (rev 275) ++++ puppet/modules/blog/manifests/init.pp 2010-11-18 09:50:40 UTC (rev 276) +@@ -1,6 +1,20 @@ + #TODO: + # - add the creation of the user 'blog' in puppet +-class blog { ++class mysql { ++ package { 'mysql': ++ ensure => installed ++ } ++ package { 'php-mysql': ++ ensure => installed ++ } ++ ++ service { mysqld: ++ ensure => running, ++ subscribe => Package["mysql"], ++ } ++} ++ ++class check_new-blog-post { + package { 'wget': + ensure => installed + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/34aaedde/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/34aaedde/attachment-0001.html new file mode 100644 index 000000000..65dd69324 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/34aaedde/attachment-0001.html @@ -0,0 +1,102 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[287] - merge primary config file to the secondary one</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>287</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:15:00 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- merge primary config file to the secondary one +- add some check in transport regexp</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +<li><a href="#puppetmodulespostfixtemplatessecondary_maincf">puppet/modules/postfix/templates/secondary_main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Modified: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:10:02 UTC (rev 286) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:15:00 UTC (rev 287) +@@ -1,5 +1,8 @@ + <% + ml_domain = 'ml\.' + domain.gsub('.','\.') + %> ++<%- if classes.include?('sympa') -%> + /^.*+owner\@<%= ml_domain %>$/ sympabounce: + /^.*\@<%= ml_domain %>$/ sympa: ++<%- end -%> ++ + +<a id="puppetmodulespostfixtemplatessecondary_maincf">Modified: puppet/modules/postfix/templates/secondary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:10:02 UTC (rev 286) ++++ puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:15:00 UTC (rev 287) +@@ -30,7 +30,16 @@ + mydomain = <%= domain %> + mydestination = <%= fqdn %> + myorigin = $mydomain +-relay_domains = $mydestination, ml.<%= domain %>, <%= domain %> ++relay_domains = $mydestination, ++ ml.<%= domain %>, ++<%- if classes.include?('primary_smtp') -%> ++ <%= domain %> ++<%- end -%> ++transport_maps = regexp:/etc/postfix/transport_regexp ++<% if classes.include?('sympa') %> ++sympa_destination_recipient_limit = 1 ++sympabounce_destination_recipient_limit = 1 ++<% end %> + #delay_warning_time = 4h + smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) + unknown_local_recipient_reject_code = 450 + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/34aaedde/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/34aaedde/attachment.html new file mode 100644 index 000000000..65dd69324 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/34aaedde/attachment.html @@ -0,0 +1,102 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[287] - merge primary config file to the secondary one</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>287</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:15:00 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- merge primary config file to the secondary one +- add some check in transport regexp</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +<li><a href="#puppetmodulespostfixtemplatessecondary_maincf">puppet/modules/postfix/templates/secondary_main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Modified: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:10:02 UTC (rev 286) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:15:00 UTC (rev 287) +@@ -1,5 +1,8 @@ + <% + ml_domain = 'ml\.' + domain.gsub('.','\.') + %> ++<%- if classes.include?('sympa') -%> + /^.*+owner\@<%= ml_domain %>$/ sympabounce: + /^.*\@<%= ml_domain %>$/ sympa: ++<%- end -%> ++ + +<a id="puppetmodulespostfixtemplatessecondary_maincf">Modified: puppet/modules/postfix/templates/secondary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:10:02 UTC (rev 286) ++++ puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:15:00 UTC (rev 287) +@@ -30,7 +30,16 @@ + mydomain = <%= domain %> + mydestination = <%= fqdn %> + myorigin = $mydomain +-relay_domains = $mydestination, ml.<%= domain %>, <%= domain %> ++relay_domains = $mydestination, ++ ml.<%= domain %>, ++<%- if classes.include?('primary_smtp') -%> ++ <%= domain %> ++<%- end -%> ++transport_maps = regexp:/etc/postfix/transport_regexp ++<% if classes.include?('sympa') %> ++sympa_destination_recipient_limit = 1 ++sympabounce_destination_recipient_limit = 1 ++<% end %> + #delay_warning_time = 4h + smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) + unknown_local_recipient_reject_code = 450 + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/4222e9fa/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/4222e9fa/attachment-0001.html new file mode 100644 index 000000000..984482a69 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/4222e9fa/attachment-0001.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[271] domain for mailing lists is ml.mageia.org</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>271</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 00:50:46 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>domain for mailing lists is ml.mageia.org</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatessympaconf">puppet/modules/sympa/templates/sympa.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympatemplatessympaconf">Modified: puppet/modules/sympa/templates/sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/sympa.conf 2010-11-17 20:43:29 UTC (rev 270) ++++ puppet/modules/sympa/templates/sympa.conf 2010-11-17 23:50:46 UTC (rev 271) +@@ -86,11 +86,11 @@ + ###\\\\ General definition ////### + + ## Main robot hostname +-domain <%= domain %> ++domain ml.<%= 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@<%= domain %> ++listmaster listmaster@ml.<%= domain %> + + ## Local part of sympa email adresse + ## Effective address will be \[EMAIL\]@\[HOST\] + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/4222e9fa/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/4222e9fa/attachment.html new file mode 100644 index 000000000..984482a69 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/4222e9fa/attachment.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[271] domain for mailing lists is ml.mageia.org</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>271</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 00:50:46 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>domain for mailing lists is ml.mageia.org</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatessympaconf">puppet/modules/sympa/templates/sympa.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympatemplatessympaconf">Modified: puppet/modules/sympa/templates/sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/sympa.conf 2010-11-17 20:43:29 UTC (rev 270) ++++ puppet/modules/sympa/templates/sympa.conf 2010-11-17 23:50:46 UTC (rev 271) +@@ -86,11 +86,11 @@ + ###\\\\ General definition ////### + + ## Main robot hostname +-domain <%= domain %> ++domain ml.<%= 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@<%= domain %> ++listmaster listmaster@ml.<%= domain %> + + ## Local part of sympa email adresse + ## Effective address will be \[EMAIL\]@\[HOST\] + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/49b5f7d3/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/49b5f7d3/attachment-0001.html new file mode 100644 index 000000000..2bc905491 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/49b5f7d3/attachment-0001.html @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[279] Change class</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>279</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 11:04:30 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Change class</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesblogmanifestsinitpp">puppet/modules/blog/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesblogmanifestsinitpp">Modified: puppet/modules/blog/manifests/init.pp</a> +=================================================================== +--- puppet/modules/blog/manifests/init.pp 2010-11-18 10:03:23 UTC (rev 278) ++++ puppet/modules/blog/manifests/init.pp 2010-11-18 10:04:30 UTC (rev 279) +@@ -1,9 +1,14 @@ + #TODO: + # - add the creation of the user 'blog' in puppet +-class mysql { ++class blog { + package { 'mysql': + ensure => installed + } ++ ++ package { 'wget': ++ ensure => installed ++ } ++ + package { 'php-mysql': + ensure => installed + } +@@ -12,12 +17,7 @@ + ensure => running, + subscribe => Package["mysql"], + } +-} +- +-class check_new-blog-post { +- package { 'wget': +- ensure => installed +- } ++ + file { "check_new-blog-post": + path => "/usr/local/bin/check_new-blog-post.sh", + ensure => present, +@@ -26,12 +26,14 @@ + mode => 755, + content => template("blog/check_new-blog-post.sh") + } ++ + file { "/var/lib/blog": + ensure => directory, + owner => blog, + group => blog, + mode => 644, + } ++ + cron { blog: + user => blog, + minute => '*/15', + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/49b5f7d3/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/49b5f7d3/attachment.html new file mode 100644 index 000000000..2bc905491 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/49b5f7d3/attachment.html @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[279] Change class</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>279</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 11:04:30 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Change class</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesblogmanifestsinitpp">puppet/modules/blog/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesblogmanifestsinitpp">Modified: puppet/modules/blog/manifests/init.pp</a> +=================================================================== +--- puppet/modules/blog/manifests/init.pp 2010-11-18 10:03:23 UTC (rev 278) ++++ puppet/modules/blog/manifests/init.pp 2010-11-18 10:04:30 UTC (rev 279) +@@ -1,9 +1,14 @@ + #TODO: + # - add the creation of the user 'blog' in puppet +-class mysql { ++class blog { + package { 'mysql': + ensure => installed + } ++ ++ package { 'wget': ++ ensure => installed ++ } ++ + package { 'php-mysql': + ensure => installed + } +@@ -12,12 +17,7 @@ + ensure => running, + subscribe => Package["mysql"], + } +-} +- +-class check_new-blog-post { +- package { 'wget': +- ensure => installed +- } ++ + file { "check_new-blog-post": + path => "/usr/local/bin/check_new-blog-post.sh", + ensure => present, +@@ -26,12 +26,14 @@ + mode => 755, + content => template("blog/check_new-blog-post.sh") + } ++ + file { "/var/lib/blog": + ensure => directory, + owner => blog, + group => blog, + mode => 644, + } ++ + cron { blog: + user => blog, + minute => '*/15', + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/49b7fae8/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/49b7fae8/attachment-0001.html new file mode 100644 index 000000000..cb042634e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/49b7fae8/attachment-0001.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[274] use $domain</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>274</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:47:19 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>use $domain</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Modified: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 00:43:41 UTC (rev 273) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 00:47:19 UTC (rev 274) +@@ -1,2 +1,5 @@ +-/^.*+owner\@ml\.mageia\.org$/ sympabounce: +-/^.*\@ml\.mageia\.org$/ sympa: ++<% ++ml_domain = 'ml\.' + domain.gsub('.','\.') ++%> ++/^.*+owner\@<%= ml_domain %>$/ sympabounce: ++/^.*\@<%= ml_domain %>$/ sympa: + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/49b7fae8/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/49b7fae8/attachment.html new file mode 100644 index 000000000..cb042634e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/49b7fae8/attachment.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[274] use $domain</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>274</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:47:19 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>use $domain</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Modified: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 00:43:41 UTC (rev 273) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 00:47:19 UTC (rev 274) +@@ -1,2 +1,5 @@ +-/^.*+owner\@ml\.mageia\.org$/ sympabounce: +-/^.*\@ml\.mageia\.org$/ sympa: ++<% ++ml_domain = 'ml\.' + domain.gsub('.','\.') ++%> ++/^.*+owner\@<%= ml_domain %>$/ sympabounce: ++/^.*\@<%= ml_domain %>$/ sympa: + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/4e973995/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/4e973995/attachment-0001.html new file mode 100644 index 000000000..23cc9ba95 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/4e973995/attachment-0001.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[293] Bugzilla is ready, we need to create the componments now</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>293</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 22:24:36 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Bugzilla is ready, we need to create the componments now</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 20:26:30 UTC (rev 292) ++++ puppet/manifests/nodes.pp 2010-11-18 21:24:36 UTC (rev 293) +@@ -32,7 +32,6 @@ + # Location: IELO datacenter (marseille) + # + # TODO: +-# - Bug Tracker + # - Review board + # - nagios + # - api + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/4e973995/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/4e973995/attachment.html new file mode 100644 index 000000000..23cc9ba95 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/4e973995/attachment.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[293] Bugzilla is ready, we need to create the componments now</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>293</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 22:24:36 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Bugzilla is ready, we need to create the componments now</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 20:26:30 UTC (rev 292) ++++ puppet/manifests/nodes.pp 2010-11-18 21:24:36 UTC (rev 293) +@@ -32,7 +32,6 @@ + # Location: IELO datacenter (marseille) + # + # TODO: +-# - Bug Tracker + # - Review board + # - nagios + # - api + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/5ed2f26b/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/5ed2f26b/attachment-0001.html new file mode 100644 index 000000000..30f74c124 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/5ed2f26b/attachment-0001.html @@ -0,0 +1,97 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[282] We do not need those 2 files as we will not handle the alias in the ldap</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>282</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 18:14:16 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>We do not need those 2 files as we will not handle the alias in the ldap</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympamanifestsinitpp">puppet/modules/sympa/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympamanifestsinitpp">Modified: puppet/modules/sympa/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-11-18 16:58:22 UTC (rev 281) ++++ puppet/modules/sympa/manifests/init.pp 2010-11-18 17:14:16 UTC (rev 282) +@@ -17,14 +17,6 @@ + content => template("sympa/sympa.conf") + } + +- file { '/etc/sympa/ldap_alias_manager.conf': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("sympa/ldap_alias_manager.conf") +- } +- + file { '/etc/sympa/auth.conf': + ensure => present, + owner => root, +@@ -33,13 +25,6 @@ + content => template("sympa/auth.conf") + } + +- file { '/etc/sympa/ldap_alias_entry.tt2': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("sympa/ldap_alias_entry.tt2") +- } + + include apache::mod_fcgid + apache::webapp_other{"sympa": + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/5ed2f26b/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/5ed2f26b/attachment.html new file mode 100644 index 000000000..30f74c124 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/5ed2f26b/attachment.html @@ -0,0 +1,97 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[282] We do not need those 2 files as we will not handle the alias in the ldap</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>282</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 18:14:16 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>We do not need those 2 files as we will not handle the alias in the ldap</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympamanifestsinitpp">puppet/modules/sympa/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympamanifestsinitpp">Modified: puppet/modules/sympa/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-11-18 16:58:22 UTC (rev 281) ++++ puppet/modules/sympa/manifests/init.pp 2010-11-18 17:14:16 UTC (rev 282) +@@ -17,14 +17,6 @@ + content => template("sympa/sympa.conf") + } + +- file { '/etc/sympa/ldap_alias_manager.conf': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("sympa/ldap_alias_manager.conf") +- } +- + file { '/etc/sympa/auth.conf': + ensure => present, + owner => root, +@@ -33,13 +25,6 @@ + content => template("sympa/auth.conf") + } + +- file { '/etc/sympa/ldap_alias_entry.tt2': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("sympa/ldap_alias_entry.tt2") +- } + + include apache::mod_fcgid + apache::webapp_other{"sympa": + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/627f5a59/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/627f5a59/attachment-0001.html new file mode 100644 index 000000000..fab11ce05 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/627f5a59/attachment-0001.html @@ -0,0 +1,111 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[275] add config for secondary MX</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>275</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:57:00 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add config for secondary MX</pre> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatessecondary_maincf">puppet/modules/postfix/templates/secondary_main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatessecondary_maincffromrev270puppetmodulespostfixtemplatessimple_relay_maincf">Copied: puppet/modules/postfix/templates/secondary_main.cf (from rev 270, puppet/modules/postfix/templates/simple_relay_main.cf)</a> +=================================================================== +--- puppet/modules/postfix/templates/secondary_main.cf (rev 0) ++++ puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 00:57:00 UTC (rev 275) +@@ -0,0 +1,42 @@ ++# Please be sure to read the /usr/share/doc/postfix/README.MDK file ++# to learn about differences from stock postfix to Mandriva package. ++# This file contains only the parameters changed from a default install ++# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. ++ ++<% ++path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" ++%> ++ ++# These are changed by postfix install script ++readme_directory = /usr/share/doc/postfix/README_FILES ++html_directory = /usr/share/doc/postfix/html ++sendmail_path = /usr/sbin/sendmail.postfix ++setgid_group = postdrop ++command_directory = /usr/sbin ++manpage_directory = /usr/share/man ++daemon_directory = <%= path_daemon_directory %> ++data_directory = /var/lib/postfix ++newaliases_path = /usr/bin/newaliases ++mailq_path = /usr/bin/mailq ++queue_directory = /var/spool/postfix ++mail_owner = postfix ++ ++# User configurable parameters ++ ++inet_interfaces = localhost ++inet_protocols = all ++mynetworks_style = host ++myhostname = <%= fqdn %> ++mydomain = <%= domain %> ++mydestination = <%= fqdn %> ++myorigin = $mydomain ++relay_domains = $mydestination, ml.<%= domain %>, <%= domain %> ++#delay_warning_time = 4h ++smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) ++unknown_local_recipient_reject_code = 450 ++smtp-filter_destination_concurrency_limit = 2 ++lmtp-filter_destination_concurrency_limit = 2 ++smtpd_use_tls = yes ++smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem ++smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem ++smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/627f5a59/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/627f5a59/attachment.html new file mode 100644 index 000000000..fab11ce05 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/627f5a59/attachment.html @@ -0,0 +1,111 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[275] add config for secondary MX</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>275</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:57:00 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add config for secondary MX</pre> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatessecondary_maincf">puppet/modules/postfix/templates/secondary_main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatessecondary_maincffromrev270puppetmodulespostfixtemplatessimple_relay_maincf">Copied: puppet/modules/postfix/templates/secondary_main.cf (from rev 270, puppet/modules/postfix/templates/simple_relay_main.cf)</a> +=================================================================== +--- puppet/modules/postfix/templates/secondary_main.cf (rev 0) ++++ puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 00:57:00 UTC (rev 275) +@@ -0,0 +1,42 @@ ++# Please be sure to read the /usr/share/doc/postfix/README.MDK file ++# to learn about differences from stock postfix to Mandriva package. ++# This file contains only the parameters changed from a default install ++# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. ++ ++<% ++path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" ++%> ++ ++# These are changed by postfix install script ++readme_directory = /usr/share/doc/postfix/README_FILES ++html_directory = /usr/share/doc/postfix/html ++sendmail_path = /usr/sbin/sendmail.postfix ++setgid_group = postdrop ++command_directory = /usr/sbin ++manpage_directory = /usr/share/man ++daemon_directory = <%= path_daemon_directory %> ++data_directory = /var/lib/postfix ++newaliases_path = /usr/bin/newaliases ++mailq_path = /usr/bin/mailq ++queue_directory = /var/spool/postfix ++mail_owner = postfix ++ ++# User configurable parameters ++ ++inet_interfaces = localhost ++inet_protocols = all ++mynetworks_style = host ++myhostname = <%= fqdn %> ++mydomain = <%= domain %> ++mydestination = <%= fqdn %> ++myorigin = $mydomain ++relay_domains = $mydestination, ml.<%= domain %>, <%= domain %> ++#delay_warning_time = 4h ++smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) ++unknown_local_recipient_reject_code = 450 ++smtp-filter_destination_concurrency_limit = 2 ++lmtp-filter_destination_concurrency_limit = 2 ++smtpd_use_tls = yes ++smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem ++smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem ++smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/6325fee4/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/6325fee4/attachment-0001.html new file mode 100644 index 000000000..619a2e99c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/6325fee4/attachment-0001.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[291] Fix bugzilla init.pp</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>291</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 21:23:56 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix bugzilla init.pp</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillamanifestsinitpp">Modified: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-18 20:01:07 UTC (rev 290) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-18 20:23:56 UTC (rev 291) +@@ -1,6 +1,6 @@ + class bugzilla { + +- package { bugzilla ++ package { 'bugzilla': + ensure => installed; + } + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/6325fee4/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/6325fee4/attachment.html new file mode 100644 index 000000000..619a2e99c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/6325fee4/attachment.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[291] Fix bugzilla init.pp</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>291</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 21:23:56 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix bugzilla init.pp</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillamanifestsinitpp">Modified: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-18 20:01:07 UTC (rev 290) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-18 20:23:56 UTC (rev 291) +@@ -1,6 +1,6 @@ + class bugzilla { + +- package { bugzilla ++ package { 'bugzilla': + ensure => installed; + } + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/70475792/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/70475792/attachment-0001.html new file mode 100644 index 000000000..f4da492ff --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/70475792/attachment-0001.html @@ -0,0 +1,106 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[292] Fix vhost_bugs.mageia.org.conf filename</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>292</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 21:26:30 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix vhost_bugs.mageia.org.conf filename</pre> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_bugsmageiaorgconf">puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_mageiaorgconf">puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillatemplatesvhost_bugsmageiaorgconffromrev290puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Copied: puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf (from rev 290, puppet/modules/bugzilla/templates/vhost_mageia.org.conf)</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf (rev 0) ++++ puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf 2010-11-18 20:26:30 UTC (rev 292) +@@ -0,0 +1,13 @@ ++<% ++path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" ++%> ++ ++<VirtualHost *:80> ++ ServerName bugs.<%= domain %> ++ DocumentRoot /usr/share/bugzilla/www ++ Alias /bugzilla/data <%= path_data_directory %> ++ Alias /bugzilla /usr/share/bugzilla/www ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Deleted: puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 20:23:56 UTC (rev 291) ++++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 20:26:30 UTC (rev 292) +@@ -1,13 +0,0 @@ +-<% +-path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" +-%> +- +-<VirtualHost *:80> +- ServerName bugs.<%= domain %> +- DocumentRoot /usr/share/bugzilla/www +- Alias /bugzilla/data <%= path_data_directory %> +- Alias /bugzilla /usr/share/bugzilla/www +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/70475792/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/70475792/attachment.html new file mode 100644 index 000000000..f4da492ff --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/70475792/attachment.html @@ -0,0 +1,106 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[292] Fix vhost_bugs.mageia.org.conf filename</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>292</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 21:26:30 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix vhost_bugs.mageia.org.conf filename</pre> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_bugsmageiaorgconf">puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_mageiaorgconf">puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillatemplatesvhost_bugsmageiaorgconffromrev290puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Copied: puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf (from rev 290, puppet/modules/bugzilla/templates/vhost_mageia.org.conf)</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf (rev 0) ++++ puppet/modules/bugzilla/templates/vhost_bugs.mageia.org.conf 2010-11-18 20:26:30 UTC (rev 292) +@@ -0,0 +1,13 @@ ++<% ++path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" ++%> ++ ++<VirtualHost *:80> ++ ServerName bugs.<%= domain %> ++ DocumentRoot /usr/share/bugzilla/www ++ Alias /bugzilla/data <%= path_data_directory %> ++ Alias /bugzilla /usr/share/bugzilla/www ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Deleted: puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 20:23:56 UTC (rev 291) ++++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 20:26:30 UTC (rev 292) +@@ -1,13 +0,0 @@ +-<% +-path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" +-%> +- +-<VirtualHost *:80> +- ServerName bugs.<%= domain %> +- DocumentRoot /usr/share/bugzilla/www +- Alias /bugzilla/data <%= path_data_directory %> +- Alias /bugzilla /usr/share/bugzilla/www +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/848b6bcb/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/848b6bcb/attachment-0001.html new file mode 100644 index 000000000..f1338ca15 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/848b6bcb/attachment-0001.html @@ -0,0 +1,313 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[288] - finish the merge of the 2 config file</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>288</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:19:21 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- finish the merge of the 2 config file</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesmaincf">puppet/modules/postfix/templates/main.cf</a></li> +<li><a href="#puppetmodulespostfixtemplatestransport_regexp">puppet/modules/postfix/templates/transport_regexp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_maincf">puppet/modules/postfix/templates/primary_main.cf</a></li> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +<li><a href="#puppetmodulespostfixtemplatessecondary_maincf">puppet/modules/postfix/templates/secondary_main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 18:19:21 UTC (rev 288) +@@ -33,26 +33,27 @@ + + class smtp_server inherits base { + include postgrey ++ file { '/etc/postfix/main.cf': ++ content => template("postfix/main.cf"), ++ } ++ ++ file { '/etc/postfix/transport_regexp': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("postfix/transport_regexp"), ++ } ++ + } + + class primary_smtp inherits smtp_server { +- file { '/etc/postfix/main.cf': +- content => template("postfix/primary_main.cf"), +- } +- + file { '/etc/postfix/master.cf': + content => template("postfix/primary_master.cf"), + } +- +- file { '/etc/postfix/transport_regexp': +- content => template("postfix/primary_transport_regexp"), +- } + } + + class secondary_smtp inherits smtp_server { +- file { '/etc/postfix/main.cf': +- content => template("postfix/secondary_main.cf"), +- } + } + + } + +<a id="puppetmodulespostfixtemplatesmaincffromrev287puppetmodulespostfixtemplatessecondary_maincf">Copied: puppet/modules/postfix/templates/main.cf (from rev 287, puppet/modules/postfix/templates/secondary_main.cf)</a> +=================================================================== +--- puppet/modules/postfix/templates/main.cf (rev 0) ++++ puppet/modules/postfix/templates/main.cf 2010-11-18 18:19:21 UTC (rev 288) +@@ -0,0 +1,51 @@ ++# Please be sure to read the /usr/share/doc/postfix/README.MDK file ++# to learn about differences from stock postfix to Mandriva package. ++# This file contains only the parameters changed from a default install ++# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. ++ ++<% ++path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" ++%> ++ ++# These are changed by postfix install script ++readme_directory = /usr/share/doc/postfix/README_FILES ++html_directory = /usr/share/doc/postfix/html ++sendmail_path = /usr/sbin/sendmail.postfix ++setgid_group = postdrop ++command_directory = /usr/sbin ++manpage_directory = /usr/share/man ++daemon_directory = <%= path_daemon_directory %> ++data_directory = /var/lib/postfix ++newaliases_path = /usr/bin/newaliases ++mailq_path = /usr/bin/mailq ++queue_directory = /var/spool/postfix ++mail_owner = postfix ++ ++# User configurable parameters ++ ++inet_interfaces = localhost ++inet_protocols = all ++mynetworks_style = host ++myhostname = <%= fqdn %> ++mydomain = <%= domain %> ++mydestination = <%= fqdn %> ++myorigin = $mydomain ++relay_domains = $mydestination, ++ ml.<%= domain %>, ++<%- if classes.include?('primary_smtp') -%> ++ <%= domain %> ++<%- end -%> ++transport_maps = regexp:/etc/postfix/transport_regexp ++<% if classes.include?('sympa') %> ++sympa_destination_recipient_limit = 1 ++sympabounce_destination_recipient_limit = 1 ++<% end %> ++#delay_warning_time = 4h ++smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) ++unknown_local_recipient_reject_code = 450 ++smtp-filter_destination_concurrency_limit = 2 ++lmtp-filter_destination_concurrency_limit = 2 ++smtpd_use_tls = yes ++smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem ++smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem ++smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +<a id="puppetmodulespostfixtemplatesprimary_maincf">Deleted: puppet/modules/postfix/templates/primary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_main.cf 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/templates/primary_main.cf 2010-11-18 18:19:21 UTC (rev 288) +@@ -1,45 +0,0 @@ +-# Please be sure to read the /usr/share/doc/postfix/README.MDK file +-# to learn about differences from stock postfix to Mandriva package. +-# This file contains only the parameters changed from a default install +-# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. +- +-<% +-path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" +-%> +- +-# These are changed by postfix install script +-readme_directory = /usr/share/doc/postfix/README_FILES +-html_directory = /usr/share/doc/postfix/html +-sendmail_path = /usr/sbin/sendmail.postfix +-setgid_group = postdrop +-command_directory = /usr/sbin +-manpage_directory = /usr/share/man +-daemon_directory = <%= path_daemon_directory %> +-data_directory = /var/lib/postfix +-newaliases_path = /usr/bin/newaliases +-mailq_path = /usr/bin/mailq +-queue_directory = /var/spool/postfix +-mail_owner = postfix +- +-# User configurable parameters +- +-inet_interfaces = localhost +-inet_protocols = all +-mynetworks_style = host +-myhostname = <%= fqdn %> +-mydomain = <%= domain %> +-mydestination = <%= fqdn %> +-myorigin = $mydomain +-relay_domains = $mydestination, ml.<%= domain %> +-transport_maps = regexp:/etc/postfix/transport_regexp +-sympa_destination_recipient_limit = 1 +-sympabounce_destination_recipient_limit = 1 +-#delay_warning_time = 4h +-smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) +-unknown_local_recipient_reject_code = 450 +-smtp-filter_destination_concurrency_limit = 2 +-lmtp-filter_destination_concurrency_limit = 2 +-smtpd_use_tls = yes +-smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem +-smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem +-smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Deleted: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:19:21 UTC (rev 288) +@@ -1,8 +0,0 @@ +-<% +-ml_domain = 'ml\.' + domain.gsub('.','\.') +-%> +-<%- if classes.include?('sympa') -%> +-/^.*+owner\@<%= ml_domain %>$/ sympabounce: +-/^.*\@<%= ml_domain %>$/ sympa: +-<%- end -%> +- + +<a id="puppetmodulespostfixtemplatessecondary_maincf">Deleted: puppet/modules/postfix/templates/secondary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:19:21 UTC (rev 288) +@@ -1,51 +0,0 @@ +-# Please be sure to read the /usr/share/doc/postfix/README.MDK file +-# to learn about differences from stock postfix to Mandriva package. +-# This file contains only the parameters changed from a default install +-# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. +- +-<% +-path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" +-%> +- +-# These are changed by postfix install script +-readme_directory = /usr/share/doc/postfix/README_FILES +-html_directory = /usr/share/doc/postfix/html +-sendmail_path = /usr/sbin/sendmail.postfix +-setgid_group = postdrop +-command_directory = /usr/sbin +-manpage_directory = /usr/share/man +-daemon_directory = <%= path_daemon_directory %> +-data_directory = /var/lib/postfix +-newaliases_path = /usr/bin/newaliases +-mailq_path = /usr/bin/mailq +-queue_directory = /var/spool/postfix +-mail_owner = postfix +- +-# User configurable parameters +- +-inet_interfaces = localhost +-inet_protocols = all +-mynetworks_style = host +-myhostname = <%= fqdn %> +-mydomain = <%= domain %> +-mydestination = <%= fqdn %> +-myorigin = $mydomain +-relay_domains = $mydestination, +- ml.<%= domain %>, +-<%- if classes.include?('primary_smtp') -%> +- <%= domain %> +-<%- end -%> +-transport_maps = regexp:/etc/postfix/transport_regexp +-<% if classes.include?('sympa') %> +-sympa_destination_recipient_limit = 1 +-sympabounce_destination_recipient_limit = 1 +-<% end %> +-#delay_warning_time = 4h +-smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) +-unknown_local_recipient_reject_code = 450 +-smtp-filter_destination_concurrency_limit = 2 +-lmtp-filter_destination_concurrency_limit = 2 +-smtpd_use_tls = yes +-smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem +-smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem +-smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +<a id="puppetmodulespostfixtemplatestransport_regexpfromrev287puppetmodulespostfixtemplatesprimary_transport_regexp">Copied: puppet/modules/postfix/templates/transport_regexp (from rev 287, puppet/modules/postfix/templates/primary_transport_regexp)</a> +=================================================================== +--- puppet/modules/postfix/templates/transport_regexp (rev 0) ++++ puppet/modules/postfix/templates/transport_regexp 2010-11-18 18:19:21 UTC (rev 288) +@@ -0,0 +1,8 @@ ++<% ++ml_domain = 'ml\.' + domain.gsub('.','\.') ++%> ++<%- if classes.include?('sympa') -%> ++/^.*+owner\@<%= ml_domain %>$/ sympabounce: ++/^.*\@<%= ml_domain %>$/ sympa: ++<%- end -%> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/848b6bcb/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/848b6bcb/attachment.html new file mode 100644 index 000000000..f1338ca15 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/848b6bcb/attachment.html @@ -0,0 +1,313 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[288] - finish the merge of the 2 config file</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>288</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:19:21 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- finish the merge of the 2 config file</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesmaincf">puppet/modules/postfix/templates/main.cf</a></li> +<li><a href="#puppetmodulespostfixtemplatestransport_regexp">puppet/modules/postfix/templates/transport_regexp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_maincf">puppet/modules/postfix/templates/primary_main.cf</a></li> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +<li><a href="#puppetmodulespostfixtemplatessecondary_maincf">puppet/modules/postfix/templates/secondary_main.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 18:19:21 UTC (rev 288) +@@ -33,26 +33,27 @@ + + class smtp_server inherits base { + include postgrey ++ file { '/etc/postfix/main.cf': ++ content => template("postfix/main.cf"), ++ } ++ ++ file { '/etc/postfix/transport_regexp': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("postfix/transport_regexp"), ++ } ++ + } + + class primary_smtp inherits smtp_server { +- file { '/etc/postfix/main.cf': +- content => template("postfix/primary_main.cf"), +- } +- + file { '/etc/postfix/master.cf': + content => template("postfix/primary_master.cf"), + } +- +- file { '/etc/postfix/transport_regexp': +- content => template("postfix/primary_transport_regexp"), +- } + } + + class secondary_smtp inherits smtp_server { +- file { '/etc/postfix/main.cf': +- content => template("postfix/secondary_main.cf"), +- } + } + + } + +<a id="puppetmodulespostfixtemplatesmaincffromrev287puppetmodulespostfixtemplatessecondary_maincf">Copied: puppet/modules/postfix/templates/main.cf (from rev 287, puppet/modules/postfix/templates/secondary_main.cf)</a> +=================================================================== +--- puppet/modules/postfix/templates/main.cf (rev 0) ++++ puppet/modules/postfix/templates/main.cf 2010-11-18 18:19:21 UTC (rev 288) +@@ -0,0 +1,51 @@ ++# Please be sure to read the /usr/share/doc/postfix/README.MDK file ++# to learn about differences from stock postfix to Mandriva package. ++# This file contains only the parameters changed from a default install ++# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. ++ ++<% ++path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" ++%> ++ ++# These are changed by postfix install script ++readme_directory = /usr/share/doc/postfix/README_FILES ++html_directory = /usr/share/doc/postfix/html ++sendmail_path = /usr/sbin/sendmail.postfix ++setgid_group = postdrop ++command_directory = /usr/sbin ++manpage_directory = /usr/share/man ++daemon_directory = <%= path_daemon_directory %> ++data_directory = /var/lib/postfix ++newaliases_path = /usr/bin/newaliases ++mailq_path = /usr/bin/mailq ++queue_directory = /var/spool/postfix ++mail_owner = postfix ++ ++# User configurable parameters ++ ++inet_interfaces = localhost ++inet_protocols = all ++mynetworks_style = host ++myhostname = <%= fqdn %> ++mydomain = <%= domain %> ++mydestination = <%= fqdn %> ++myorigin = $mydomain ++relay_domains = $mydestination, ++ ml.<%= domain %>, ++<%- if classes.include?('primary_smtp') -%> ++ <%= domain %> ++<%- end -%> ++transport_maps = regexp:/etc/postfix/transport_regexp ++<% if classes.include?('sympa') %> ++sympa_destination_recipient_limit = 1 ++sympabounce_destination_recipient_limit = 1 ++<% end %> ++#delay_warning_time = 4h ++smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) ++unknown_local_recipient_reject_code = 450 ++smtp-filter_destination_concurrency_limit = 2 ++lmtp-filter_destination_concurrency_limit = 2 ++smtpd_use_tls = yes ++smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem ++smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem ++smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +<a id="puppetmodulespostfixtemplatesprimary_maincf">Deleted: puppet/modules/postfix/templates/primary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_main.cf 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/templates/primary_main.cf 2010-11-18 18:19:21 UTC (rev 288) +@@ -1,45 +0,0 @@ +-# Please be sure to read the /usr/share/doc/postfix/README.MDK file +-# to learn about differences from stock postfix to Mandriva package. +-# This file contains only the parameters changed from a default install +-# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. +- +-<% +-path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" +-%> +- +-# These are changed by postfix install script +-readme_directory = /usr/share/doc/postfix/README_FILES +-html_directory = /usr/share/doc/postfix/html +-sendmail_path = /usr/sbin/sendmail.postfix +-setgid_group = postdrop +-command_directory = /usr/sbin +-manpage_directory = /usr/share/man +-daemon_directory = <%= path_daemon_directory %> +-data_directory = /var/lib/postfix +-newaliases_path = /usr/bin/newaliases +-mailq_path = /usr/bin/mailq +-queue_directory = /var/spool/postfix +-mail_owner = postfix +- +-# User configurable parameters +- +-inet_interfaces = localhost +-inet_protocols = all +-mynetworks_style = host +-myhostname = <%= fqdn %> +-mydomain = <%= domain %> +-mydestination = <%= fqdn %> +-myorigin = $mydomain +-relay_domains = $mydestination, ml.<%= domain %> +-transport_maps = regexp:/etc/postfix/transport_regexp +-sympa_destination_recipient_limit = 1 +-sympabounce_destination_recipient_limit = 1 +-#delay_warning_time = 4h +-smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) +-unknown_local_recipient_reject_code = 450 +-smtp-filter_destination_concurrency_limit = 2 +-lmtp-filter_destination_concurrency_limit = 2 +-smtpd_use_tls = yes +-smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem +-smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem +-smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Deleted: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 18:19:21 UTC (rev 288) +@@ -1,8 +0,0 @@ +-<% +-ml_domain = 'ml\.' + domain.gsub('.','\.') +-%> +-<%- if classes.include?('sympa') -%> +-/^.*+owner\@<%= ml_domain %>$/ sympabounce: +-/^.*\@<%= ml_domain %>$/ sympa: +-<%- end -%> +- + +<a id="puppetmodulespostfixtemplatessecondary_maincf">Deleted: puppet/modules/postfix/templates/secondary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:15:00 UTC (rev 287) ++++ puppet/modules/postfix/templates/secondary_main.cf 2010-11-18 18:19:21 UTC (rev 288) +@@ -1,51 +0,0 @@ +-# Please be sure to read the /usr/share/doc/postfix/README.MDK file +-# to learn about differences from stock postfix to Mandriva package. +-# This file contains only the parameters changed from a default install +-# see /etc/postfix/main.cf.dist for a commented, fuller version of this file. +- +-<% +-path_daemon_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/postfix/" +-%> +- +-# These are changed by postfix install script +-readme_directory = /usr/share/doc/postfix/README_FILES +-html_directory = /usr/share/doc/postfix/html +-sendmail_path = /usr/sbin/sendmail.postfix +-setgid_group = postdrop +-command_directory = /usr/sbin +-manpage_directory = /usr/share/man +-daemon_directory = <%= path_daemon_directory %> +-data_directory = /var/lib/postfix +-newaliases_path = /usr/bin/newaliases +-mailq_path = /usr/bin/mailq +-queue_directory = /var/spool/postfix +-mail_owner = postfix +- +-# User configurable parameters +- +-inet_interfaces = localhost +-inet_protocols = all +-mynetworks_style = host +-myhostname = <%= fqdn %> +-mydomain = <%= domain %> +-mydestination = <%= fqdn %> +-myorigin = $mydomain +-relay_domains = $mydestination, +- ml.<%= domain %>, +-<%- if classes.include?('primary_smtp') -%> +- <%= domain %> +-<%- end -%> +-transport_maps = regexp:/etc/postfix/transport_regexp +-<% if classes.include?('sympa') %> +-sympa_destination_recipient_limit = 1 +-sympabounce_destination_recipient_limit = 1 +-<% end %> +-#delay_warning_time = 4h +-smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) +-unknown_local_recipient_reject_code = 450 +-smtp-filter_destination_concurrency_limit = 2 +-lmtp-filter_destination_concurrency_limit = 2 +-smtpd_use_tls = yes +-smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem +-smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem +-smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt + +<a id="puppetmodulespostfixtemplatestransport_regexpfromrev287puppetmodulespostfixtemplatesprimary_transport_regexp">Copied: puppet/modules/postfix/templates/transport_regexp (from rev 287, puppet/modules/postfix/templates/primary_transport_regexp)</a> +=================================================================== +--- puppet/modules/postfix/templates/transport_regexp (rev 0) ++++ puppet/modules/postfix/templates/transport_regexp 2010-11-18 18:19:21 UTC (rev 288) +@@ -0,0 +1,8 @@ ++<% ++ml_domain = 'ml\.' + domain.gsub('.','\.') ++%> ++<%- if classes.include?('sympa') -%> ++/^.*+owner\@<%= ml_domain %>$/ sympabounce: ++/^.*\@<%= ml_domain %>$/ sympa: ++<%- end -%> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/851898f3/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/851898f3/attachment-0001.html new file mode 100644 index 000000000..70e8ddb7e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/851898f3/attachment-0001.html @@ -0,0 +1,78 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[278] Fix error on nodes.php for champagne (bis)</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>278</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 11:03:23 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix error on nodes.php for champagne (bis)</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 09:58:01 UTC (rev 277) ++++ puppet/manifests/nodes.pp 2010-11-18 10:03:23 UTC (rev 278) +@@ -114,8 +114,7 @@ + timezone::timezone { "Europe/Paris": } + include apache::base + include apache::mod_php +- include blog::mysql +- include blog::check_new-blog-post ++ include blog + } + + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/851898f3/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/851898f3/attachment.html new file mode 100644 index 000000000..70e8ddb7e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/851898f3/attachment.html @@ -0,0 +1,78 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[278] Fix error on nodes.php for champagne (bis)</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>278</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-18 11:03:23 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix error on nodes.php for champagne (bis)</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 09:58:01 UTC (rev 277) ++++ puppet/manifests/nodes.pp 2010-11-18 10:03:23 UTC (rev 278) +@@ -114,8 +114,7 @@ + timezone::timezone { "Europe/Paris": } + include apache::base + include apache::mod_php +- include blog::mysql +- include blog::check_new-blog-post ++ include blog + } + + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/aa415336/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/aa415336/attachment-0001.html new file mode 100644 index 000000000..b69efd194 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/aa415336/attachment-0001.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[290] Do not hardcode the domain name</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>290</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 21:01:07 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Do not hardcode the domain name</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_mageiaorgconf">puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Modified: puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 19:59:40 UTC (rev 289) ++++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 20:01:07 UTC (rev 290) +@@ -3,7 +3,7 @@ + %> + + <VirtualHost *:80> +- ServerName bugs.mageia.org ++ ServerName bugs.<%= domain %> + DocumentRoot /usr/share/bugzilla/www + Alias /bugzilla/data <%= path_data_directory %> + Alias /bugzilla /usr/share/bugzilla/www + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/aa415336/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/aa415336/attachment.html new file mode 100644 index 000000000..b69efd194 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/aa415336/attachment.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[290] Do not hardcode the domain name</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>290</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 21:01:07 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Do not hardcode the domain name</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_mageiaorgconf">puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Modified: puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 19:59:40 UTC (rev 289) ++++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 20:01:07 UTC (rev 290) +@@ -3,7 +3,7 @@ + %> + + <VirtualHost *:80> +- ServerName bugs.mageia.org ++ ServerName bugs.<%= domain %> + DocumentRoot /usr/share/bugzilla/www + Alias /bugzilla/data <%= path_data_directory %> + Alias /bugzilla /usr/share/bugzilla/www + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/abd8e707/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/abd8e707/attachment-0001.html new file mode 100644 index 000000000..7ee54ba26 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/abd8e707/attachment-0001.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[286] - do include sympa process only if sympa class is used</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>286</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:10:02 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- do include sympa process only if sympa class is used</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_mastercf">puppet/modules/postfix/templates/primary_master.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesprimary_mastercf">Modified: puppet/modules/postfix/templates/primary_master.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_master.cf 2010-11-18 18:07:50 UTC (rev 285) ++++ puppet/modules/postfix/templates/primary_master.cf 2010-11-18 18:10:02 UTC (rev 286) +@@ -116,11 +116,12 @@ + #mailman unix - n n - - pipe + # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py + # ${nexthop} ${user} +- ++<% if classes.include?('sympa') %> + sympa unix - n n - - pipe + flags=R user=sympa argv=/usr/sbin/queue ${recipient} + sympabounce unix - n n - - pipe + flags=R user=sympa argv=/usr/sbin/bouncequeue ${user} ++<% end %> + + # + ##### START OF CONTENT FILTER CUSTOMIZATIONS ##### + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/abd8e707/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/abd8e707/attachment.html new file mode 100644 index 000000000..7ee54ba26 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/abd8e707/attachment.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[286] - do include sympa process only if sympa class is used</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>286</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:10:02 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- do include sympa process only if sympa class is used</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_mastercf">puppet/modules/postfix/templates/primary_master.cf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixtemplatesprimary_mastercf">Modified: puppet/modules/postfix/templates/primary_master.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_master.cf 2010-11-18 18:07:50 UTC (rev 285) ++++ puppet/modules/postfix/templates/primary_master.cf 2010-11-18 18:10:02 UTC (rev 286) +@@ -116,11 +116,12 @@ + #mailman unix - n n - - pipe + # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py + # ${nexthop} ${user} +- ++<% if classes.include?('sympa') %> + sympa unix - n n - - pipe + flags=R user=sympa argv=/usr/sbin/queue ${recipient} + sympabounce unix - n n - - pipe + flags=R user=sympa argv=/usr/sbin/bouncequeue ${user} ++<% end %> + + # + ##### START OF CONTENT FILTER CUSTOMIZATIONS ##### + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/d61e0d6d/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/d61e0d6d/attachment-0001.html new file mode 100644 index 000000000..c72a4cf06 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/d61e0d6d/attachment-0001.html @@ -0,0 +1,90 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[285] - add a common ancestor to smtp server</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>285</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:07:50 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a common ancestor to smtp server</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-18 17:42:50 UTC (rev 284) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 18:07:50 UTC (rev 285) +@@ -31,7 +31,11 @@ + } + } + +- class primary_smtp inherits base { ++ class smtp_server inherits base { ++ include postgrey ++ } ++ ++ class primary_smtp inherits smtp_server { + file { '/etc/postfix/main.cf': + content => template("postfix/primary_main.cf"), + } +@@ -45,7 +49,7 @@ + } + } + +- class secondary_smtp inherits base { ++ class secondary_smtp inherits smtp_server { + file { '/etc/postfix/main.cf': + content => template("postfix/secondary_main.cf"), + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/d61e0d6d/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/d61e0d6d/attachment.html new file mode 100644 index 000000000..c72a4cf06 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/d61e0d6d/attachment.html @@ -0,0 +1,90 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[285] - add a common ancestor to smtp server</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>285</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-18 19:07:50 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a common ancestor to smtp server</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-18 17:42:50 UTC (rev 284) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 18:07:50 UTC (rev 285) +@@ -31,7 +31,11 @@ + } + } + +- class primary_smtp inherits base { ++ class smtp_server inherits base { ++ include postgrey ++ } ++ ++ class primary_smtp inherits smtp_server { + file { '/etc/postfix/main.cf': + content => template("postfix/primary_main.cf"), + } +@@ -45,7 +49,7 @@ + } + } + +- class secondary_smtp inherits base { ++ class secondary_smtp inherits smtp_server { + file { '/etc/postfix/main.cf': + content => template("postfix/secondary_main.cf"), + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/d6bb11e1/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/d6bb11e1/attachment-0001.html new file mode 100644 index 000000000..95b294917 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/d6bb11e1/attachment-0001.html @@ -0,0 +1,110 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[123] Customize a little for mageia</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>123</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 10:16:43 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Customize a little for mageia</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemiurttrunkiurt2">build_system/iurt/trunk/iurt2</a></li> +<li><a href="#build_systemiurttrunkulri">build_system/iurt/trunk/ulri</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemiurttrunkiurt2">Modified: build_system/iurt/trunk/iurt2</a> +=================================================================== +--- build_system/iurt/trunk/iurt2 2010-11-10 12:58:50 UTC (rev 122) ++++ build_system/iurt/trunk/iurt2 2010-11-18 09:16:43 UTC (rev 123) +@@ -76,7 +76,7 @@ + }; + + my $program_name = 'iurt2'; +-my $VERSION = '0.6.2'; ++my $VERSION = '0.6.4'; + # sessing parameters + my $sudo = '/usr/bin/sudo'; + my $arg = @ARGV; +@@ -474,7 +474,7 @@ + }, + distribution => { + desc => 'Name of the packages distribution', +- default => 'Mandriva Linux' ++ default => 'Mageia' + }, + home => { + desc => 'Home dir', +@@ -550,7 +550,7 @@ + }, + vendor => { + desc => 'Name of the packages vendor', +- default => 'Mandriva' ++ default => 'Mageia.org' + }, + additional_media => { + desc => 'Additional medias to be used', + +<a id="build_systemiurttrunkulri">Modified: build_system/iurt/trunk/ulri</a> +=================================================================== +--- build_system/iurt/trunk/ulri 2010-11-10 12:58:50 UTC (rev 122) ++++ build_system/iurt/trunk/ulri 2010-11-18 09:16:43 UTC (rev 123) +@@ -148,7 +148,7 @@ + }, + packager => { + desc => 'Default packager tag user by bot', +- default => 'Mandriva Team <http://www.mandrivaexpert.com>' ++ default => 'Mageia Team <http://www.mageia.org>' + }, + ); + config_usage(\%config_usage, $config) if $run{config_usage}; + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/d6bb11e1/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/d6bb11e1/attachment.html new file mode 100644 index 000000000..95b294917 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/d6bb11e1/attachment.html @@ -0,0 +1,110 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[123] Customize a little for mageia</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>123</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 10:16:43 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Customize a little for mageia</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#build_systemiurttrunkiurt2">build_system/iurt/trunk/iurt2</a></li> +<li><a href="#build_systemiurttrunkulri">build_system/iurt/trunk/ulri</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="build_systemiurttrunkiurt2">Modified: build_system/iurt/trunk/iurt2</a> +=================================================================== +--- build_system/iurt/trunk/iurt2 2010-11-10 12:58:50 UTC (rev 122) ++++ build_system/iurt/trunk/iurt2 2010-11-18 09:16:43 UTC (rev 123) +@@ -76,7 +76,7 @@ + }; + + my $program_name = 'iurt2'; +-my $VERSION = '0.6.2'; ++my $VERSION = '0.6.4'; + # sessing parameters + my $sudo = '/usr/bin/sudo'; + my $arg = @ARGV; +@@ -474,7 +474,7 @@ + }, + distribution => { + desc => 'Name of the packages distribution', +- default => 'Mandriva Linux' ++ default => 'Mageia' + }, + home => { + desc => 'Home dir', +@@ -550,7 +550,7 @@ + }, + vendor => { + desc => 'Name of the packages vendor', +- default => 'Mandriva' ++ default => 'Mageia.org' + }, + additional_media => { + desc => 'Additional medias to be used', + +<a id="build_systemiurttrunkulri">Modified: build_system/iurt/trunk/ulri</a> +=================================================================== +--- build_system/iurt/trunk/ulri 2010-11-10 12:58:50 UTC (rev 122) ++++ build_system/iurt/trunk/ulri 2010-11-18 09:16:43 UTC (rev 123) +@@ -148,7 +148,7 @@ + }, + packager => { + desc => 'Default packager tag user by bot', +- default => 'Mandriva Team <http://www.mandrivaexpert.com>' ++ default => 'Mageia Team <http://www.mageia.org>' + }, + ); + config_usage(\%config_usage, $config) if $run{config_usage}; + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/e00a58f2/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/e00a58f2/attachment-0001.html new file mode 100644 index 000000000..7e6fbf0a6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/e00a58f2/attachment-0001.html @@ -0,0 +1,131 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[273] add config for sympa</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>273</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:43:41 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add config for sympa</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +<li><a href="#puppetmodulespostfixtemplatesprimary_maincf">puppet/modules/postfix/templates/primary_main.cf</a></li> +<li><a href="#puppetmodulespostfixtemplatesprimary_mastercf">puppet/modules/postfix/templates/primary_master.cf</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-18 00:21:40 UTC (rev 272) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 00:43:41 UTC (rev 273) +@@ -39,6 +39,10 @@ + file { '/etc/postfix/master.cf': + content => template("postfix/primary_master.cf"), + } ++ ++ file { '/etc/postfix/transport_regexp': ++ content => template("postfix/primary_transport_regexp"), ++ } + } + + class secondary_smtp inherits base { + +<a id="puppetmodulespostfixtemplatesprimary_maincf">Modified: puppet/modules/postfix/templates/primary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_main.cf 2010-11-18 00:21:40 UTC (rev 272) ++++ puppet/modules/postfix/templates/primary_main.cf 2010-11-18 00:43:41 UTC (rev 273) +@@ -28,8 +28,12 @@ + mynetworks_style = host + myhostname = <%= fqdn %> + mydomain = <%= domain %> +-mydestination = <%= fqdn %>, ml.<%= domain %> ++mydestination = <%= fqdn %> + myorigin = $mydomain ++relay_domains = $mydestination, ml.<%= domain %> ++transport_maps = regexp:/etc/postfix/transport_regexp ++sympa_destination_recipient_limit = 1 ++sympabounce_destination_recipient_limit = 1 + #delay_warning_time = 4h + smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) + unknown_local_recipient_reject_code = 450 + +<a id="puppetmodulespostfixtemplatesprimary_mastercf">Modified: puppet/modules/postfix/templates/primary_master.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_master.cf 2010-11-18 00:21:40 UTC (rev 272) ++++ puppet/modules/postfix/templates/primary_master.cf 2010-11-18 00:43:41 UTC (rev 273) +@@ -116,6 +116,12 @@ + #mailman unix - n n - - pipe + # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py + # ${nexthop} ${user} ++ ++sympa unix - n n - - pipe ++ flags=R user=sympa argv=/usr/sbin/queue ${recipient} ++sympabounce unix - n n - - pipe ++ flags=R user=sympa argv=/usr/sbin/bouncequeue ${user} ++ + # + ##### START OF CONTENT FILTER CUSTOMIZATIONS ##### + # Please see the Postfix FILTER_README for details. + +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Added: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp (rev 0) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 00:43:41 UTC (rev 273) +@@ -0,0 +1,2 @@ ++/^.*+owner\@ml\.mageia\.org$/ sympabounce: ++/^.*\@ml\.mageia\.org$/ sympa: + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/e00a58f2/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/e00a58f2/attachment.html new file mode 100644 index 000000000..7e6fbf0a6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/e00a58f2/attachment.html @@ -0,0 +1,131 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[273] add config for sympa</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>273</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 01:43:41 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add config for sympa</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixmanifestsinitpp">puppet/modules/postfix/manifests/init.pp</a></li> +<li><a href="#puppetmodulespostfixtemplatesprimary_maincf">puppet/modules/postfix/templates/primary_main.cf</a></li> +<li><a href="#puppetmodulespostfixtemplatesprimary_mastercf">puppet/modules/postfix/templates/primary_master.cf</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostfixtemplatesprimary_transport_regexp">puppet/modules/postfix/templates/primary_transport_regexp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostfixmanifestsinitpp">Modified: puppet/modules/postfix/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postfix/manifests/init.pp 2010-11-18 00:21:40 UTC (rev 272) ++++ puppet/modules/postfix/manifests/init.pp 2010-11-18 00:43:41 UTC (rev 273) +@@ -39,6 +39,10 @@ + file { '/etc/postfix/master.cf': + content => template("postfix/primary_master.cf"), + } ++ ++ file { '/etc/postfix/transport_regexp': ++ content => template("postfix/primary_transport_regexp"), ++ } + } + + class secondary_smtp inherits base { + +<a id="puppetmodulespostfixtemplatesprimary_maincf">Modified: puppet/modules/postfix/templates/primary_main.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_main.cf 2010-11-18 00:21:40 UTC (rev 272) ++++ puppet/modules/postfix/templates/primary_main.cf 2010-11-18 00:43:41 UTC (rev 273) +@@ -28,8 +28,12 @@ + mynetworks_style = host + myhostname = <%= fqdn %> + mydomain = <%= domain %> +-mydestination = <%= fqdn %>, ml.<%= domain %> ++mydestination = <%= fqdn %> + myorigin = $mydomain ++relay_domains = $mydestination, ml.<%= domain %> ++transport_maps = regexp:/etc/postfix/transport_regexp ++sympa_destination_recipient_limit = 1 ++sympabounce_destination_recipient_limit = 1 + #delay_warning_time = 4h + smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandriva Linux) + unknown_local_recipient_reject_code = 450 + +<a id="puppetmodulespostfixtemplatesprimary_mastercf">Modified: puppet/modules/postfix/templates/primary_master.cf</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_master.cf 2010-11-18 00:21:40 UTC (rev 272) ++++ puppet/modules/postfix/templates/primary_master.cf 2010-11-18 00:43:41 UTC (rev 273) +@@ -116,6 +116,12 @@ + #mailman unix - n n - - pipe + # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py + # ${nexthop} ${user} ++ ++sympa unix - n n - - pipe ++ flags=R user=sympa argv=/usr/sbin/queue ${recipient} ++sympabounce unix - n n - - pipe ++ flags=R user=sympa argv=/usr/sbin/bouncequeue ${user} ++ + # + ##### START OF CONTENT FILTER CUSTOMIZATIONS ##### + # Please see the Postfix FILTER_README for details. + +<a id="puppetmodulespostfixtemplatesprimary_transport_regexp">Added: puppet/modules/postfix/templates/primary_transport_regexp</a> +=================================================================== +--- puppet/modules/postfix/templates/primary_transport_regexp (rev 0) ++++ puppet/modules/postfix/templates/primary_transport_regexp 2010-11-18 00:43:41 UTC (rev 273) +@@ -0,0 +1,2 @@ ++/^.*+owner\@ml\.mageia\.org$/ sympabounce: ++/^.*\@ml\.mageia\.org$/ sympa: + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/e35be4af/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/e35be4af/attachment-0001.html new file mode 100644 index 000000000..f894a9db8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/e35be4af/attachment-0001.html @@ -0,0 +1,163 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[289] Add vhost and webapps.d files for bugzilla</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>289</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 20:59:40 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add vhost and webapps.d files for bugzilla</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_mageiaorgconf">puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a></li> +<li><a href="#puppetmodulesbugzillatemplateswebapp_bugzillaconf">puppet/modules/bugzilla/templates/webapp_bugzilla.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 18:19:21 UTC (rev 288) ++++ puppet/manifests/nodes.pp 2010-11-18 19:59:40 UTC (rev 289) +@@ -53,6 +53,7 @@ + include mga-mirrors + include epoll + include transifex ++ include bugzilla + } + + # buildnode + +<a id="puppetmodulesbugzillamanifestsinitpp">Modified: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-18 18:19:21 UTC (rev 288) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-18 19:59:40 UTC (rev 289) +@@ -23,5 +23,14 @@ + mode => 644, + content => template("bugzilla/params") + } ++ ++ include apache::mod_fcgid ++ apache::webapp_other{"bugzilla": ++ webapp_file => "bugzilla/webapp_bugzilla.conf", ++ } ++ ++ apache::vhost_other_app { "bugs.$domain": ++ vhost_file => "bugzilla/vhost_bugs.mageia.org.conf", ++ } + } + + +<a id="puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Added: puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf (rev 0) ++++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 19:59:40 UTC (rev 289) +@@ -0,0 +1,13 @@ ++<% ++path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" ++%> ++ ++<VirtualHost *:80> ++ ServerName bugs.mageia.org ++ DocumentRoot /usr/share/bugzilla/www ++ Alias /bugzilla/data <%= path_data_directory %> ++ Alias /bugzilla /usr/share/bugzilla/www ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulesbugzillatemplateswebapp_bugzillaconf">Added: puppet/modules/bugzilla/templates/webapp_bugzilla.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/webapp_bugzilla.conf (rev 0) ++++ puppet/modules/bugzilla/templates/webapp_bugzilla.conf 2010-11-18 19:59:40 UTC (rev 289) +@@ -0,0 +1,35 @@ ++<% ++path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" ++%> ++ ++<Directory /usr/share/bugzilla/www> ++ Order allow,deny ++ Allow from all ++ ++ Options ExecCGI ++ DirectoryIndex index.cgi ++</Directory> ++ ++# The duplicates.rdf must be accessible, as it is used by ++# duplicates.xul ++<Directory <%= path_data_directory %>> ++ <Files duplicates.rdf> ++ Order allow,deny ++ Allow from all ++ </Files> ++</Directory> ++ ++# The dot files must be accessible to the public webdot server ++# The png files locally created locally must be accessible ++<Directory <%= path_data_directory %>/webdot> ++ <FilesMatch \.dot$> ++ Order deny,allow ++ Deny from all ++ Allow from research.att.com ++ </FilesMatch> ++ ++ <FilesMatch \.png$> ++ Order allow,deny ++ Allow from all ++ </FilesMatch> ++</Directory> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/e35be4af/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/e35be4af/attachment.html new file mode 100644 index 000000000..f894a9db8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/e35be4af/attachment.html @@ -0,0 +1,163 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[289] Add vhost and webapps.d files for bugzilla</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>289</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-18 20:59:40 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add vhost and webapps.d files for bugzilla</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesvhost_mageiaorgconf">puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a></li> +<li><a href="#puppetmodulesbugzillatemplateswebapp_bugzillaconf">puppet/modules/bugzilla/templates/webapp_bugzilla.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-18 18:19:21 UTC (rev 288) ++++ puppet/manifests/nodes.pp 2010-11-18 19:59:40 UTC (rev 289) +@@ -53,6 +53,7 @@ + include mga-mirrors + include epoll + include transifex ++ include bugzilla + } + + # buildnode + +<a id="puppetmodulesbugzillamanifestsinitpp">Modified: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-18 18:19:21 UTC (rev 288) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-18 19:59:40 UTC (rev 289) +@@ -23,5 +23,14 @@ + mode => 644, + content => template("bugzilla/params") + } ++ ++ include apache::mod_fcgid ++ apache::webapp_other{"bugzilla": ++ webapp_file => "bugzilla/webapp_bugzilla.conf", ++ } ++ ++ apache::vhost_other_app { "bugs.$domain": ++ vhost_file => "bugzilla/vhost_bugs.mageia.org.conf", ++ } + } + + +<a id="puppetmodulesbugzillatemplatesvhost_mageiaorgconf">Added: puppet/modules/bugzilla/templates/vhost_mageia.org.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/vhost_mageia.org.conf (rev 0) ++++ puppet/modules/bugzilla/templates/vhost_mageia.org.conf 2010-11-18 19:59:40 UTC (rev 289) +@@ -0,0 +1,13 @@ ++<% ++path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" ++%> ++ ++<VirtualHost *:80> ++ ServerName bugs.mageia.org ++ DocumentRoot /usr/share/bugzilla/www ++ Alias /bugzilla/data <%= path_data_directory %> ++ Alias /bugzilla /usr/share/bugzilla/www ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulesbugzillatemplateswebapp_bugzillaconf">Added: puppet/modules/bugzilla/templates/webapp_bugzilla.conf</a> +=================================================================== +--- puppet/modules/bugzilla/templates/webapp_bugzilla.conf (rev 0) ++++ puppet/modules/bugzilla/templates/webapp_bugzilla.conf 2010-11-18 19:59:40 UTC (rev 289) +@@ -0,0 +1,35 @@ ++<% ++path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla" ++%> ++ ++<Directory /usr/share/bugzilla/www> ++ Order allow,deny ++ Allow from all ++ ++ Options ExecCGI ++ DirectoryIndex index.cgi ++</Directory> ++ ++# The duplicates.rdf must be accessible, as it is used by ++# duplicates.xul ++<Directory <%= path_data_directory %>> ++ <Files duplicates.rdf> ++ Order allow,deny ++ Allow from all ++ </Files> ++</Directory> ++ ++# The dot files must be accessible to the public webdot server ++# The png files locally created locally must be accessible ++<Directory <%= path_data_directory %>/webdot> ++ <FilesMatch \.dot$> ++ Order deny,allow ++ Deny from all ++ Allow from research.att.com ++ </FilesMatch> ++ ++ <FilesMatch \.png$> ++ Order allow,deny ++ Allow from all ++ </FilesMatch> ++</Directory> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/e7b1de1e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/e7b1de1e/attachment-0001.html new file mode 100644 index 000000000..ec8e632b9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/e7b1de1e/attachment-0001.html @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[280] add vhost_other_app and webapp_other defines</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>280</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 16:55:02 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add vhost_other_app and webapp_other defines</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-18 10:04:30 UTC (rev 279) ++++ puppet/modules/apache/manifests/init.pp 2010-11-18 15:55:02 UTC (rev 280) +@@ -128,4 +128,29 @@ + content => template("apache/django.wsgi") + } + } ++ ++ define vhost_other_app($vhost_file) { ++ file { "$name.conf": ++ path => "/etc/httpd/conf/vhosts.d/$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template($vhost_file) ++ } ++ } ++ ++ define webapp_other($webapp_file) { ++ $webappname = $name ++ file { "webapp_$name.conf": ++ path => "/etc/httpd/conf/webapps.d/$webappname.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template($webapp_file) ++ } ++ } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/e7b1de1e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/e7b1de1e/attachment.html new file mode 100644 index 000000000..ec8e632b9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/e7b1de1e/attachment.html @@ -0,0 +1,98 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[280] add vhost_other_app and webapp_other defines</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>280</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 16:55:02 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>add vhost_other_app and webapp_other defines</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-18 10:04:30 UTC (rev 279) ++++ puppet/modules/apache/manifests/init.pp 2010-11-18 15:55:02 UTC (rev 280) +@@ -128,4 +128,29 @@ + content => template("apache/django.wsgi") + } + } ++ ++ define vhost_other_app($vhost_file) { ++ file { "$name.conf": ++ path => "/etc/httpd/conf/vhosts.d/$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template($vhost_file) ++ } ++ } ++ ++ define webapp_other($webapp_file) { ++ $webappname = $name ++ file { "webapp_$name.conf": ++ path => "/etc/httpd/conf/webapps.d/$webappname.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template($webapp_file) ++ } ++ } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/ebea2509/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101118/ebea2509/attachment-0001.html new file mode 100644 index 000000000..7b9c58521 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/ebea2509/attachment-0001.html @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[284] rename vhost template filename</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>284</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 18:42:50 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>rename vhost template filename</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympamanifestsinitpp">puppet/modules/sympa/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesvhost_mlconf">puppet/modules/sympa/templates/vhost_ml.conf</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesvhost_sympamageiaorgconf">puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympamanifestsinitpp">Modified: puppet/modules/sympa/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-11-18 17:22:21 UTC (rev 283) ++++ puppet/modules/sympa/manifests/init.pp 2010-11-18 17:42:50 UTC (rev 284) +@@ -32,7 +32,7 @@ + } + + apache::vhost_other_app { "ml.$domain": +- vhost_file => "sympa/vhost_sympa.mageia.org.conf", ++ vhost_file => "sympa/vhost_ml.conf", + } + } + + +<a id="puppetmodulessympatemplatesvhost_mlconffromrev283puppetmodulessympatemplatesvhost_sympamageiaorgconf">Copied: puppet/modules/sympa/templates/vhost_ml.conf (from rev 283, puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf)</a> +=================================================================== +--- puppet/modules/sympa/templates/vhost_ml.conf (rev 0) ++++ puppet/modules/sympa/templates/vhost_ml.conf 2010-11-18 17:42:50 UTC (rev 284) +@@ -0,0 +1,7 @@ ++<VirtualHost *:80> ++ ServerName ml.<%= domain %> ++ DocumentRoot /usr/lib64/sympa/cgi ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulessympatemplatesvhost_sympamageiaorgconf">Deleted: puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf 2010-11-18 17:22:21 UTC (rev 283) ++++ puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf 2010-11-18 17:42:50 UTC (rev 284) +@@ -1,7 +0,0 @@ +-<VirtualHost *:80> +- ServerName ml.<%= domain %> +- DocumentRoot /usr/lib64/sympa/cgi +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101118/ebea2509/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101118/ebea2509/attachment.html new file mode 100644 index 000000000..7b9c58521 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101118/ebea2509/attachment.html @@ -0,0 +1,113 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[284] rename vhost template filename</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>284</dd> +<dt>Author</dt> <dd>boklm</dd> +<dt>Date</dt> <dd>2010-11-18 18:42:50 +0100 (Thu, 18 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>rename vhost template filename</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympamanifestsinitpp">puppet/modules/sympa/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesvhost_mlconf">puppet/modules/sympa/templates/vhost_ml.conf</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatesvhost_sympamageiaorgconf">puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympamanifestsinitpp">Modified: puppet/modules/sympa/manifests/init.pp</a> +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-11-18 17:22:21 UTC (rev 283) ++++ puppet/modules/sympa/manifests/init.pp 2010-11-18 17:42:50 UTC (rev 284) +@@ -32,7 +32,7 @@ + } + + apache::vhost_other_app { "ml.$domain": +- vhost_file => "sympa/vhost_sympa.mageia.org.conf", ++ vhost_file => "sympa/vhost_ml.conf", + } + } + + +<a id="puppetmodulessympatemplatesvhost_mlconffromrev283puppetmodulessympatemplatesvhost_sympamageiaorgconf">Copied: puppet/modules/sympa/templates/vhost_ml.conf (from rev 283, puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf)</a> +=================================================================== +--- puppet/modules/sympa/templates/vhost_ml.conf (rev 0) ++++ puppet/modules/sympa/templates/vhost_ml.conf 2010-11-18 17:42:50 UTC (rev 284) +@@ -0,0 +1,7 @@ ++<VirtualHost *:80> ++ ServerName ml.<%= domain %> ++ DocumentRoot /usr/lib64/sympa/cgi ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> + +<a id="puppetmodulessympatemplatesvhost_sympamageiaorgconf">Deleted: puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf 2010-11-18 17:22:21 UTC (rev 283) ++++ puppet/modules/sympa/templates/vhost_sympa.mageia.org.conf 2010-11-18 17:42:50 UTC (rev 284) +@@ -1,7 +0,0 @@ +-<VirtualHost *:80> +- ServerName ml.<%= domain %> +- DocumentRoot /usr/lib64/sympa/cgi +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> + +</pre></div> + +</body> +</html>
\ No newline at end of file |