From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 23:42:39 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7BCC16A4CE for ; Sat, 1 Jan 2005 23:42:39 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D01343D45 for ; Sat, 1 Jan 2005 23:42:39 +0000 (GMT) (envelope-from artware@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so31655rne for ; Sat, 01 Jan 2005 15:42:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=c4y6bfJhNfuCNyIafZVz6/PJt+P3FIAICCMWfLdbunZW15l+llhRmwg8Hp6auJTIfPVjZjailbCjUDnJhAZREmqD59ef6EgKODtShQLBWxK33JfQTEwaE4s2jv4Y/V6sXEoDcGb9+kqYNkZSo7YA7lisPuWsu+2NjFQOgp8/25Y= Received: by 10.38.75.80 with SMTP id x80mr123613rna; Sat, 01 Jan 2005 15:42:38 -0800 (PST) Received: by 10.38.65.13 with HTTP; Sat, 1 Jan 2005 15:42:38 -0800 (PST) Message-ID: Date: Sat, 1 Jan 2005 17:42:38 -0600 From: artware To: freebsd-questions@freebsd.org In-Reply-To: <20050101220323.GA1119@procyon.nekulturny.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050101220323.GA1119@procyon.nekulturny.org> Subject: Re: courier-imap installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: artware List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 23:42:40 -0000 Cool -- so now I think I may have the daemon running -- ps ax | grep pop reveals: 564 p0 I 0:00.00 /usr/local/sbin/courierlogger pop3d However, I'm unable to connect via a POP3 client... I'm not sure what my /etc/inetd.conf line should look like -- I'm using: pop3 stream tcp nowait root:wheel /usr/local/bin/pop3d pop3d - ben On Sat, 01 Jan 2005 15:03:23 -0700, Danny MacMillan wrote: > Did you look in the /usr/local/etc/courier-imap directory? It will > contain a number of *.dist files that you will have to copy and > modify to configure your installation. For example, if you want > to serve imap you will have to rename imapd.dist to imapd and edit > the resulting /usr/local/etc/courier-imap/imapd file so that it is > configured the way you want. The file is heavily commented and the > necessary changes should be trivial.