[postfix/postscreen] Réservé aux MX.
This commit is contained in:
parent
a68a1cb3a6
commit
fd78e87c69
3 changed files with 6 additions and 9 deletions
|
@ -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"/>
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
@# ==========================================================================
|
@# ==========================================================================
|
||||||
@smtp inet n - - - 1 postscreen
|
if main or secondary:
|
||||||
@smtpd pass - - - - - smtpd
|
@smtp inet n - - - 1 postscreen
|
||||||
|
@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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue