10 lines
238 B
Text
10 lines
238 B
Text
|
|
# Gere par Set-OPS (role client_smtp). Ne pas editer a la main.
|
||
|
|
defaults
|
||
|
|
tls {{ 'on' if client_smtp_tls | bool else 'off' }}
|
||
|
|
syslog on
|
||
|
|
|
||
|
|
account default
|
||
|
|
host {{ client_smtp_relais }}
|
||
|
|
port {{ client_smtp_port }}
|
||
|
|
from {{ client_smtp_from }}
|