Hi guys.  My apologies if you have seen this question before; however, I
could find nothing to help me in the documentation, any webpages or
mailing list archives.

I am attempting to set up and install courier-imap 1.4.2 on my OpenBSD 2.9
i386-type computer.  However, when I run libexec/imapd.rc, I receive the
following errors.

bind: Can't assign requested address
ll_daemon_start: Resource temporarily unavailable

Okay, here are the details:

- There is nothing running on port 143.  I can have netcat listen on port
143 and then telnet to that port and successfully transmit data. (Yes, I'm
running the start-up script as root.)

- I followed the instructions in INSTALL.  I ran the make steps using
gmake; my configure options were:
--prefix=/usr/app/courier-imap/1.4.2/ --without-authldap
--without-authvchkpw --without-authcram --without-authdaemon

- My etc/imapd configuration file is attached to this e-mail (I removed
the comments in the attachment to make it more readable)

- When I remove the IPADDRESS option and set it to 0, then I do not get
this error.  I can then telnet from my Windows box to port 143 on my BSD
box and receive a Courier greeting message.  (This strikes me as strange,
since I believe that setting the port to 0 is supposedly a
misconfiguration).

- I have searched the online documentation, bundled documentation, and
googled the web for help on this problem with no luck.

Any help with this would be greatly appreciated.  My apologies in advance
if I am saying/doing anything retarded.

Cheers!

----------------------------------------------------------

Maybe I should register "I Can't Believe It's Not Jesus"
as a low-calorie communion wafer before the church does...

Greg Girczyc
[EMAIL PROTECTED]



ADDRESS=24.86.196.239
PORT=143
MAXDAEMONS=4
MAXPERIP=2
PIDFILE=/var/run/imapd.pid
TCPDOPTS="-nodnslookup -noidentlookup"
AUTHMODULES="authshadow"
AUTHMODULES_ORIG="authcustom authcram authuserdb authpwd"
IMAP_CAPABILITY="IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES 
SORT"
IMAP_CAPABILITY_ORIG="IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT 
THREAD=REFERENCES SORT AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE"
IMAP_IDLE_TIMEOUT=60
IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN"
IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN"
IMAP_DISABLETHREADSORT=0
IMAP_CHECK_ALL_FOLDERS=1
IMAP_OBSOLETE_CLIENT=0
IMAP_ULIMITD=65536
IMAP_USELOCKS=0
IMAP_EMPTYTRASH=Trash:7


IMAP_MOVE_EXPUNGE_TO_TRASH=0


IMAPDSTART=NO

Reply via email to