send mail error Having trouble sending mail i get this error
THIS MESSAGE HAS BEEN EDITED
msg - Message not sent to any recipients because of these failed addresses:
code - mail.SEND_FAILURE
method - ZmCsfeCommand.invoke
detail - soap:Sender
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;
}
msg - Message not sent to any recipients because of these failed addresses:
code - mail.SEND_FAILURE
method - ZmCsfeCommand.invoke
detail - soap:Sender
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;
}
msg - Message not sent to any recipients because of these failed addresses:
code - mail.SEND_FAILURE
method - ZmCsfeCommand.invoke
detail - soap:Sender
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;
}
This is what i get in my postfix log
Oct 2 16:17:25 mx1 postfix/smtpd[23949]: connect from mx1.canmail.org[68.146.204.153]
Oct 2 16:17:55 mx1 postfix/smtpd[23949]: warning: dict_ldap_lookup: Search error -5: Timed out
Oct 2 16:17:55 mx1 postfix/smtpd[23949]: NOQUEUE: reject: RCPT from mx1.canmail.org[68.146.204.153]: 451 <dietryingmwb@hotmail.com>: Temporary lookup failure; from=<king@canmail.org> to=<dietryingmwb@hotmail.com> proto=ESMTP helo=<mx1.canmail.org>
Oct 2 16:18:01 mx1 postfix/smtpd[10922]: connect from localhost.localdomain[127.0.0.1]
Oct 2 16:18:01 mx1 postfix/smtpd[10922]: disconnect from localhost.localdomain[127.0.0.1]
Oct 2 16:18:11 mx1 postfix/cleanup[1571]: DE826F0C63: message-id=<20051002231755.DE826F0C63@mx1.canmail.org>
Oct 2 16:18:11 mx1 postfix/smtpd[23949]: disconnect from mx1.canmail.org[68.146.204.153]
Oct 2 16:18:11 mx1 postfix/qmgr[23843]: DE826F0C63: from=<double-bounce@mx1.canmail.org>, size=839, nrcpt=1 (queue active)
Oct 2 16:18:11 mx1 postfix/smtp[1940]: DE826F0C63: to=<postmaster@mx1.canmail.org>, orig_to=<postmaster>, relay=none, delay=16, status=bounced (mail for mx1.canmail.org loops back to myself)
Oct 2 16:18:11 mx1 postfix/bounce[1949]: warning: DE826F0C63: undeliverable postmaster notification discarded
Oct 2 16:18:11 mx1 postfix/qmgr[23843]: DE826F0C63: removed
Oct 2 16:18:23 mx1 postfix/smtpd[10922]: connect from localhost.localdomain[127.0.0.1]
Oct 2 16:18:23 mx1 postfix/smtpd[10922]: disconnect from localhost.localdomain[127.0.0.1]
Last edited by rmvg; 10-02-2005 at 10:15 PM..
|