[postfix/main] cluebringer n'est pas compatible avec l'ipv6
This commit is contained in:
parent
7edc5db705
commit
169f01654c
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ if mx:
|
|||
@smtpd_recipient_restrictions=permit_mynetworks
|
||||
if main:
|
||||
@# test contre cluebringer pour les quota / rate par utilisateur sasl
|
||||
@ check_policy_service inet:127.0.0.1:10031
|
||||
@# check_policy_service inet:127.0.0.1:10031
|
||||
@# rejette les recipients sans nom de domaine totalement qualifie
|
||||
add("reject_non_fqdn_recipient")
|
||||
if main:
|
||||
|
@ -258,7 +258,7 @@ if public:
|
|||
@# jette le reste
|
||||
@
|
||||
if main:
|
||||
@smtpd_end_of_data_restrictions=check_policy_service inet:127.0.0.1:10031
|
||||
@#smtpd_end_of_data_restrictions=check_policy_service inet:127.0.0.1:10031
|
||||
@# Tailles maximales : 20Mo pour les msgs et 75 pour les mbox
|
||||
message_size_limit = 20971520
|
||||
mailbox_size_limit = 78643000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue