I'm new to qmail. I have followed to qmailrocks instructions and now I have some problems when I'm try to test server's TLS functionality .
#telnet localhost 25
ehlo localhost
250-localhost.localdomain Hello root at localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
starttls (this is where I try to start TLs)
503 STARTTLS command used when not advertised
After ehlo there should be "250-STARTTLS" -message. It's seems like I have screwed up my SMTP -settings. I quess that there are some simple solution for this! I tried to study the problem with google but I could'nt find anything useful (I'm newbie, maybe I don't understand the problem well enough).
#telnet localhost 25
ehlo localhost
250-localhost.localdomain Hello root at localhost [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250 HELP
starttls (this is where I try to start TLs)
503 STARTTLS command used when not advertised
After ehlo there should be "250-STARTTLS" -message. It's seems like I have screwed up my SMTP -settings. I quess that there are some simple solution for this! I tried to study the problem with google but I could'nt find anything useful (I'm newbie, maybe I don't understand the problem well enough).