Skip to content

docker network needs to be added to mynetworks postfix admin #38

@rogeliotg

Description

@rogeliotg

Ensure the Docker network (172.19.0.0/16 in this case) is included in the mynetworks setting. If it’s missing, add it.

Edit the /etc/postfix/main.cf file if needed:

Update the mynetworks line to include the Docker network:

mynetworks = 127.0.0.0/8 [::1]/128 172.19.0.0/16

maybe a new environment var for this is needed

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions