Yes I did this from within /opt/zimbra folder. I originally un zipped the 0.95.1 tar in opt/zimbra/tmp and then moved it down to /opt/zimbra
I tried a second attempt, this time I stopped ZCI again, reset the symbolic link using: Code:
ln -s /opt/zimbra/clamav-0.95.1 clamav
, instead of my previous command: Code:
ln -s clamav-0.95.1 clamav
,
I then restarted Zimbra, and got the correct output from - I got: Code:
lrwxrwxrwx 1 root root 25 Apr 21 17:33 clamav -> /opt/zimbra/clamav-0.95.1
as per Wiki.
So I though that would fix the problem but apparently not, it's still not logging after a second restart,
I did all this while logged on as root, except ZCI stop and restart which I have to be Zimbra user to do...