Skip to content
Snippets Groups Projects
Verified Commit a2181512 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Mail] Revert e0260299, make Postfix listen to port 25

Otherwise we won't receive emails not submitted on port 587
parent 74e622b3
No related branches found
No related tags found
1 merge request!67[Mail] Partially revert e0260299 and make Postfix listen to port 25 again
......@@ -40,6 +40,7 @@ services:
build: ./pica-mail-mta
container_name: pica-mail-mta
ports:
- "25:25"
- "587:587"
networks:
- mail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment