Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

8 righe
360 B

  1. MAILNAME={{ hostname_matrix }}
  2. {% if matrix_mailer_relay_use %}
  3. RELAYHOST={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_host_port }}
  4. {% endif %}
  5. {% if matrix_mailer_relay_auth %}
  6. RELAYHOST_AUTH=yes
  7. RELAYHOST_PASSWORDMAP={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_auth_username }}:{{ matrix_mailer_relay_auth_password }}
  8. {% endif %}