Ultra safe dovecot findtime and maxretry settings
Explicitly set the timings and counts for the dovecot jail rather than change the global [DEFAULT] and inherit it for this one jail. These settings are far too safe so a future PR should increase security here.
This commit is contained in:
parent
b6f26c0f1e
commit
e591d9082f
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ enabled = true
|
||||||
[dovecot]
|
[dovecot]
|
||||||
enabled = true
|
enabled = true
|
||||||
filter = dovecotimap
|
filter = dovecotimap
|
||||||
|
findtime = 30
|
||||||
|
maxretry = 20
|
||||||
|
|
Loading…
Reference in a new issue