submission hostname
This commit is contained in:
@@ -53,7 +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_HOSTNAME: "{{ dovecot_submission_hostname }}"
|
||||
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