Ultra safe dovecot findtime and maxretry settings
Explicitly set the existing extremely safe 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 will increase security here.
This commit is contained in:
parent
5852bac43a
commit
8de060ab45
|
@ -11,3 +11,5 @@ enabled = true
|
|||
[dovecot]
|
||||
enabled = true
|
||||
filter = dovecotimap
|
||||
findtime = 30
|
||||
maxretry = 20
|
||||
|
|
Loading…
Reference in New Issue