[postfix/main.cf] On ajoute les ipv6 derrière komaz comme clients locaux.

This commit is contained in:
Pierre-Elliott Bécue 2013-11-12 01:24:54 +01:00
parent dd2e28d3b4
commit 71f3a4427b

View file

@ -48,7 +48,7 @@ exports = [s.split(' ', 2)[0] for s in commands.getoutput("/usr/sbin/postconf -d
# Les différents réseaux
local_networks = ["127.0.0.0/8"]
adm_networks = ["10.231.136.0/24"]
client_networks = ["138.231.136.0/21", "138.231.144.0/21", "138.231.148.0/22"]
client_networks = ["138.231.136.0/21", "138.231.144.0/21", "138.231.148.0/22", "2a01:240:fe3d:4::/64"]
@# +------------------+
@# | Variables utiles |