PDA

View Full Version : SQuirrel Mail Doest Work



host4leicester
11-30-2003, 10:56 PM
Squirrel Mail doesnt work on exisisting accounts. Have restarted apachce but still get 404's.

ProWebUK
12-01-2003, 07:18 AM
Check that your squirrelmail folder exists in /var/www/html

Chris

host4leicester
12-01-2003, 01:24 PM
It does not exisit.

Am I supposed to create this on all my exisiting accounts!!

Not 2 happy if so and should have been notified!

.

ProWebUK
12-01-2003, 01:31 PM
Has it worked previously? it seems that squirrelmail was not setup during your install, the fix should simply be:

# cd /usr/local/directadmin/scripts
# ./squirrelmail.sh
# service httpd restart

Chris

MQ-James
12-02-2003, 09:59 AM
I tried this
and <domain>/squirrelmail works (list dirs though) yet <domain>/squirrelmail/index.php 404's me any ideas?

jasonyates
12-02-2003, 11:53 AM
Have you re-installed squirrelmail as stated above? You are getting that error because there is no index.php page.

MQ-James
12-02-2003, 12:03 PM
Yep I did install squirrelmail AND in the dir list it shows the same as in an `ls` in shell abd index.php IS present

ProWebUK
12-02-2003, 12:11 PM
to get the squirrelmail alias for domains run:

# /usr/bin/perl -pi -e 's/Start DirectAdmin Settings/Start DirectAdmin Settings\nAlias \/squirrelmail \/var\/www\/html\/squirrelmail\//' /etc/httpd/conf/httpd.conf;

for the index.php problem ensure index.php exists under your DirectoryIndex located inside httpd.conf

Chris

DirectAdmin Support
12-02-2003, 02:30 PM
Have a look in /var/www/html to make sure all the paths are pointing to the right spots.. the squirrelmail link is just a symbolic link to the folder name with the version at the end.

John

MQ-James
12-02-2003, 02:33 PM
I just manually installed squirrelmail and did the links in httpd.conf manually and all works now ty for ur help ne way guys