port 143. can't telnet, service enabled, no iptables. help?
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
[CLOSED] port 143. can't telnet, service enabled, help?
Hey have just rebuilt my server with Gentoo which is just great. However, I am unable to log into the mail server. I am using uw-imap and have looked in all the usual places such as:
(1) etc/services
The entry's shown here are as they should be:
Code:
imap2 143/tcp # Interim Mail Access Proto v2
imap2 143/udp
(2) etc/xinetd.conf
This .conf file has all what it needs:
service imap2
{
port = 143
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += DURATION USERID
log_on_failure += USERID
disable = no
}
(4) netstat -lnt
Just checking to see if 143 was listening, but as you an see it is not:
(5) telnet print
Can't telnet either which is obvious from the above:
Code:
gandalf etc # telnet localhost 143
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
So after these five pointers, which I thought I would include, plus the fact that my firewall is turned off, could someone pls lend me their ears and suggestions? I would be most grateful!
What does that mean? I simply asked a question. For some reason my syslog-ng has not been printing out any further info as of Feb 14. It's a pain I know, but I don't know what else to do.
Once again, my sense of humor gets lost in the translation.. oh well...
Yes, /etc/init.d/xinetd restart does the same thing (well, not 100% the same, but the end result is)
Is syslog running?
ps -aef|grep syslog
Having some log messages might help to see what is happening.
What happens if you try to star the imapd process by hand?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.