2026-06-24 20:17:46 -04:00
|
|
|
# Gere par Set-OPS (role client_smtp). Ne pas editer a la main.
|
|
|
|
|
defaults
|
|
|
|
|
tls {{ 'on' if client_smtp_tls | bool else 'off' }}
|
2026-07-04 21:47:29 -04:00
|
|
|
{% if client_smtp_tls | bool %}
|
|
|
|
|
tls_starttls on
|
|
|
|
|
tls_trust_file {{ client_smtp_tls_trust_file }}
|
|
|
|
|
{% endif %}
|
2026-06-24 20:17:46 -04:00
|
|
|
syslog on
|
|
|
|
|
|
|
|
|
|
account default
|
|
|
|
|
host {{ client_smtp_relais }}
|
|
|
|
|
port {{ client_smtp_port }}
|
|
|
|
|
from {{ client_smtp_from }}
|