Add postfix quota check
This commit is contained in:
parent
c0cd3946fb
commit
5f48a46522
1 changed files with 4 additions and 0 deletions
|
@ -64,3 +64,7 @@ smtp_tls_CApath = /etc/ssl/certs/
|
|||
smtpd_tls_session_cache_database=btree:/var/lib/postfix/smtpd_tls_session_cache
|
||||
smtp_tls_session_cache_database=btree:/var/lib/postfix/smtp_tls_session_cache
|
||||
|
||||
# Reject mail if user if overquota
|
||||
smtpd_recipient_restrictions =
|
||||
reject_unauth_destination
|
||||
check_policy_service unix:private/quota-status
|
||||
|
|
Loading…
Reference in a new issue