From owner-freebsd-questions@FreeBSD.ORG Sat Jul 26 17:49:58 2003 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 450A137B401 for ; Sat, 26 Jul 2003 17:49:58 -0700 (PDT) Received: from mail.clubplus.net (mail.clubplus.net [216.191.22.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4285443FA3 for ; Sat, 26 Jul 2003 17:49:55 -0700 (PDT) (envelope-from david+dated+1059698991.ca4093@skytracker.ca) Received: from 3s1.com (3s1.com [209.188.66.29]) by mail.clubplus.net (8.12.7/8.12.7) with ESMTP id h6R0v5pG031566 for ; Sat, 26 Jul 2003 20:57:06 -0400 Received: (from root@localhost) by 3s1.com (8.12.9/8.12.9) id h6R0nrZS000753 for freebsd-questions@freebsd.org; Sat, 26 Jul 2003 20:49:53 -0400 (EDT) (envelope-from david+dated+1059698991.ca4093@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.9/8.12.6) with ESMTP id h6R0np89000666 for ; Sat, 26 Jul 2003 20:49:52 -0400 (EDT) (envelope-from david+dated+1059698991.ca4093@skytracker.ca) Received: by 3s1.com (tmda-sendmail, from uid 1000); Sat, 26 Jul 2003 20:49:50 -0400 (EDT) Date: Sat, 26 Jul 2003 20:49:48 -0400 To: Kirk Strauser Message-ID: <20030727004948.GA352@skytrackercanada.com> References: <20030726174644.GA52032@skytrackercanada.com> <87he596um1.fsf@pooh.honeypot.net> <20030726204355.GA492@skytrackercanada.com> <874r196md3.fsf@pooh.honeypot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874r196md3.fsf@pooh.honeypot.net> User-Agent: Mutt/1.4.1i From: David Banning X-Delivery-Agent: TMDA/0.80 (Determine) X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) X-RAVMilter-Version: 8.4.2(snapshot 20021217) (mail) cc: freebsd-questions@freebsd.org cc: David Banning Subject: Re: imapd for squirrelmail is not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2003 00:49:58 -0000 On Sat, Jul 26, 2003 at 03:53:28PM -0500, Kirk Strauser wrote: > At 2003-07-26T20:43:55Z, David Banning writes: > > > Is there anyway around this long and complicated syrus imap install? > > Maybe a smaller simpler one? > > As it just so happens, I wrote a HOWTO on installing Cyrus on FreeBSD: > > http://subwiki.honeypot.net/cgi-bin/view/Freebsd/SendMailAndCyrus Well thanks for this Kirk, but I'm afraid for me it just isn't that easy. I followed your howto but got stuck in the following places; -There was no sasl.sh anywhere. There was not *.sh.example in /usr/local/etc/rc.d either. I did start imapd.sh, but here are the errors; Jul 26 20:38:10 3s1 ctl_mboxlist: ctl_mboxlist -r is deprecated: use ctl_cyrusdb -r instead Jul 26 20:38:10 3s1 ctl_mboxlist[169]: running mboxlist recovery y 22 10:59:53 EDT 2003) standalone mode STARTUP Jul 26 20:38:12 3s1 ctl_mboxlist[169]: done running mboxlist recovery Jul 26 20:38:13 3s1 master[166]: unable to bind socket for service lmtpunix: Add ress already in use Jul 26 20:38:13 3s1 master[166]: unable to create lmtpunix listener socket: Addr ess already in use Jul 26 20:38:13 3s1 master[166]: ready for work Jul 26 20:38:13 3s1 ctl_deliver[215]: duplicate_prune: pruning back 3 days Jul 26 20:38:13 3s1 ctl_mboxlist: ctl_mboxlist -c is deprecated: use ctl_cyrusdb -c instead Jul 26 20:38:13 3s1 ctl_deliver[215]: duplicate_prune: purged 0 out of 0 entries Jul 26 20:38:13 3s1 ctl_mboxlist[216]: checkpointing mboxlist When I attempted the cyradm localhost I got the following errors; Jul 26 20:39:13 3s1 imapd[284]: OTP unavailable because can't read/write key dat abase /etc/opiekeys: Permission denied Jul 26 20:39:16 3s1 imapd[284]: no user in db Jul 26 20:39:16 3s1 imapd[284]: no user in db Jul 26 20:39:16 3s1 imapd[284]: no secret in database Jul 26 20:39:16 3s1 imapd[284]: badlogin: localhost[127.0.0.1] DIGEST-MD5 [SASL I attempted to put 127.0.0.1 255.255.255.255 in the opieaccess file but it makes not difference. Anything clear to you from the above?