How to configure host system to use dms for delivery? #4284
-
I've got docker mailserver running in docker on my host. All of that's working for mail going to and from, and it's great. With one exception: mail generated on the host itself doesn't get delivered anywhere. For example, running
never arrives. Obviously I can't install postfix on the host to handle delivery because all those ports are open by DMS. So, how do I configure the host to be able to use DMS running in docker on the host to get delivery working? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use nullmailer for that purpose. It can forward all local mails to docker-mailserver and doesn't require to bind port 25. |
Beta Was this translation helpful? Give feedback.
You can use nullmailer for that purpose. It can forward all local mails to docker-mailserver and doesn't require to bind port 25.