
Opening POP Port
I've got Exim4 running on my server. When I was running Debian on an older system it worked fine. Under Linux Mint on a newer and much faster computer it is not. It appears that port 110 is being blocked, even though it looks open in both IPtables and Firestarter. Any ideas?
Peter

Oh sure, dissapear into the
Oh sure, dissapear into the dark nights of nothingness and then come back here with an Exim4 question??
Good to see you on the boards. Are you sure the port is not being blocked on the router rather then on the machine itself?
Chad
Blockages
Got to jump back in with something special. :)
I don't think it is the router. It is configured the same as for the old computer. NMAP on localhost can't find the port.
PeteTheGeek
# 25 years of messing about with computers #
You know, being that a port
You know, being that a port scan does not reveal it open, it may be that it did not install properly?
Hi there, I think exim
Hi there,
I think exim listens on port 25 doesn't it? I just now installed it as a test on Fedora 9 and shutdown my sendmail server, fired up exim and got a response:
$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 <my.server.name.here> ESMTP Exim 4.69 Wed, 12 Nov 2008 16:17:26 -0500
110 is typicall pop mail so I assume you would need a popmail server for that. To see what ports you have listening, try
$ netstat --tcp -a
Rick
peter@linux-office:~$ telnet
peter@linux-office:~$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 linux-office ESMTP Exim 4.67 Mon, 24 Nov 2008 10:24:11 -0330
___
Peter
PeteTheGeek
# 25 years of messing about with computers #
There was step-by-step
There was step-by-step tutorial I followed the time I had it working, but I can't find the website now. I know I am missing something.
PeteTheGeek
# 25 years of messing about with computers #