Skip to content

Commit aeba73c

Browse files
committed
set address_verify_negative_refresh_time instead
1 parent 477009e commit aeba73c

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

install/tpl/debian_postfix.conf.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ smtp_tls_exclude_ciphers = RC4, aNULL
4949
smtpd_tls_mandatory_ciphers = medium
5050
tls_medium_cipherlist = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
5151
tls_preempt_cipherlist = no
52-
address_verify_negative_expire_time=60s
53-
address_verify_cache_cleanup_interval=60s
52+
address_verify_negative_refresh_time=60s
5453
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5554
enable_original_recipient = yes

install/tpl/fedora_postfix.conf.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ smtp_tls_exclude_ciphers = RC4, aNULL
4545
smtpd_tls_mandatory_ciphers = medium
4646
tls_medium_cipherlist = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
4747
tls_preempt_cipherlist = no
48-
address_verify_negative_expire_time=60s
49-
address_verify_cache_cleanup_interval=60s
48+
address_verify_negative_refresh_time=60s
5049
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5150
enable_original_recipient = yes

install/tpl/gentoo_postfix.conf.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ smtp_tls_exclude_ciphers = RC4, aNULL
4444
smtpd_tls_mandatory_ciphers = medium
4545
tls_medium_cipherlist = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
4646
tls_preempt_cipherlist = no
47-
address_verify_negative_expire_time=60s
48-
address_verify_cache_cleanup_interval=60s
47+
address_verify_negative_refresh_time=60s
4948
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5049
enable_original_recipient = yes

install/tpl/opensuse_postfix.conf.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ smtp_tls_exclude_ciphers = RC4, aNULL
4747
smtpd_tls_mandatory_ciphers = medium
4848
tls_medium_cipherlist = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
4949
tls_preempt_cipherlist = no
50-
address_verify_negative_expire_time=60s
51-
address_verify_cache_cleanup_interval=60s
50+
address_verify_negative_refresh_time=60s
5251
# needed for postfix < 3.3 when using reject_unverified_recipient (lmtp):
5352
enable_original_recipient = yes

0 commit comments

Comments
 (0)