View Single Post
  #21 (permalink)  
Old 03-24-2006, 02:07 PM
tonyawbrey tonyawbrey is offline
Loyal Member
 
Posts: 97
Default

Tried some things, I disabled logger, mta & snmp in admin console and then used zmcontrol stop to bring it down. Then used zmcontrol start to start it backup. Then issed zmmtactl start to try and start the mta and below is what I got. Hope this helps as I am getting desperate.

[zimbra@mail ~]$ zmcontrol start
Host mail.myagilon.com
Starting ldap...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting mailbox...Done.
Starting spell...Done.
[zimbra@mail ~]$ zmcontrol status
Host mail.myagilon.com
antispam Running
antivirus Running
ldap Running
mailbox Running
spell Running
[zimbra@mail ~]$ zmmtactl start
getService: mta
getService: sasl
getService: webxml
getService: perdition
DO: /opt/zimbra/postfix/sbin/postconf -e content_filter='smtp-amavis:[127.0.0.1]:10024'
DO: /opt/zimbra/postfix/sbin/postconf -e myhostname='mail.myagilon.com'
DO: /opt/zimbra/postfix/sbin/postconf -e recipient_delimiter=''
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_sasl_auth_enable='yes'
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_tls_auth_only='yes'
DO: /opt/zimbra/postfix/sbin/postconf -e disable_dns_lookups='no'
DO: /opt/zimbra/postfix/sbin/postconf -e message_size_limit='102400000'
DO: /opt/zimbra/postfix/sbin/postconf -e relayhost=''
DO: /opt/zimbra/postfix/sbin/postconf -e smtpd_recipient_restrictions='reject_non_fqdn_reci pient, permit_sasl_authenticated, permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_unauth_destination, permit'
/opt/zimbra/postfix-2.2.5/sbin/postsuper: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
/opt/zimbra/postfix-2.2.5/sbin/postalias: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
/opt/zimbra/postfix-2.2.5/sbin/postfix: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
Reply With Quote