> -----Original Message----- > From: Mark Tinguely [mailto:[EMAIL PROTECTED] > Sent: Friday, January 05, 2007 7:16 AM > To: [EMAIL PROTECTED] > Subject: Re: imap-uw manuals - configuration > > > > > > inetd.conf includes: > > pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d > > pop3 stream tcp nowait root /usr/local/libexec/ipop3d > ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd > > The pop3 and imap4 line have run together. You want: > > pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d > imap4 stream tcp nowait root /usr/local/libexec/imapd imapd > > be sure to execute the shell command: > > # kill -1 `cat /var/run/inetd.pid` > > after making the change. > > --Mark Tinguely >
Thanks Mark for being on the ball-- unfortunately I ran the lines together when I copied them from inetd.conf .. the original is OK. <sigh!> Thanks .. David _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"