less greylisting, cause it interferes with 2fa codes
This commit is contained in:
parent
fbc82ef6b1
commit
f7de8e4d2e
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# TODO
|
||||
|
||||
- dont spamfilter forwarded mails
|
||||
- gollum wiki
|
||||
- blog?
|
||||
- fix dkim not working sometimes
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
reject = 150;
|
||||
add_header = 2;
|
||||
greylist = 4;
|
||||
# greylisting currently makes trouble with 2fa codes coming too late
|
||||
greylist = 150;
|
||||
|
|
Loading…
Reference in a new issue