[domus/var] Mise en place d'une conf wheezy pour les domus, et un peu de #random.
This commit is contained in:
parent
140c54f103
commit
c35474b16e
4 changed files with 13 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
<Group name="dom0">
|
||||
<Path name="/etc/xen/common.py"/>
|
||||
<Path name="/etc/xen/common_squeeze.py"/>
|
||||
<Path name="/etc/xen/common_wheezy.py"/>
|
||||
<Path name="/etc/xen/bcfg2"/>
|
||||
<Path name="/etc/xen/irc"/>
|
||||
<Path name="/etc/xen/munin"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
execfile("/etc/xen/common_squeeze.py")
|
||||
execfile("/etc/xen/common_wheezy.py")
|
||||
|
||||
name = "kenobi"
|
||||
|
||||
|
|
|
@ -222,6 +222,7 @@
|
|||
<Group name="xmpp"
|
||||
profile="true">
|
||||
<Group name="ejabberd-services"/>
|
||||
<Group name="ejabberd-server"/>
|
||||
<Group name="crans-domu-squeeze"/>
|
||||
</Group>
|
||||
|
||||
|
@ -363,7 +364,7 @@
|
|||
|
||||
<Group name="kenobi"
|
||||
profile="true">
|
||||
<Group name="crans-domu-squeeze"/>
|
||||
<Group name="crans-domu-wheezy"/>
|
||||
</Group>
|
||||
|
||||
<Group name="sogo"
|
||||
|
@ -490,7 +491,14 @@
|
|||
comment="profile minimal pour squeeze">
|
||||
<Group name="crans-common"/>
|
||||
<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="ntpdate"/>
|
||||
</Group>
|
||||
|
|
|
@ -223,11 +223,7 @@ if main:
|
|||
if main:
|
||||
@# Filtrage sur les sources de connexions
|
||||
print "smtpd_client_restrictions = permit_mynetworks,"
|
||||
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"
|
||||
print " reject_rbl_client dnsbl.ahbl.org"
|
||||
@
|
||||
@#
|
||||
@# Requiring this will stop some UCE software.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue