PDA

View Full Version : Installing SquirrelMail



bluehost_user
04-06-2008, 09:40 AM
Hi Everyone, I am wanting to install squirrelmail on bluehost because I need to customize the layout and also have to add some options. This is how far I got

Downloaded and unzipped the files under my public_html/squirrelmail directory

Created /home/username/.mysqmail/data and /home/username/.mysqmail/attach directories

Copied the config_default and created a config.php file and changed the following settings.

1)$org_name = "myorgname";

2)$domain = 'mydomain.com';

3) from the presets file
$imap_server_type = 'cyrus';

4) $data_dir = '/home/username/.mysqmail/data';

5) $attachment_dir = '/home/icarusso/.mysqmail/attach/';

6) $smtpServerAddress = 'mail.mydomain.com';

7) $imapServerAddress = 'mail.icarussoftinc.com';

and when I check

www.mydomain.com/squirrelmail/src/configtest.php or
www.mydomain.com/squirrelmail/src/login.php

I get a bunch of text about my setting followed by chineese characters..

Could some one help me figure out what I am doing wrong. BH supprt said I need to contact SMail.

thanks