[postfix/postscreen] Réservé aux MX.
This commit is contained in:
parent
a68a1cb3a6
commit
fd78e87c69
3 changed files with 6 additions and 9 deletions
|
@ -288,7 +288,7 @@ if not secondary:
|
|||
if has("titanic"):
|
||||
@relayhost=[ovh.adm.crans.org]:25
|
||||
|
||||
if mx:
|
||||
if main or secondary:
|
||||
@# PostScreen configuration
|
||||
@# Access List
|
||||
@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
|
||||
@# (yes) (yes) (yes) (never) (50)
|
||||
@# ==========================================================================
|
||||
@smtp inet n - - - 1 postscreen
|
||||
@smtpd pass - - - - - smtpd
|
||||
if main or secondary:
|
||||
@smtp inet n - - - 1 postscreen
|
||||
@smtpd pass - - - - - smtpd
|
||||
else:
|
||||
@smtp inet n - - - - smtpd
|
||||
if tracker:
|
||||
@ -o receive_override_options=no_address_mappings
|
||||
@dnsblog unix - - - - 0 dnsblog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue