Skip to content
Discussion options

You must be logged in to vote

3. I restart docker-mailserver (the logs do not complain about anything out of the ordinary)

How did you restart? postfix-main.cf is only applied on container creation (initial setup).

I have attempted to reproduce but everything appears working to me, so I will assume you did not restart your DMS container correctly (as we document in red at the start of our troubleshooting page).

Here is a complete compose.yaml that you can copy/paste and run.

services:
  dms:
    image: ghcr.io/docker-mailserver/docker-mailserver:${DMS_RELEASE:-15.1.0}
    hostname: mail.example.test
    # These ENV are only to optimize the reproduction time:
    environment:
      # Amavis has some added overhead in…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by polarathene
Comment options

You must be logged in to vote
1 reply
@matrixes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind/question Someone asked a question - feel free to answer service/postfix area/documentation
2 participants