Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 строки
627 B

  1. matrix_mailer_enabled: true
  2. matrix_mailer_base_path: "{{ matrix_base_data_path }}/mailer"
  3. matrix_mailer_docker_image: "devture/exim-relay:4.91-r1-0"
  4. # The user/group that the container runs with.
  5. # These match the `exim` user/group within the container image.
  6. matrix_mailer_container_user_uid: 100
  7. matrix_mailer_container_user_gid: 101
  8. matrix_mailer_sender_address: "matrix@{{ hostname_identity }}"
  9. matrix_mailer_relay_use: false
  10. matrix_mailer_relay_host_name: "mail.example.com"
  11. matrix_mailer_relay_host_port: 587
  12. matrix_mailer_relay_auth: false
  13. matrix_mailer_relay_auth_username: ""
  14. matrix_mailer_relay_auth_password: ""