From 5a67f917af4052504dc8f79eedd8f924f649fdcc Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 10 Dec 2018 16:16:42 +0000 Subject: [PATCH] Add notice for local_forcetls because it cannot be used when unencrypted SMTP port is used --- smtp-proxy.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smtp-proxy.ini b/smtp-proxy.ini index 980b63a..615adeb 100644 --- a/smtp-proxy.ini +++ b/smtp-proxy.ini @@ -18,7 +18,8 @@ ;local_key = smtpd.key ; Enforce encrypted connection on STARTTLS ports before -; accepting mails from client. +; accepting mails from client. Cannot be used with plain +; non encrypted listeners. ;local_forcetls = false ; Relay all mails to this SMTP server