Release 10.5.0 #124

Manually merged
jlecour merged 46 commits from unstable into stable 2021-04-01 15:40:51 +02:00
3 changed files with 4 additions and 0 deletions
Showing only changes of commit 2b328dc764 - Show all commits

View file

@ -14,6 +14,7 @@ The **patch** part changes incrementally at each release.
* apache: new variables for logrotate + server-status
* nginx: add access to server status on default VHost
* postfix: add smtpd_relay_restrictions in configuration
### Changed

View file

@ -20,6 +20,8 @@ smtp_tls_protocols=!SSLv2,!SSLv3
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_tls_loglevel = 1
smtpd_relay_restrictions = permit_mynetworks defer_unauth_destination
{% if postfix_slow_transport_include == True %}
# Slow transports configuration
minimal_backoff_time = 2h

View file

@ -384,6 +384,7 @@ strict_rfc821_envelopes = yes
#par defaut, = yes
#smtpd_reject_unlisted_recipient =
smtpd_relay_restrictions = permit_mynetworks defer_unauth_destination
#######################
# Section : Chiffrement