Quote:
Originally Posted by funkahdafi Can you please give some instructions on how to completely remove Zimbra from Mac OS X, please? |
Did you try the uninstall.sh script?
BTW: Here is the additional info Brian had posted earlier.
-----------
Hi NXNW,
The uninstaller will work for 3.1+ versions of ZCS.
As others have pointed out the log entry is not directly generated by the zimbra install. It's generated by the /etc/periodic/daily/500.daily script when it calls the mailq command.
The zimbra install modifys settings in /etc/syslog.conf, which would cause this message to be exposed in the /var/log/zimbra.log. Keep in mind that this command was always running, the zcs install just changed the file where the log entries where being written.
To revert to the standard Mac OS X location change /etc/syslog.conf entries and restart syslogd
mail.* /var/log/zimbra.log
to
mail.* /var/log/mail.log
Again this will only revert the install to the default location, the mailq command will still run. The other posts related to this can be followed to disable this script completely.
cheers
brian
------------------
NXNW,
Also if your disk is thrashing when mailq/showq runs, there is probably a bunch of undelivered messages in /var/spool/postfix/maildrop from the crontab entries that failed to run during your uninstall.
cheers
brian