0

I have recently configured the Apache james 3.0 beta5 to support startTLS. I have generated the keystore file and set it in the smtpserver.xml and run the james server with no problem or error.

I need to verify and confirm it actually works and I am not sure how to do so.

Can anyone please help me out by showing me the best way to verify this?

Thanks,

4

2 回答 2

0

openssl s_client -connect localhost:nnn -starttls smtp

然后您可以键入常规的 SMTP 命令(例如 ehlo example.com)。

端口号 nnn 必须与 smtpserver.xml 中配置的相同。

于 2014-11-03T19:00:11.093 回答
0

是的。您可以将您的邮件客户端配置为对 POP3 和 SMTP 使用 startTLS。这很简单。对于远程交付,我们使用了 https://www.checktls.com/live/testreceiver.htmlhttps://www.checktls.com/live/testsender.html

于 2017-10-02T10:30:30.507 回答