From b7ce45a5020bcc0e2ffe6c73e63036a04c73f5d9 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 21 Apr 2013 16:06:37 -0400 Subject: [PATCH] moved tls plugin to the top of the config it must be listed before other connection plugins for port 465 place it up there just in case --- config.sample/plugins | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.sample/plugins b/config.sample/plugins index e59bcae..bb15895 100644 --- a/config.sample/plugins +++ b/config.sample/plugins @@ -6,6 +6,10 @@ # plugins/http_config for details. # http_config http://localhost/~smtpd/config/ http://www.example.com/smtp.pl?config= +# tls should load before count_unrecognized_commands +# to support legacy port 465, tls must load before connection plugins +#tls + # hosts_allow does not work with the tcpserver deployment model! # perldoc plugins/hosts_allow for an alternative. # @@ -23,8 +27,6 @@ ident/geoip fcrdns quit_fortune -# tls should load before count_unrecognized_commands -#tls earlytalker count_unrecognized_commands 4