nyarlathotep: cleanup after deployment #55

Merged
Gonne merged 22 commits from Gonne/nixConfig:nyarlathotep into main 2025-03-24 19:38:06 +00:00
Showing only changes of commit 6788b31aad - Show all commits

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
};
Gonne marked this conversation as resolved

but we talk to us and not hrz, right?

but we talk to us and not hrz, right?

Does the commit message explain your question?

Does the [commit message](https://gitea.mathebau.de/Fachschaft/nixConfig/pulls/55/commits/01951eadadcc19eb88b75e7341c5a40cd113c94c) explain your question?

no, my comment was attached to the smtputf8_enable line not the deleted one

no, my comment was attached to the `smtputf8_enable` line not the deleted one

Ah, right. Let's test that.

Ah, right. Let's test that.

Works

Works
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)
};