Results 1 to 3 of 3
When I try to access my email on the localhost (either as root or as other user), I get a message that the connection was refused. I have the IMAP ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-01-2004 #1Just Joined!
- Join Date
- Feb 2004
- Posts
- 2
Accessing Email From Localhost on RH9
When I try to access my email on the localhost (either as root or as other user), I get a message that the connection was refused. I have the IMAP rpm installed. I get the same message ('connection refused') whether I try to access the email via the email program that comes with RH9 or whether I type 'telnet localhost 110' from a terminal window, or whether I use Net::Pop3 in a perl script.
Why is this? What do I need to do to allow the server to allow access? Any info is greatly appreciated.
- 02-01-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
IMAP listens on port 143, and uses the IMAP protocol, it is not a POP server.
You need something like popd installed to access your mail on 110/TCP.
Jason
- 02-01-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
AFAIK, the IMAP package comes with POP server as well. However, it's very possible that you need to enable it, since if I recall correctly, it's disabled by default. Check /etc/xinetd.d - there should be a file that is called pop3 or similarly in there. Check it out and see if "disable" is set to yes.


Reply With Quote
