Fix mail config after version updates for stalwart and postfix #103

Open
Gonne wants to merge 1 commit from Gonne/nixConfig:updates into main
Owner

Already deployed

Already deployed
requested review from Server-Minions 2025-09-06 11:06:16 +00:00
@ -119,8 +119,8 @@ in {
# Forward outgoing mail to HRZ or mail VMs.
# see https://stalw.art/docs/smtp/outbound/routing/ relay host example
Owner

The link is broken

The link is broken
@ -212,3 +208,3 @@
"certificate.*"
] # the default ones
++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
++ ["sieve.trusted.*" "signature.*" "queue.*" "session.*" "auth.*" "acme.*" "resolver.*" "webadmin.path" "spam-filter.enable" "spam-filter.resource" "webadmin.resource"]; #things we set here in the config
Owner

Is this complete, or only those we set right now?

Is this complete, or only those we set right now?
@ -34,3 +34,3 @@
local_recipient_maps = ["hash:/var/lib/mailman/data/postfix_lmtp"];
};
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)
settings.main.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)
Owner

Why do we turn of MX and SRV lookups?

Why do we turn of MX and SRV lookups?
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u updates:Gonne-updates
git switch Gonne-updates
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Fachschaft/nixConfig#103
No description provided.