add dovecot quota checking
This commit is contained in:
parent
3d42241819
commit
5e23cadfac
3 changed files with 7 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ smtpd_recipient_restrictions = permit_mynetworks,
|
|||
reject_unknown_recipient_domain,
|
||||
reject_unauth_destination,
|
||||
reject_non_fqdn_recipient,
|
||||
{% if postfix.check_dovecot_quota -%}
|
||||
check_policy_service inet:127.0.0.1:12340,
|
||||
{% endif -%}
|
||||
permit
|
||||
|
||||
{% if ("mailbox_transport" in postfix and postfix.mailbox_transport == "dovecot")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue