-
-
Notifications
You must be signed in to change notification settings - Fork 2k
other: Unable to use DMS as a local mail relay #3437
Copy link
Copy link
Closed as not planned
Labels
meta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activity
Metadata
Metadata
Assignees
Labels
meta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activity
Subject
Other
Description
My use case: I would like to set up apticron on my host to get notified about new package updates. My DMS container is up and running perfectly fine (+ SSL/SPF/DKIM/DMARC) with mail accounts set up. So, first I've set
PERMIT_DOCKER=hostandPOSTFIX_INET_PROTOCOLS=ipv4.After installing the package
apticron-systemd(Debian 12) I've followed this guide: https://docker-mailserver.github.io/docker-mailserver/latest/examples/tutorials/basic-installation/#using-dms-as-a-local-mail-relay-for-containersI've skipped some steps because everything else is set up already like SSL, SPF and so on.
Now I'm stuck at step 6 (with
SPOOF_PROTECTION=1).These steps will lead to:
How do I have to configure DMS and probably mailx/exim4 (which is used by apticron) to send mails through DMS?
Found #1582 but still not sure how to configure DMS here. Do I still need
PERMIT_DOCKER=hostfor that? Is there any way to NOT store a plaintext password in a config file?