[postfix/postscreen] Réservé aux MX.

This commit is contained in:
Pierre-Elliott Bécue 2013-08-04 18:40:18 +02:00
parent a68a1cb3a6
commit fd78e87c69
3 changed files with 6 additions and 9 deletions

View file

@ -148,12 +148,6 @@
<Group name="nginx" comment="Pour tomcat"/> <Group name="nginx" comment="Pour tomcat"/>
</Group> </Group>
<Group name="schrodingred"
profile="true">
<Group name="crans-domu-wheezy"/>
<Group name="mail-mx-main"/>
</Group>
<Group name="vert" <Group name="vert"
profile="true"> profile="true">
<Group name="db-main"/> <Group name="db-main"/>

View file

@ -288,7 +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: if main or secondary:
@# 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

View file

@ -95,8 +95,11 @@ if has("titanic"):
@# service type private unpriv chroot wakeup maxproc command + args @# service type private unpriv chroot wakeup maxproc command + args
@# (yes) (yes) (yes) (never) (50) @# (yes) (yes) (yes) (never) (50)
@# ========================================================================== @# ==========================================================================
if main or secondary:
@smtp inet n - - - 1 postscreen @smtp inet n - - - 1 postscreen
@smtpd pass - - - - - smtpd @smtpd pass - - - - - smtpd
else:
@smtp inet n - - - - smtpd
if tracker: if tracker:
@ -o receive_override_options=no_address_mappings @ -o receive_override_options=no_address_mappings
@dnsblog unix - - - - 0 dnsblog @dnsblog unix - - - - 0 dnsblog