What does netstat -anp show?

Of course, I have loopback interface.

# ifconfig lo0
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 33220
       inet 127.0.0.1 netmask 0xff000000
       inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
       inet6 ::1 prefixlen 128

and, it works well with ADDRESS=0 configuration

# netstat -na|grep 143
tcp        0      0  *.143                  *.*                    LISTEN
tcp6       0      0  *.143                  *.*                    LISTEN
# telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc.  See
* COPYING for distribution information.

But setting ADDRESS to specific IP address (other than 0) always
results in same failure. (bind fail)








------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to