我在从服务器向 hotmail 发送电子邮件时遇到问题。我使用 mxtoolbox.com 并报告记录或黑名单没有问题。
此外,电子邮件成功发送到 gmail ...
这是我发送电子邮件的mail.log。
到热信:
Sep 4 01:13:50 NewWeb postfix/smtp[2860]: 4CC787FDE1: to=<xxxx@hotmail.it>, relay=mx2.hotmail.com[65.55.92.152]:25, delay=39, delays=38/0.01/0.4/0.76, dsn=2.0.0, status=sent (250 <20130903231328.4CC787FDE1@mail.yyyy.it> Queued mail for delivery)
Sep 4 01:13:50 NewWeb postfix/qmgr[23903]: 4CC787FDE1: removed
Run Code Online (Sandbox Code Playgroud)
到 Gmail:
Sep 4 01:23:26 NewWeb postfix/cleanup[2938]: EA0FF7FDE1: message-id=<20130903232302.EA0FF7FDE1@mail.yyyy.it>
Sep 4 01:23:26 NewWeb postfix/qmgr[23903]: EA0FF7FDE1: from=<noreply@yyyy.it>, size=357, nrcpt=1 (queue active)
Sep 4 01:23:26 NewWeb postfix/smtp[2947]: EA0FF7FDE1: to=<xxxx@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.70.27]:25, delay=39, delays=38/0/0.08/0.41, dsn=2.0.0, status=sent (250 2.0.0 OK 1378250599 7si16540202eeu.278 - gsmtp)
Sep 4 01:23:26 NewWeb postfix/qmgr[23903]: EA0FF7FDE1: …
Run Code Online (Sandbox Code Playgroud) 我有一个 JKS 格式的密钥库,我想在 apache2 中使用它。如何以简单的方式将密钥和证书(我已经链接)导出到 JKS 中?我在那里找到了很多答案,但似乎没有人遇到我的问题......(或者答案是部分的)
感谢您的时间。