submission host

This commit is contained in:
Mauro Torrez
2019-09-10 22:00:16 -03:00
parent 54b1ada074
commit 167ce351a9
4 changed files with 6 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
- "{{ dovecot_volume_mail }}:/vmail/"
- "{{ dovecot_volume_ssl }}:/ssl/"
networks:
- name: "{{ docker_network_name }}"
- name: "{{ docker_network }}"
ports: >-
[ "143:143",
{{ '"587:587",' if dovecot_submission_enable else '' }}
@@ -53,6 +53,7 @@
AUTH_MECHANISMS: "{{ dovecot_auth_mechanisms }}"
AUTH_USERNAME_FORMAT: "{{ dovecot_auth_username_format }}"
AUTH_MASTER_ENABLE: "{{ 'yes' if dovecot_auth_master_enable else '' }}"
SUBMISSION_HOST: "{{ dovecot_submission_host }}"
SUBMISSION_RELAY_HOST: "{{ dovecot_submission_relay_host }}"
SUBMISSION_RELAY_PORT: "{{ dovecot_submission_relay_port | string }}"
SUBMISSION_RELAY_TRUSTED: "{{ 'yes' if dovecot_submission_relay_trusted else 'no' }}"