I just tried this, moved my squirelmail directory to /usr/local/webmail chown -R nobody /usr/local/webmail/data chgrp -R nobody /usr/local/webmail/data
Edit httpd.conf, add Alias /webmail /usr/local/webmail Restart apache Now any domain/virtual host provided through Apache resolves to the webmail application directory. Thanks for the info Chris! Regards, Shannon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Hilts Sent: Tuesday, February 11, 2003 8:32 AM To: [EMAIL PROTECTED] Subject: Re: [SM-USERS] Customization > Firtst you have to create a virtual server on your on whatever Dear lord that's the complicated way to do it. Here's how I install Squirrelmail on my machines. Unpack squirrelmail into /usr/local/share/squirrelmail Apache configuration: Alias /webmail /usr/local/share/squirrelmail <Directory /usr/local/share/squirrelmail> (PHP options here, rg=0, full error logging, etc. OPTIONAL) </Directory> Any time you want to change the URL, just modify the Alias line. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
