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. -- ----------------------------------------------------------------------- Jeremy Shaffner | This space for rent. [EMAIL PROTECTED] | $ grep happiness life PGP KeyID 0x594A8158 or finger above addy | FreeBSD: The Power to Serve "Obscurity is the refuge of incompetence." - R.A. Heinlein, SIASL ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
