PDA

View Full Version : no squirrelmail



RingToons
11-23-2003, 09:54 AM
When I reboot the server after the update with: squirrelmail I don`t have: http://domain.com/squirrelmail

Where and how can I fix it?

DirectAdmin Support
11-23-2003, 10:18 AM
Hello,


cd /usr/local/directadmin/scripts
./squirrelmail.sh
/sbin/service httpd restartJohn

RingToons
11-23-2003, 10:53 AM
Originally posted by DirectAdmin Support
Hello,


cd /usr/local/directadmin/scripts
./squirrelmail.sh
/sbin/service httpd restartJohn

Done but no squirrelmail

l0rdphi1
11-23-2003, 11:03 AM
Does http://{ip}/squirrelmail-1.4.2/ work by any chance?

*actually, your IP is 217.148.168.67, correct? http://217.148.168.67/squirrelmail/ is working for me*

RingToons
11-23-2003, 11:07 AM
Originally posted by l0rdphi1
Does http://{ip}/squirrelmail-1.4.2/ work by any chance?

Yes that wil work, I have a login page...
But I can`t login and no domain.com/squirrelmail

l0rdphi1
11-23-2003, 11:11 AM
Do you have a /squirrelmail alias in /etc/httpd/conf/httpd.conf? If not, run:
/usr/bin/perl -pi -e 's/Start DirectAdmin Settings/Start DirectAdmin Settings\nAlias \/squirrelmail \/var\/www\/html\/squirrelmail\//' /etc/httpd/conf/httpd.conf;

:)

RingToons
11-24-2003, 07:38 AM
done and after login I get: Error connecting to IMAP server: localhost.
111 : Connection refused

l0rdphi1
11-24-2003, 07:51 AM
Give
service xinetd restart a go, and give it another try.

RingToons
11-24-2003, 07:55 AM
nope, same error :(

l0rdphi1
11-24-2003, 08:02 AM
Hmm.. sorry. Not sure where to go from here... wait on someone more knowledgeable, I suppose :)

Are you running a firewall?

RingToons
11-24-2003, 08:16 AM
Originally posted by l0rdphi1
Are you running a firewall?

Oops.... Yes (kiss firewall)

l0rdphi1
11-24-2003, 08:18 AM
So it's working now? :)

FarCry
11-27-2003, 10:16 AM
Running the code from DA Support fixed my woes, i thought IMAP had done a runner on me :)

DirectAdmin Support
11-27-2003, 12:46 PM
Hello,

If your IMAP isn't workin, you'll need to make sure it's setup...

cd /usr/local/directadmin/scripts
./imapd.sh

#then to test
telnet localhost 143
Sometime servers don't even have xinetd... so that's also something to look for.

John

RingToons
11-27-2003, 12:56 PM
That was a right option!
It is working now!