Installed on FC 4 and running/receiving messages fine. However, when a message is attempted to be sent an error is thrown (below). I know it is not the connection as I can telnet to that domains mx from the Zimbra machine on port 25 and talk fine with the other mail server.
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;
}


LinkBack URL
About LinkBacks

