From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 06:52:15 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 F36C416A4CE for ; Wed, 7 Apr 2004 06:52:14 -0700 (PDT) Received: from www5.hotbox.ru (www5.hotbox.ru [80.68.244.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0EF43D2D for ; Wed, 7 Apr 2004 06:52:14 -0700 (PDT) (envelope-from jaroshenko@mail333.com) Received: by HotBOX.Ru WebMail v2.1 id i37DpOSk049623 for ; Date: Wed, 7 Apr 2004 17:51:24 +0400 (MSD) Message-Id: <200404071351.i37DpOSk049623@www5.hotbox.ru> From: "Ярошенко С.Ю." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Mailer: Free WebMail HotBOX.ru X-Proxy-IP: [217.175.135.70] X-Originating-IP: [10.77.1.21] Subject: Problem with 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: Wed, 07 Apr 2004 13:52:15 -0000 Hi! I installed Cyrus-Imapd-2.2.3 with bdb-4.2.52 on FreeBSD-5.2.1-p4 and have problem. 1) When I delete mail messages from Inbox or from Trash it not visible in client program, but this mail messages store on the cyrus-imapd server. 2) In e-mail client I dont creat subfolder (e-mail client Mozilla-1.6), 3) when I send e-mail message - e-mail message go out, but e-mail client (Mozilla-1.6) say (in 2-nd and 3-rd case): "The cyrrent command did not succeed. The mail server responded: Permission denied." Accordingly, in e-mail client not create subfolder "Sent", "Draft" and etc. On the cyrus-imapd server, directory /var/imap have user,group ownership and permission : drwxr-x--- 11 cyrus cyrus 512 Apr 7 15:19 imap And /var/spool/imap : drwxr-x--- 5 cyrus cyrus 512 Apr 7 15:14 imap My imapd.conf : configdirectory: /var/imap partition-default: /var/spool/imap allowanonymouslogin: no allowplaintext: no admins: cyrus defaultacl: anyone lrs reject8bit: no postuser: cyrus sieveusehomedir: false sievedir: /var/imap/sieve sendmail: /usr/sbin/sendmail postmaster: postmaster sasl_pwcheck_method: saslauthd lmtpsocket: /var/imap/socket/lmtp My cyrus.conf : START { recover cmd="ctl_cyrusdb -r" } SERVICES { imap cmd="imapd" listen="imap" prefork=1 sieve cmd="timsieved" listen="sieve" prefork=0 lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0 } EVENTS { checkpoint cmd="ctl_cyrusdb -c" period=30 delprune cmd="cyr_expire -E 3" at=0400 tlsprune cmd="tls_prune" at=0400 }