SQuirrel Mail Doest Work

Check that your squirrelmail folder exists in /var/www/html

Chris
 
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!

.
 
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
 
I tried this
and <domain>/squirrelmail works (list dirs though) yet <domain>/squirrelmail/index.php 404's me any ideas?
 
Have you re-installed squirrelmail as stated above? You are getting that error because there is no index.php page.
 
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
 
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
 
Last edited:
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
 
I just manually installed squirrelmail and did the links in httpd.conf manually and all works now ty for ur help ne way guys
 
Back
Top