Can't get squirrelmail or webmail to work

steeker

Verified User
Joined
Sep 15, 2004
Messages
6
Server is FreeBSD 5.
The error I get is:

Error connecting to IMAP server: localhost.
61 : Connection refused

I have inetd installed and when I try to start it,
/usr/src/etc/rc.d/inetd start

I don't get any errors, it just goes back to the command line. But inetd doesn't show up in top or ps -aux.

Help?
 
steeker said:
You've probably got an error in the inetd configuration file that's keeping inetd from starting.

Instead of using the start script to start inetd, try starting it manually, and see if you get any error messages.

Jeff
 
If by starting it manually you mean going to /usr/sbin/inetd and giving it the start command. When I do that, there are no errors and it shows up in ps -aux as:

root 68222 0.0 0.1 1372 880 ?? Ss 7:48PM 0:00.00 /usr/sbin/inetd start

webmail still doesn't work, same errors.

Anything else?
 
Sorry, but since I don't have a FreeBSD system to check on, you've gotten to the end of my suggestions :( .

Jeff
 
Back
Top