WIP: Setup of a mail server #9

Draft
otthorn wants to merge 151 commits from mailserver into master
Showing only changes of commit 11d5d19bb6 - Show all commits

View file

@ -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