diff options
| author | 2024-08-03 22:19:42 +0100 | |
|---|---|---|
| committer | 2024-08-03 22:19:42 +0100 | |
| commit | 5d80813fb9e5365ce3b692d9898a101913f8c0e2 (patch) | |
| tree | 2d8702b9b41909484a26568f51943bf88933f6f2 | |
| parent | Enable submissions through Postfix (diff) | |
Add extra Postfix parameters for submissions
Diffstat (limited to '')
| -rw-r--r-- | ansible/roles/postfix/templates/main.cf.j2 | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/ansible/roles/postfix/templates/main.cf.j2 b/ansible/roles/postfix/templates/main.cf.j2 index 24191d0..82e6772 100644 --- a/ansible/roles/postfix/templates/main.cf.j2 +++ b/ansible/roles/postfix/templates/main.cf.j2 @@ -24,6 +24,11 @@ smtp_dns_support_level = dnssec  smtp_tls_note_starttls_offer = yes  smtpd_tls_security_level = encrypt  smtpd_tls_auth_only = yes +smtpd_use_tls = yes +smtpd_tls_received_header = yes +smtpd_tls_session_cache_timeout = 3600s +smtpd_tls_auth_only=yes +  smtpd_relay_restrictions =                           permit_mynetworks, | 
