From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 20:57:36 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 36C2216A4CE for ; Sat, 1 Jan 2005 20:57:36 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFE843D41 for ; Sat, 1 Jan 2005 20:57:35 +0000 (GMT) (envelope-from artware@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so18749rne for ; Sat, 01 Jan 2005 12:57:35 -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:mime-version:content-type:content-transfer-encoding; b=P170hMCyWIspZFC/EnDBb3megwQRhxGqQ4aYy3pV3ulEDWUGbzqE78bR9647NIgnSXZmH3rQETn+KuOqZBlTM8niKUB338UHbLxZfWG9veopo0dwY7d3COz3qVokK90kb/8qlXux7Ynmyn+JwiqDrVppvqUpCimK1Y5NYwfa4rw= Received: by 10.38.97.67 with SMTP id u67mr76774rnb; Sat, 01 Jan 2005 12:57:34 -0800 (PST) Received: by 10.38.65.13 with HTTP; Sat, 1 Jan 2005 12:57:34 -0800 (PST) Message-ID: Date: Sat, 1 Jan 2005 14:57:34 -0600 From: artware To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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 20:57:36 -0000 Hey everyone, I'm a n00b to FreeBSD, and I'm trying to install courier-imap with 5.3, but I'm not sure what steps I should be taking. I did: pkg_add -r courier-imap However, when I do: /usr/local/libexec/courier-imap/imapd.rc start (as the courier-imap manual instructs), it gives me: /usr/local/etc/courier-imap/imapd does not exist, forgot make install-configure? Which is odd, because imapd actually seems to be in /usr/local/bin/imapd, and I would assume that courier-imap was configured properly when it was prepared as a port. I would just change the relevant line in imapd.rc, but I don't want to go mucking around with something I don't fully understand -- especially because I need this server to be extremely secure and "by the book." Also, is there a way to manage courier-imap via Webmin? Sorry if the answer is obvious or really common -- posting really is my last resort after searching this list and the web for help. Outside of this problem, I'm loving FreeBSD. It reminds me of my days running NetBSD/mac68k on my Mac IIsi. :) Thanks in advance! - ben