mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Disable hosts_try_fastopen for all hosts
This commit is contained in:
parent
f4beb1c8f1
commit
328f6f293c
3 changed files with 3 additions and 3 deletions
|
@ -322,7 +322,7 @@ remote_smtp:
|
|||
dkim_private_key = DKIM_PRIVATE_KEY
|
||||
dkim_canon = relaxed
|
||||
dkim_strict = 0
|
||||
hosts_try_fastopen = !*.l.google.com
|
||||
hosts_try_fastopen =
|
||||
hosts_try_chunking = !93.188.3.0/24
|
||||
|
||||
procmail:
|
||||
|
|
|
@ -353,7 +353,7 @@ remote_smtp:
|
|||
dkim_private_key = DKIM_PRIVATE_KEY
|
||||
dkim_canon = relaxed
|
||||
dkim_strict = 0
|
||||
hosts_try_fastopen = !*.l.google.com
|
||||
hosts_try_fastopen =
|
||||
hosts_try_chunking = !93.188.3.0/24
|
||||
|
||||
procmail:
|
||||
|
|
|
@ -353,7 +353,7 @@ remote_smtp:
|
|||
dkim_private_key = DKIM_PRIVATE_KEY
|
||||
dkim_canon = relaxed
|
||||
dkim_strict = 0
|
||||
hosts_try_fastopen = !*.l.google.com
|
||||
hosts_try_fastopen =
|
||||
hosts_try_chunking = !93.188.3.0/24
|
||||
|
||||
procmail:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue