Add support for TLS and STARTTLS

This commit is contained in:
Bernhard Froehlich
2018-12-10 10:34:31 +00:00
parent 7b4a51d62c
commit f756ca0c98
2 changed files with 21 additions and 1 deletions

View File

@@ -3,8 +3,11 @@
;hostname = "localhost.localdomain"
;welcome_msg = "<hostname> ESMTP ready."
;local_host = 127.0.0.1
;local_host = localhost
;local_port = 25
;local_cert =
;local_key =
;local_forcetls = false
;remote_host = smtp.gmail.com
;remote_port = 587