forked from Fachschaft/nixConfig
Disable spam checking
This commit is contained in:
parent
daf3a05b4e
commit
1a819e1ca4
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue