I've tried following the wiki article but have had no luck at all. Here is the Virtual Host section of my /opt/zimbra/conf/httpd.conf file:
Code:
<VirtualHost *:8009>
ServerAdmin webmaster@lakelandradiology.com
ServerName server.lakelandradiology.com
ServerAlias mail.lakelandradiology.com
DocumentRoot /opt/zimbra/httpd-2.0.54
ErrorLog logs/mail.lakelandradiology.com-error_log
CustomLog logs/mail.lakelandradiology.com-access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@lakelandradiology.com
ServerName server.lakelandradiology.com
ServerAlias www.lakelandradiology.com
DocumentRoot /Users/webmaster/Sites
ErrorLog logs/www.lakelandradiology.com-error_log
CustomLog logs/www.lakelandradiology.com-access_log common
</VirtualHost> Yet when I got either www.lakelandradiology.com or mail.lakelandradiology.com, I see the Zimbra sign in page glaring back at me in defiance.
I tried to follow along with the other links you provided for me, but when it came time to install the modules I ran into problems since the installs referenced Linux installs and I am working with a Mac box.
Any further thoughts?
TIA,
Steve