hi, i run qpsmtpd-0.40 with tls plugins but it doesn't worked well.
./qpsmtpd-forkserver -u vpopmail -p 465 this is the log: 9202 Loaded Qpsmtpd::Plugin::logging::warn=HASH(0x86135d0) 9202 trying to get config for plugins 9202 trying to get config for plugin_dirs 9202 Loading tls from ./plugins/tls 9202 trying to get config for tls_ciphers 9202 tls plugin: ciphers: Qpsmtpd::Plugin::tls=HASH(0x8775390)->tls_ciphers 9202 tls hooking connect 9202 tls hooking ehlo 9202 tls hooking helo 9202 tls hooking rcpt 9202 tls hooking mail 9202 tls hooking data 9202 tls hooking unrecognized_command 9202 trying to get config for plugin_dirs 9202 Loading hosts_allow from ./plugins/hosts_allow 9202 hosts_allow hooking pre-connection --cut-- 9202 trying to get config for spool_dir 9202 trying to get config for size_threshold 9202 size_threshold set to 10000 then i tried to telnet to port 465: Trying xxx.xxx.xxx.xxx... Connected to xxx.xxx.xxx.xxx Escape character is '^]'. the log continue: 9202 running plugin (pre-connection): hosts_allow 9202 trying to get config for hosts_allow 9202 Plugin hosts_allow, hook pre-connection returned DECLINED, 9254 Accepted connection 0/10 from xxx.xxx.xxx.xxx / Unknown 9254 Connection from Unknown [xxx.xxx.xxx.xxx] 9254 running plugin (connect): tls then nothing happen, when i do it with swaks it turn to server response time out. please help, thanks.