Hi All,
Since there is no CentOS install, I used the --platform-override switch on install.sh with the RHEL5 distro.
It seems somehow the installer detected that I have rsyslog installed and proceeded to configure /etc/rsyslog.conf for me.
To fix, I did:
su - zimbra
zmcontrol stop
exit
vi /etc/syslog
Then I added: (from /etc/rsyslog.conf)
# Zimbra logs
local0.* -/var/log/zimbra.log
local1.* -/var/log/zimbra-stats.log
auth.* -/var/log/zimbra.log
mail.* -/var/log/zimbra.log
service syslog restart
su - zimbra
zmcontrol start
exit
Hope this helps.


LinkBack URL
About LinkBacks

