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
This commit is contained in:
parent
25171ec371
commit
4ddc0274a6
@ -6,6 +6,10 @@
|
|||||||
# plugins/http_config for details.
|
# plugins/http_config for details.
|
||||||
# http_config http://localhost/~smtpd/config/ http://www.example.com/smtp.pl?config=
|
# 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!
|
# hosts_allow does not work with the tcpserver deployment model!
|
||||||
# perldoc plugins/hosts_allow for an alternative.
|
# perldoc plugins/hosts_allow for an alternative.
|
||||||
#
|
#
|
||||||
@ -23,8 +27,6 @@ ident/geoip
|
|||||||
fcrdns
|
fcrdns
|
||||||
|
|
||||||
quit_fortune
|
quit_fortune
|
||||||
# tls should load before count_unrecognized_commands
|
|
||||||
#tls
|
|
||||||
earlytalker
|
earlytalker
|
||||||
count_unrecognized_commands 4
|
count_unrecognized_commands 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user