On Thu, Aug 28, 2003 at 06:39:04AM +0300, Timo Sirainen wrote:
On Thursday, Aug 28, 2003, at 05:38 Europe/Helsinki, Bob Hall wrote:
What does "netstat -na|grep 143" say with this?
It says that the server is listening at that port and there are users connected, but that's on the LAN interface.
So it's listening in "xx.xx.xx.xx.143", not "*.143"? What about other services?
I'm sorry, I should have quoted the output instead of interpreting it. <IP address> is the address for the mail server. <IP address>.143 <IP address>.1240 ESTABLISHED <IP address>.1240 <IP address>.143 ESTABLISHED <IP address>.143 *.* LISTEN That what it says right now. At other times, you can see connections from other computers.
Anyway, I don't really know. Default is to listen in all IPv4 interfaces and that's what imap_listen = * does too.
The output doesn't change if I set imap_listen = <server name>.143 or imap_listen = *
Bob Hall