Fixed TLS configuration (#173)
Obvious fix. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
This commit is contained in:
parent
2d59cd0d04
commit
34225abf72
@ -4,6 +4,8 @@ This file is used to list changes made in each version of the postfix cookbook.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- Fixed TLS configuration
|
||||||
|
|
||||||
## 6.0.2 - *2021-06-30*
|
## 6.0.2 - *2021-06-30*
|
||||||
|
|
||||||
- Make sure we write the main.conf and master.conf before we try to use any commands (like postmap)
|
- Make sure we write the main.conf and master.conf before we try to use any commands (like postmap)
|
||||||
|
@ -90,8 +90,8 @@ default['postfix']['main']['smtpd_use_tls'] = 'yes'
|
|||||||
default['postfix']['main']['smtp_use_tls'] = 'yes'
|
default['postfix']['main']['smtp_use_tls'] = 'yes'
|
||||||
default['postfix']['main']['smtpd_tls_mandatory_protocols'] = '!SSLv2,!SSLv3'
|
default['postfix']['main']['smtpd_tls_mandatory_protocols'] = '!SSLv2,!SSLv3'
|
||||||
default['postfix']['main']['smtp_tls_mandatory_protocols'] = '!SSLv2,!SSLv3'
|
default['postfix']['main']['smtp_tls_mandatory_protocols'] = '!SSLv2,!SSLv3'
|
||||||
default['postfix']['main']['smtpd_tls_mandatory_protocols'] = '!SSLv2,!SSLv3'
|
default['postfix']['main']['smtpd_tls_protocols'] = '!SSLv2,!SSLv3'
|
||||||
default['postfix']['main']['smtp_tls_mandatory_protocols'] = '!SSLv2,!SSLv3'
|
default['postfix']['main']['smtp_tls_protocols'] = '!SSLv2,!SSLv3'
|
||||||
default['postfix']['main']['smtp_sasl_auth_enable'] = 'no'
|
default['postfix']['main']['smtp_sasl_auth_enable'] = 'no'
|
||||||
default['postfix']['main']['mailbox_size_limit'] = 0
|
default['postfix']['main']['mailbox_size_limit'] = 0
|
||||||
default['postfix']['main']['mynetworks'] = nil
|
default['postfix']['main']['mynetworks'] = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user