View Single Post
  #5 (permalink)  
Old 05-06-2006, 02:32 PM
schemers schemers is offline
Zimbra Employee
 
Posts: 228
Default

those commands don't look right. You want to link /opt/zimbra to /home/zimbra:

Code:
$ su - root
# cd /home
# mkdir zimbra
# cd /opt
# rm -rf zimbra (if needed)
# ln -s /home/zimbra ./zimbra
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote