forked from mauro/ansible-role-dovecot
submission host
This commit is contained in:
@@ -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' }}"
|
||||
|
||||
Reference in New Issue
Block a user