7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] pop3d startup fails
FromSent OnAttachments
JanSep 5, 2002 2:47 am 
JanSep 5, 2002 6:10 am 
Roland SchneiderSep 5, 2002 6:43 am 
JanSep 5, 2002 7:00 am 
Roland SchneiderSep 5, 2002 7:50 am 
JanSep 6, 2002 1:50 am 
JanSep 6, 2002 1:59 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] pop3d startup failsActions...
From:Roland Schneider (list@serv.ch)
Date:Sep 5, 2002 7:50:44 am
List:net.sourceforge.lists.courier-users

--Jan wrote on 05.09.2002 15:57 +0200:

PORT=110 ADDRESS=127.0.0.1

netstat -l -n|grep -i listen (on localhost)

looks good ;) now its time for ./configure --without-ipv6 and then

cd sbin strace -ff -a 60 -s 200 -o /tmp/strace-pop3d ./pop3d start

you need to find out which ip and port couriertcpd really tries to bind, ipv6 would be a handy explanation.

Roland