Michael Heuser writes:
> Next i do a telnet localhost 143 > > "Trying ::1.. > Connected to localhost > Escape character is ']'. > Connection closed by foreign host." > > is the result. > > courier imap 1.4.3 with ldapauth on SuSE 7.1 There's a similar issue with IPv6 on BSD, where some problems with IPv6 header files cause accept() to come back with a sockaddr_in6 address structure that's shorter than the declared length, which fails a sanity check and causes the connection to be closed. Try using --without-ipv6. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
