Enable SMTPUTF8. We talk to our own VM that supports it.

This commit is contained in:
Gonne 2025-03-18 11:33:25 +01:00 committed by Gonne
parent 3300389ac8
commit a469194bce

View file

@ -32,7 +32,6 @@ in {
config = {
transport_maps = ["hash:/var/lib/mailman/data/postfix_lmtp"];
local_recipient_maps = ["hash:/var/lib/mailman/data/postfix_lmtp"];
smtputf8_enable = "no"; # HRZ does not know SMTPUTF8
};
relayHost = "mathebau.de"; # Relay to mail vm which relays to HRZ (see https://www.hrz.tu-darmstadt.de/services/it_services/email_infrastruktur/index.de.jsp)
};