rewrite_cons always links /webmail alias to squirrelmail

tnuz

Verified User
Joined
Jan 12, 2006
Messages
33
Location
Canada
On my servers I use Roundcube only for webmail, but it's hard to get rid of SquirrelMail.

This is what I did so far:
- in options.conf set squirrelmail=no
- deleted squirrelmail from /var/www/html/
- copied custombuild/configure/ap2/conf/extra/httpd-alias.conf to custombuild/custom/ap2/conf/extra/httpd-alias.conf
- removed the line Alias /squirrelmail "/var/www/html/squirrelmail/"
- Verified Alias /webmail "/var/www/html/roundcube/"

Then when I run ./build rewrite_confs, the file /etc/httpd/conf/extra/httpd-alias.conf shows Alias /webmail "/var/www/html/squirrelmail/"

Am I missing something?
 
Thanks Martynas. That did it :)
Wouldn't it make more sense to have CustomBuild take care of this? When there is only one webmail set to yes, assume that this will be the webmail to use, not a webmail that isn't installed? Also, when a web app is set to no, that CustomBuild cleans-up (remove) that app. These are just suggestions, not criticism ;)
 
Back
Top