Disable spam checking #75

Merged
Gonne merged 1 commit from Gonne/nixConfig:spam into main 2025-03-30 17:32:52 +00:00

View file

@ -98,8 +98,10 @@ in {
domains = ["fb04184.mathematik.tu-darmstadt.de" "imap.mathebau.de" "smtp.mathebau.de" "mathebau.de"];
default = true;
};
# HRZ/DFN does spam checking for us and this way we don't need to deal with their possibly broken forwarding setup.
Review

Do you mean that we might flag stuff as spam, because the HRZ does trash things?

Do you mean that we might flag stuff as spam, because the HRZ does trash things?
Review

Possibly. At least I have tried a local mailbox on nyarlathotep for me and test mails got sent to spam that I didn't consider spam.

Possibly. At least I have tried a local mailbox on nyarlathotep for me and test mails got sent to spam that I didn't consider spam.
spam-filter.enable = false;
# Reevaluate after DKIM and DMARC deployment
spam.header.is-spam = "Dummyheader"; # disable moving to spam which would conflict with forwarding
auth = {
# TODO check if HRZ and our own VMs conform to these standards and we can validate them strictly
dkim.verify = "relaxed";