Thanks. Please let us know. You can also test turning off Postfix DNS lookups in the admin UI.
Printable View
Thanks. Please let us know. You can also test turning off Postfix DNS lookups in the admin UI.
i have met the similar problem on RHEL4, when use firefox to send email through zimbra installed on the same machine, got the following errors. however, if use the client on the other machine, it works fine. DNS lookup of MTA was disabled.
msg - system failure: MessagingException
code - service.FAILURE
method - ZmCsfeCommand.invoke
detail - soap:Receiver
constructor -
function ZmCsfeException(msg, code, method, detail) {
if (arguments.length == 0) {
return;
}
AjxException.call(this, msg, code, method, detail);
}
toString -
function () {
return "ZmCsfeException";
}
dump -
function () {
return "AjxException: msg=" + this.msg + " code=" + this.code + " method=" + this.method + " detail=" + this.detail;
}
See kevinh's discussion of this in http://www.zimbra.com/forums/installation/350-cant-sent-mails-zimbra.htmlQuote:
Originally Posted by pczou