# this file contains some extra configuration settings for tls enabled hosts

.ifdef MAIN_TLS_ENABLE
 .ifdef MAIN_TLS_SSMTP
  tls_on_connect_ports = 465
  SMTP_LISTEN_PORTS==SMTP_LISTEN_PORTS : ssmtp
 .endif
.endif
