On Fri, Aug 29, 2003 at 02:59:18AM +0200, Matthias Andree wrote:
"Bob Hall" rjhjr@cox.net writes:
On Thu, Aug 28, 2003 at 03:57:30AM +0300, Timo Sirainen wrote:
On Wed, 2003-08-27 at 20:47, Bob Hall wrote:
imap_listen = *
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. There's no mention of 127.0.0.1. If I try to open a connection from the command line, netstat reports SYN_SENT to 127.0.0.1:143, but there's no response and no connection is established.
Check your firewall settings and make sure your loopback device is up and configured and working. Check /etc/resolv.conf and DNS servers perhaps.
SYN_SENT shouldn't happen for loopback connections.
Hmm. How are you going to establish a TCP connection without a handshake? The interface doesn't make any difference. Besides, it has nothing to do with Dovecot. Dovecot is the intended recipient, not the sender.
The LDAP server listens on localhost, and it currently has a connection established with dovecot-auth. Aside from Dovecot, NAT, DNS, Privoxy, and Squid all use localhost, so if the loopback wasn't working, I'd know about it pretty quickly. /etc/resolv.conf looks normal; it's got the search domains and the name server addresses.
Bob Hall