0

我正在寻找允许我通过 java 向 zimbra Soap API 发送电子邮件的代码。

我最初的想法是使用 apache-cxf 并将 wsdl 文件转换为 java 文件。我能够做到这一点。现在,我也有相应的功能可用。

现在,我想使用 zimbra 服务器发送电子邮件。在互联网上搜索后,我仍然找不到任何文章。我还在我的一台机器上配置了 Zimbra 服务器。如何配置使用该机器 IP 地址或域通过 zimbra soap api 发送电子邮件?

谁能指导我如何使用 java 向 Zimbra 服务器发送电子邮件?我还需要做什么才能获取电子邮件日志?例如,我想要关于电子邮件递送、递送天气、延迟或退回邮件的日志?

有什么 api 可用于获取此日志吗?或者是否有任何 zimbra 写入日志的物理位置?

我也看过 Rest api,但是它也没有用。我正在使用 ZCS 8.0.7。

4

1 回答 1

0

What else I need to do to get logs of email? e.g, I want logs regarding email delivery, weather it get delivered, deffered, or bounce backed?

Found under /var/log/zimbra.log.

For further details please see; http://wiki.zimbra.com/wiki/Ajcody-Logging#The_Bread_And_Butter_Logs

There is plenty information on ZCS 8.0.7 including admin guides/release notes as well as the zimbra wikis/forums.

于 2014-06-25T08:38:35.867 回答