[Postfix] Mise en place de la base de donnée de white/black list.

This commit is contained in:
Pierre-Elliott Bécue 2013-07-27 20:05:03 +02:00
parent befab8a77c
commit c27836f832
3 changed files with 33 additions and 31 deletions

View file

@ -8,6 +8,7 @@
</Group> </Group>
<Group name="mail-mx"> <Group name="mail-mx">
<Path name="/etc/postfix/postscreen_access.cidr"/>
<Python name="/etc/postfix/master.cf"/> <Python name="/etc/postfix/master.cf"/>
<Group name="ldap"> <Group name="ldap">

View file

@ -288,6 +288,7 @@ if not secondary:
if has("titanic"): if has("titanic"):
@relayhost=[ovh.adm.crans.org]:25 @relayhost=[ovh.adm.crans.org]:25
if mx:
@# PostScreen configuration @# PostScreen configuration
@# Access List @# Access List
@postscreen_access_list = cidr:/etc/postfix/postscreen_access.cidr @postscreen_access_list = cidr:/etc/postfix/postscreen_access.cidr