I can start IMAP from the command line, but can't connect from clients.
What process do I need to start when a connection attempt is made to the
server? I tried mapping port 143 connections directly to
/usr/lib/courier/sbin/imapd but that didn't work.

inetd.conf:
-------------
# courier stuff
imap  stream tcp  nowait courier  /usr/lib/courier/sbin/imapd

test:
-----
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

I've HUPped inetd and yes, there's an entry for imap in /etc/services.
IMAP is configured for port 143. The OS is Solaris 2.5.1.


Thanks.

--
Mike Carter
Pilot/Programmer
[EMAIL PROTECTED]



_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to