# Gere par Set-OPS (role client_smtp). Ne pas editer a la main. defaults tls {{ 'on' if client_smtp_tls | bool else 'off' }} {% if client_smtp_tls | bool %} tls_starttls on tls_trust_file {{ client_smtp_tls_trust_file }} {% endif %} syslog on account default host {{ client_smtp_relais }} port {{ client_smtp_port }} from {{ client_smtp_from }}