From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 17:25:41 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7F8D16A415 for ; Fri, 5 Jan 2007 17:25:41 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03.coxmail.com (dukecmmtao03.coxmail.com [68.99.120.70]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8D913C46B for ; Fri, 5 Jan 2007 17:25:41 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03 ([172.18.22.61]) by dukecmmtao03.coxmail.com (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20070105172540.DONW60.dukecmmtao03.coxmail.com@dukecmmtao03> for ; Fri, 5 Jan 2007 12:25:40 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Fri, 5 Jan 2007 9:25:40 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070105172540.DONW60.dukecmmtao03.coxmail.com@dukecmmtao03> Subject: Re: imap-uw manuals - configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 17:25:42 -0000 > -----Original Message----- > From: Mark Tinguely [mailto:tinguely@casselton.net] > Sent: Friday, January 05, 2007 7:16 AM > To: vizion@vizion.occoxmail.com > 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. Thanks .. David