publish submission port
This commit is contained in:
parent
321f2df6a5
commit
f7b5ea515b
@ -20,6 +20,7 @@ dovecot_container: dovecot
|
|||||||
# puertos públicos
|
# puertos públicos
|
||||||
postfix_publish_ports:
|
postfix_publish_ports:
|
||||||
- "25:25"
|
- "25:25"
|
||||||
|
- "587:587"
|
||||||
|
|
||||||
# directorio con reglas, relativo al volumen
|
# directorio con reglas, relativo al volumen
|
||||||
postfix_rules_dir: rules
|
postfix_rules_dir: rules
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
- "{{ postfix_volume }}:/etc/postfix"
|
- "{{ postfix_volume }}:/etc/postfix"
|
||||||
- "{{ postfix_volume_ssl }}:/ssl"
|
- "{{ postfix_volume_ssl }}:/ssl"
|
||||||
networks:
|
networks:
|
||||||
- name: "{{ docker_network_name }}"
|
- name: "{{ docker_network }}"
|
||||||
ports: "{{ postfix_publish_ports }}"
|
ports: "{{ postfix_publish_ports }}"
|
||||||
env:
|
env:
|
||||||
MYDESTINATION: >-
|
MYDESTINATION: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user