Charlie Brady wrote:
On Tue, 10 Feb 2009, ahmad riza h nst wrote:
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,
What did you expect to happen?
a 220 smtp greting message ?
when i do it with swaks it turn to server response time out.
please help, thanks.
What problem are you trying to solve? Are you wishing to change the
behaviour of qpsmtpd when somebody connects to it on port 465 using
telnet (i.e. using telnet protocol rather than TLS)? Do you have a
problem with too many people connecting via telnet and then not
disconnecting?
qpsmtpd with tls seem not to work, i try to send test message via swaks
with tls and authentication but it time out.
i used perl 5.10.0
I am guessing that you are reporting that qpsmtpd doesn't timeout in
this (contrived) circumstance. If so, I think that is because of a
generic problem I have reported multiple times which is that time
limits are not applied to plugins. qpsmtpd only has alarm timeouts
when running core code awaiting input from the connecting client.