[domus/var] Mise en place d'une conf wheezy pour les domus, et un peu de #random.

This commit is contained in:
Pierre-Elliott Bécue 2013-04-05 08:18:22 +02:00
parent 140c54f103
commit c35474b16e
4 changed files with 13 additions and 8 deletions

View file

@ -2,6 +2,7 @@
<Group name="dom0"> <Group name="dom0">
<Path name="/etc/xen/common.py"/> <Path name="/etc/xen/common.py"/>
<Path name="/etc/xen/common_squeeze.py"/> <Path name="/etc/xen/common_squeeze.py"/>
<Path name="/etc/xen/common_wheezy.py"/>
<Path name="/etc/xen/bcfg2"/> <Path name="/etc/xen/bcfg2"/>
<Path name="/etc/xen/irc"/> <Path name="/etc/xen/irc"/>
<Path name="/etc/xen/munin"/> <Path name="/etc/xen/munin"/>

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8; mode: python -*- # -*- coding: utf-8; mode: python -*-
execfile("/etc/xen/common_squeeze.py") execfile("/etc/xen/common_wheezy.py")
name = "kenobi" name = "kenobi"

View file

@ -222,6 +222,7 @@
<Group name="xmpp" <Group name="xmpp"
profile="true"> profile="true">
<Group name="ejabberd-services"/> <Group name="ejabberd-services"/>
<Group name="ejabberd-server"/>
<Group name="crans-domu-squeeze"/> <Group name="crans-domu-squeeze"/>
</Group> </Group>
@ -363,7 +364,7 @@
<Group name="kenobi" <Group name="kenobi"
profile="true"> profile="true">
<Group name="crans-domu-squeeze"/> <Group name="crans-domu-wheezy"/>
</Group> </Group>
<Group name="sogo" <Group name="sogo"
@ -490,7 +491,14 @@
comment="profile minimal pour squeeze"> comment="profile minimal pour squeeze">
<Group name="crans-common"/> <Group name="crans-common"/>
<Group name="squeeze"/> <Group name="squeeze"/>
<Group name="nss-ldapd"/> <Group name="domu"/>
<Group name="ntpdate"/>
</Group>
<Group name="crans-domu-wheezy" public="true"
comment="profile minimal pour wheezy">
<Group name="crans-common"/>
<Group name="wheezy"/>
<Group name="domu"/> <Group name="domu"/>
<Group name="ntpdate"/> <Group name="ntpdate"/>
</Group> </Group>

View file

@ -223,11 +223,7 @@ if main:
if main: if main:
@# Filtrage sur les sources de connexions @# Filtrage sur les sources de connexions
print "smtpd_client_restrictions = permit_mynetworks," print "smtpd_client_restrictions = permit_mynetworks,"
print " reject_rbl_client dnsbl.ahbl.org," print " reject_rbl_client dnsbl.ahbl.org"
print " reject_rbl_client zen.spamhaus.org,"
print " reject_rbl_client dnsbl.sorbs.net,"
print " reject_rbl_client list.dsbl.org,"
print " reject_rbl_client multihop.dsbl.org"
@ @
@# @#
@# Requiring this will stop some UCE software. @# Requiring this will stop some UCE software.