[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] detailed instructions for IMP (WebMail)?



> Does anyone have detailed instructions for getting Horde/IMP up & running
> on a RaQ4? I searched the archives for 2001 and saw lots of activity on
> this, but could not find detailed instructions....
>

If you follow the insrtuctions with the horde tarball everything will
install fine.  I tend to use .htaccess files for the information they ask
you to put in your php.ini.

Like for the include file
php_value include_path .:/whatever

for the prepend file
php_value auto_prepend_file /home/sites/whatever

I use the .htaccess so each directory can specify it's own commands.

When I installed IMP I gave it its own Virtual Host and named it
email.domain.com.  Then I pointed doc root to inside the domain.com webtree,
but none of this was neccessary, only choice.  You can install IMP anywhere
accessible to the web.

Brett