bind port 25 to localhost

This commit is contained in:
2026-04-18 13:16:50 -05:00
parent ae75afc69a
commit a93f44600c

View File

@@ -12,7 +12,7 @@ services:
hostname: node1.email-srvr.com
ports:
- "25:25"
- "127.0.0.1:25:25"
- "587:587"
- "465:465"
- "143:143"