Disable spam checking

This commit is contained in:
Gonne 2025-03-29 18:14:20 +01:00
parent daf3a05b4e
commit 1a819e1ca4
Signed by: Gonne
SSH key fingerprint: SHA256:J8w3ZCNyz9MoTLV+eU7YRTVw59NYig44i0IWhbsgQG8

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.
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";