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 7, 2002 1:58:43 am
List:net.sourceforge.lists.courier-users

On onsdag, nov 6, 2002, at 18:49 Europe/Stockholm, Jeremy Shaffner wrote:

On Wed, Nov 06, 2002 at 10:38:28AM +0100, Carl-Johan Kihlbom wrote:

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

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

Just an aside, when starting things out of rc.d manually, use the full path name. Some startup scripts determine their dirname and when run out of the local directory that becomes '.'.

.: 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

The Port installed default config files in /usr/local/etc/courier-imap with a .dist suffix. Copy them without the .dist (including imapd-ssl and pop3d-ssl) and all will be well. It's just looking for the config. SSL won't be enabled unless you want it.

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?

Yup.

Everything works now! Thanks!

/ CJ