less greylisting, cause it interferes with 2fa codes

This commit is contained in:
mwiegand 2022-02-05 14:18:32 +01:00
parent fbc82ef6b1
commit f7de8e4d2e
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# TODO
- dont spamfilter forwarded mails
- gollum wiki
- blog?
- fix dkim not working sometimes

View file

@ -1,3 +1,4 @@
reject = 150;
add_header = 2;
greylist = 4;
# greylisting currently makes trouble with 2fa codes coming too late
greylist = 150;