From owner-freebsd-questions@FreeBSD.ORG Tue Apr 27 16:23:49 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 182D916A4CE for ; Tue, 27 Apr 2004 16:23:49 -0700 (PDT) Received: from pengo.systems.pipex.net (pengo.systems.pipex.net [62.241.160.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B99943D3F for ; Tue, 27 Apr 2004 16:23:48 -0700 (PDT) (envelope-from mark.cullen@dsl.pipex.com) Received: from ape (81-178-91-142.dsl.pipex.com [81.178.91.142]) by pengo.systems.pipex.net (Postfix) with SMTP id 023334C00907; Wed, 28 Apr 2004 00:23:45 +0100 (BST) Message-ID: <003f01c42cae$b139bfa0$f700000a@ape> From: "Markie" To: "Edward Aronyk" , References: <200404270430.i3R4Urx0017633@gak.upnix.net> Date: Wed, 28 Apr 2004 00:23:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: courier-imap 3.0.3 builds, but generates ACL errors 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: Tue, 27 Apr 2004 23:23:49 -0000 Hi! Did you get this problem solved? I had this exact same problem!! I spent ages getting it to work, unfortuantly I really have NO idea at all which thing I did fixed it. If you upgraded I am guessing you kept the config files in /usr/local/etc/? I _think_ the thing that fixed it may have been when I moved the config files (backup and delete if you like), uninstalled and reinstalled it. Let me know if that works or not ----- Original Message ----- From: "Edward Aronyk" To: Sent: Tuesday, April 27, 2004 5:30 AM Subject: courier-imap 3.0.3 builds, but generates ACL errors | Hello All, | | I recently decided it was time to upgrade courier-imap to version 3.0.3 | because of the potential for remote exploits via the disclosed buffer | overflows. The system runs FreeBSD 4.8 (RELEND_4_8). | | I went about this by doing a cvsup to get my ports tree up to date. | Following that I did: | | # cd /usr/ports/mail/courier-imap | # make clean | # make deinstall | # make | # make install | | The compile and installation seem to go cleanly, however the software | doesn't function properly. Neither Outlook, Evolution nor SquirrelMail can | connect to it, and /var/log/maillog contains errors along the lines of | | -- SNIP -- | imapd: LOGIN, user=USERNAMEHERE, ip=[IPHERE], protocol=IMAP | imapd: Error reading ACLs for INBOX.login: No such file or directory | imapd: Error reading ACLs for INBOX.login_cnf: No such file or directory | imapd: Error reading ACLs for INBOX.mailrc: No such file or directory | imapd: Error reading ACLs for INBOX.profile: No such file or directory | imapd: Error reading ACLs for INBOX.shrc: No such file or directory | imapd: Error reading ACLs for INBOX.mail_aliases: No such file or directory | imapd: Error reading ACLs for INBOX.cshrc: No such file or directory | ..... | -- SNIP -- | | SquirrelMail had the most verbose error: | | -- SNIP -- | ERROR: Connection dropped by imap server. Query: SELECT "INBOX" | -- SNIP -- | | The solution I've seen posted previously to other mailing lists is to do: | | # make install-configure | | However there is no target for install-configure in the FreeBSD port. Does | anyone have any suggestions? This is a production server with a handful of | clients and I really need to get it online by the start of the business day. | Any help would be much appreciated. | | -- | Edward Aronyk | | | _______________________________________________ | freebsd-questions@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-questions | To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"