2019-01-12 15:53:00 +00:00
|
|
|
matrix_mailer_enabled: true
|
|
|
|
|
|
|
|
matrix_mailer_base_path: "{{ matrix_base_data_path }}/mailer"
|
|
|
|
|
2019-04-21 05:57:49 +00:00
|
|
|
matrix_mailer_docker_image: "devture/exim-relay:4.91-r3-0"
|
2019-01-27 18:25:13 +00:00
|
|
|
|
|
|
|
# The user/group that the container runs with.
|
|
|
|
# These match the `exim` user/group within the container image.
|
|
|
|
matrix_mailer_container_user_uid: 100
|
|
|
|
matrix_mailer_container_user_gid: 101
|
2019-01-12 15:53:00 +00:00
|
|
|
|
2019-04-30 14:35:18 +00:00
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
matrix_mailer_container_extra_arguments: []
|
|
|
|
|
2019-02-28 09:51:09 +00:00
|
|
|
matrix_mailer_sender_address: "matrix@{{ matrix_domain }}"
|
2019-01-12 15:53:00 +00:00
|
|
|
matrix_mailer_relay_use: false
|
|
|
|
matrix_mailer_relay_host_name: "mail.example.com"
|
|
|
|
matrix_mailer_relay_host_port: 587
|
|
|
|
matrix_mailer_relay_auth: false
|
|
|
|
matrix_mailer_relay_auth_username: ""
|
2019-01-27 18:25:13 +00:00
|
|
|
matrix_mailer_relay_auth_password: ""
|