Fix mail config after version updates for stalwart and postfix #103
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Fachschaft/nixConfig#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Gonne/nixConfig:updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Already deployed
7697cf83b6
to3cf9f6c239
3cf9f6c239
tof4b1b47af3
@ -119,8 +119,8 @@ in {
# Forward outgoing mail to HRZ or mail VMs.
# see https://stalw.art/docs/smtp/outbound/routing/ relay host example
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
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)
Why do we turn of MX and SRV lookups?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.