【问题标题】:Apache james 3.0 Verify and test startTLSApache james 3.0 验证和测试 startTLS
【发布时间】:2014-12-08 18:20:57
【问题描述】:

我最近将 Apache james 3.0 beta5 配置为支持 startTLS。我已经生成了密钥库文件并将其设置在 smtpserver.xml 中并运行 james 服务器没有问题或错误。

我需要验证并确认它确实有效,但我不知道该怎么做。

任何人都可以通过向我展示验证这一点的最佳方法来帮助我吗?

谢谢,

【问题讨论】:

    标签: java apache james starttls


    【解决方案1】:

    openssl s_client -connect localhost:nnn -starttls smtp

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

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

    【解决方案2】:

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

    【讨论】:

      猜你喜欢
      • 2013-12-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-22
      • 2013-08-26
      • 1970-01-01
      相关资源
      最近更新 更多