From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 11:43:00 2004 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 08EF716A4CE for ; Mon, 26 Jan 2004 11:43:00 -0800 (PST) Received: from smtp.aspadmin.com (smtp.aspadmin.com [216.98.128.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 318F443D2D for ; Mon, 26 Jan 2004 11:42:59 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Received: from jwilliams.courtesymortgage.com (unknown [209.126.131.11]) by smtp.aspadmin.com (Postfix) with ESMTP id 92DEB21665C for ; Mon, 26 Jan 2004 11:01:28 -0800 (PST) Message-Id: <5.2.1.1.0.20040126105812.00a9c558@pop.courtesymortgage.com> X-Sender: jwilliams@pop.courtesymortgage.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Mon, 26 Jan 2004 11:01:14 -0800 To: freebsd-questions@freebsd.org From: Jason Williams Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Question about Postfix + Cyrus-IMAPD 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: Mon, 26 Jan 2004 19:43:00 -0000 Morning everyone. I've been able to get Postfix and Cyrus to gel correctly with my recent testing. However, I have a question about one thing that continues to pop up my my message logs. Quick note: FreeBSD 4.9 Postfix-2.0.16 cyrus-imapd-2.1.16 Cyrus-sasl-2.1.17 Jan 26 09:48:19 obsidian postfix/smtpd[6562]: OTP unavailable because can't read/write key database /etc/opiekeys: Permission denied Jan 26 09:48:19 obsidian postfix/smtpd[6562]: OTP unavailable because can't read/write key database /etc/opiekeys: Permission denied Everything still works correctly, even though these pop up in my logs. I've been able to successfully get rid of them by giving the group 'mail' rw permission to the /etc/opiekeys file. My question is what exactly is going on and why did this entry show up my message logs? If I remember correctly, this is due to OTP (One time passwords). Anyone care to shed a little light as to why this was initially showing up? I appreciate it. Jas