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
|
# TODO
|
||||||
|
|
||||||
|
- dont spamfilter forwarded mails
|
||||||
- gollum wiki
|
- gollum wiki
|
||||||
- blog?
|
- blog?
|
||||||
- fix dkim not working sometimes
|
- fix dkim not working sometimes
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
reject = 150;
|
reject = 150;
|
||||||
add_header = 2;
|
add_header = 2;
|
||||||
greylist = 4;
|
# greylisting currently makes trouble with 2fa codes coming too late
|
||||||
|
greylist = 150;
|
||||||
|
|
Loading…
Reference in a new issue