6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Getting Courier-I...
FromSent OnAttachments
Carl-Johan KihlbomNov 6, 2002 12:54 am 
Jeremy ShaffnerNov 6, 2002 1:20 am 
Carl-Johan KihlbomNov 6, 2002 1:38 am 
Peter C. NortonNov 6, 2002 2:14 am 
Jeremy ShaffnerNov 6, 2002 9:50 am 
Carl-Johan KihlbomNov 7, 2002 1:58 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] Getting Courier-IMAP to accept connections. inetd?Actions...
From:Carl-Johan Kihlbom (di@newcode.se)
Date:Nov 6, 2002 1:38:44 am
List:net.sourceforge.lists.courier-users

On onsdag, nov 6, 2002, at 10:20 Europe/Stockholm, Jeremy Shaffner wrote:

On Wed, Nov 06, 2002 at 09:19:09AM +0100, Carl-Johan Kihlbom wrote:

Hello!

I've installed Courier-IMAP from ports on my FreeBSD system.

But when I try to connect all I get is this: $ telnet localhost 143 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to remote host

I'm guessing this is a problem with inetd. That should I put in inetd.conf?

No. If you installed via Ports then you should have two startup scripts in /usr/local/etc/rc.d. They are installed witih a .sample suffix. Remove the suffix and run '/usr/local/etc/rc.d/courier-imap-imapd.sh start' and '/usr/local/etc/rc.d/courier-imap-pop3d.sh start'. They'll also be run at boot automatically.

Did that, but:

/usr/local/etc/rc.d]$ sudo ./courier-imap-imapd.sh start .: Can't open /usr/local/etc/courier-imap/imapd-ssl: No such file or directory

What's that about? I don't want to use ssl. Not yet anyway

These scripts setup the environment and start the auth daemons and the imapd and pop3d daemons using couriertcpd, which is part of Courier..

So the imap and pop should be commented out in inetd.conf?

If you didn't install via Ports, then whasamattayou?

Hehe, I did install via Ports.

/ CJ