View Single Post
  #1 (permalink)  
Old 11-12-2005, 02:29 AM
sshgz sshgz is offline
Loyal Member
 
Posts: 92
Default Can not send email!

I have install the zimbra on FC4 successly.
I can start the zimbra,and add account,
but when i send a email myself (admin@mail.boc-fs.com) ,the zimbra shows the error msg:
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;
}

I found the log file (zmmtaconfig.log) have some error msg:

Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
Sleeping
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException mail.boc-fs.com:389)
CONTROL antispam: /opt/zimbra/bin/zmamavisdctl stop norewrite
/opt/zimbra/amavisd/sbin/amavisd: no process killed
CONTROL antivirus: /opt/zimbra/bin/zmclamdctl stop norewrite
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_sasl_auth_enable=''
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_tls_auth_only=''
DO: /opt/zimbra/postfix/sbin/postconf -e disable_dns_lookups=''
DO: /opt/zimbra/postfix/sbin/postconf -e message_size_limit=''
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_recipient_restrictions='reject_non_fqdn_reci pient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, permit'
CONTROL mta: /opt/zimbra/bin/postfix stop norewrite
postalias: fatal: bad numerical configuration: message_size_limit =

Last edited by sshgz; 11-12-2005 at 02:50 AM..
Reply With Quote