1 message in net.sourceforge.lists.courier-users[courier-users] bind: Can't assign re...
FromSent OnAttachments
Rick UpdegroveMay 5, 2002 4:58 pm 
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:[courier-users] bind: Can't assign requested address & ll_daemon_start: Resource temporarily unavailableActions...
From:Rick Updegrove (disl@updegrove.net)
Date:May 5, 2002 4:58:40 pm
List:net.sourceforge.lists.courier-users

Hello all.

I am currently using OpenBSD 2.9 + qmail + vpopmail 5.2 and courier-imap 1.1 successfully.

I have been trying to upgrade from courier-imap 1.1 to 1.5 but I am having a couple of problems. I finally gave vpopmail a logon shell (temporarily) and compiled it as vpopmail. Thanks to all that helped before. I have found a few pertinent threads on my current problems on various archives but nobody has replied with useful information so far...

Ok here is the deal. The new version, when configured with the old version parameters won't even start.

The old version which works looks like this in the ps output:

bash-2.04# /usr/local/libexec/imapd-ssl.rc start bash-2.04# ps wwaux | grep imap root 18035 1.0 0.4 56 460 ?? S 4:40PM 0:00.00 /usr/local/libexec/couriertcpd -address=192.168.1.5 -stderrlogger=/usr/local /libexec/logger -maxprocs=40 -maxperip=4 -pid=/var/run/imapd-ssl.pid -nodnsl ookup -noidentlookup 993 /usr/local/bin/couriertls -server -tcpd /usr/local/sbin/imaplogin /usr/local/libexec/authlib/authcram /usr/local/libexec/authlib/authuserdb /usr/local/libexec/authlib/authvchkpw /usr/local/libexec/authlib/authpwd /usr/local/bin/imapd Maildir

If I use the correct IP address (which I use with version 1.1 installed from ports on OpenBSD 2.9) with the new configuration file:

ADDRESS=192.168.1.5

I get the following error when trying to start it

The new version: bash-2.04# /usr/lib/courier-imap/libexec/imapd-ssl.rc start bind: Can't assign requested address ll_daemon_start: Resource temporarily unavailable

If I leave it like this: ADDRESS=0 it will start but it "doesn't work properly?"

May 4 16:05:42 mail imapd-ssl: Connection, ip=[::ffff:12.246.120.205] May 4 16:05:43 mail imapd-ssl: LOGIN, user=disl@updegrove.net, ip=[::ffff:12.246.120.205] May 4 16:05:43 mail imapd-ssl: LOGOUT, user=disl@updegrove.net,

it works a few times then

May 4 16:05:48 mail imapd-ssl: Connection, ip=[::ffff:12.246.120.205] May 4 16:05:53 mail imapd-ssl: LOGIN FAILED, ip=[::ffff:12.246.120.205] May 4 16:05:54 mail imapd-ssl: Connection, ip=[::ffff:12.246.120.205] May 4 16:05:58 mail imapd-ssl: LOGOUT, user=disl@updegrove.net, ip=[::ffff:12.246.120.205], headers=0, body=0

then it fails. I can find no other logged information, sorry.

I am not sure why it even works to begin with but it doesn't work for long.

Also this may be important, what are the " ip=[::ffff" part of the logs? The current logs from version 1.1 don't have that.

May 5 16:54:57 mail couriertls: Connection, ip=[12.246.120.205] May 5 16:54:58 mail couriertls: LOGIN, user=disl@updegrove.net, ip=[12.246.120.205] May 5 16:54:58 mail couriertls: LOGOUT, user=disl@updegrove.net, ip=[12.246.120.205]

Thanks for any help..

P.S. This is how I ./configure and installed as user vpopmail

./configure \ --without-authldap \ --without-authshadow \ --with-authvchkpw \ --without-authcram \ --without-authdaemon

gmake gmake check su root gmake install-strip gmake install-configure

Rick Up