I configure my hmailserver (version 5.6.7-B2425) , and I can receive and send mails normally.
But in the log, with debug mode activated, I see that the certificate verification is always False.
And this seems strange because then then TLS/SSL handshake complete normally.
My configuration is :
Protocols/SMTP : "Use STARTTLS if available" is checked
Ports :
port 25 : SMTP STARTTLS (required)
port 587 : SMTP STARTTTLS (required)
port 993 : IMAP SSL/TLS
port 995 : POP3 SSL/TLS
My SSL certificate is indicated for all these protocols.
Here is the log :
Code: Select all
"DEBUG" 8672 "2020-10-07 16:19:28.041" "Creating session 47511"
"TCPIP" 8672 "2020-10-07 16:19:28.041" "TCP - 193.251.162.44 connected to 192.168.1.2:993."
"DEBUG" 8672 "2020-10-07 16:19:29.648" "TCP connection started for session 47511"
"DEBUG" 8672 "2020-10-07 16:19:29.649" "Performing SSL/TLS handshake for session 47511. Verify certificate: False"
"TCPIP" 6888 "2020-10-07 16:19:29.750" "TCPConnection - TLS/SSL handshake completed. Session Id: 47511, Remote IP: 193.251.162.44, Version: TLSv1.2, Cipher: ECDHE-RSA-AES256-GCM-SHA384, Bits: 256"
"DEBUG" 6888 "2020-10-07 16:19:31.935" "Ending session 47511"
Any idea ? Thanks for the help.