From owner-freebsd-questions@FreeBSD.ORG Sun Nov 18 20:37:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA9B16A417 for ; Sun, 18 Nov 2007 20:37:04 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp119.sbc.mail.sp1.yahoo.com (smtp119.sbc.mail.sp1.yahoo.com [69.147.64.92]) by mx1.freebsd.org (Postfix) with SMTP id 59F0413C47E for ; Sun, 18 Nov 2007 20:37:04 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 7450 invoked from network); 18 Nov 2007 20:36:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=yJXPxr/iOXkM3SYuYjed+KX+IeRXVHM+zJUmHhq5ISYuy7iHMAdOk4WH40v3NGOwFh5IBUB03YrHscqJWHNa7zwy1szss0br+2+tYJPbO/gA9tDhJ1pTmVMQfeCjfBss2dBdNsG1fcxWnEzoUWeU1ubDLLjPgVN7+K1jWepEhRw= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp119.sbc.mail.sp1.yahoo.com with SMTP; 18 Nov 2007 20:36:49 -0000 X-YMail-OSG: kCDkbjIVM1m7SntMZVMlaWaPcQgsUfhdngxL4CjiGWkRMHdjCGIVy1l62PBpD.dFy3FIgJiMD.wdCTgM1UIrbalCyW0_FCSdNwr7cInxYfmyIHc9sw-- In-Reply-To: <473FF784.9040106@intersonic.se> References: <473FF784.9040106@intersonic.se> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: jekillen Date: Sun, 18 Nov 2007 12:37:30 -0800 To: Per olof Ljungmark X-Mailer: Apple Mail (2.622) Cc: User Questions Subject: Re: Cyrus installed 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: Sun, 18 Nov 2007 20:37:04 -0000 On Nov 18, 2007, at 12:27 AM, Per olof Ljungmark wrote: > jekillen wrote: >> Hello: >> I have installed Cyrus23 from ports and then read >> the pkg-message and it has references to >> /usr/local/cyrus and usr/local/etc/imapd.conf >> both of which do not exist. >> FreeBSD 6.2 >> Wouldn't the install have created these? >> I have lots of docs on Cyrus and Postfix >> but none specific to how ports does this. >> I have postfix installed and running. Do I >> have to redo it with cyrus support. One of >> the documents I have seems to say yes. >> I do not see anything specific in the >> handbook. >> Thanks in advance for guidance, suggestions >> info, whatever; > > Hi, > Look in: > /usr/local/share/examples/cyrus-imapd > where you can find skeleton config files. > Please note that you *must* configure your system to your enviroment, > it will *not* work out-of-the-box. I finally got it. I did not run make install, Silly me. I have gone over the file Postfix-Cyrus-Web-cyradm-HOWTO and it does not actually indicate rebuilding Postfix with Cyrus support. It just explains how to configure it for Cyrus. For me, this is an ambitious learning process. This file Postfix-Cyrus-Web-cyradm-HOWTO is written for Linux systems for the most part, so I have to translate into FreeBSD-ese. I did run make install and now the missing dirs and files are there. Now, for the actual configurations. Thank you for your response; Jeff K