publish submission port

This commit is contained in:
Mauro Torrez 2019-10-02 20:54:07 -03:00
parent 321f2df6a5
commit f7b5ea515b
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ dovecot_container: dovecot
# puertos públicos
postfix_publish_ports:
- "25:25"
- "587:587"
# directorio con reglas, relativo al volumen
postfix_rules_dir: rules

View File

@ -9,7 +9,7 @@
- "{{ postfix_volume }}:/etc/postfix"
- "{{ postfix_volume_ssl }}:/ssl"
networks:
- name: "{{ docker_network_name }}"
- name: "{{ docker_network }}"
ports: "{{ postfix_publish_ports }}"
env:
MYDESTINATION: >-