From owner-freebsd-questions@FreeBSD.ORG Tue Sep 13 09:43:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2486316A41F for ; Tue, 13 Sep 2005 09:43:50 +0000 (GMT) (envelope-from dvorakv@vdsoft.org) Received: from mail.vdsoft.org (poseidon.vdsoft.org [193.85.147.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72C843D46 for ; Tue, 13 Sep 2005 09:43:49 +0000 (GMT) (envelope-from dvorakv@vdsoft.org) Received: from [10.10.0.110] (195.70.144.6.adsl.nextra.cz [195.70.144.6]) by mail.vdsoft.org (Postfix) with ESMTP id 698BC47E012; Tue, 13 Sep 2005 11:43:46 +0200 (CEST) Message-ID: <43269F77.4010100@vdsoft.org> Date: Tue, 13 Sep 2005 11:44:23 +0200 From: Vladimir Dvorak User-Agent: Debian Thunderbird 1.0.6 (X11/20050802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Norgaard References: <432693A9.5010706@vdsoft.org> <4326998C.1080600@locolomo.org> <43269C73.30003@vdsoft.org> <43269E3B.7030102@locolomo.org> In-Reply-To: <43269E3B.7030102@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cyrus-imap + virtualdomains 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: Tue, 13 Sep 2005 09:43:50 -0000 Erik Norgaard wrote: > Vladimir Dvorak wrote: > >> Ok, I followed you instructions and my config looks: >> >> defaultdomain: devel >> virtdomains: yes >> >> Now I login as admin cyrus and try to create mailbox: >> >> devel:~# cyradm -u cyrus localhost >> IMAP Password: >> localhost.localdomain> cm user.myuser2@virtual.org >> createmailbox: Permission denied >> >> In maillog is nothing, what permissions I should increace ? Do you have >> any idea ? > > > Since you don't have any working mailboxes yet, it might be wise to > delete what is and start over just to avoid any hanging problems. > > I just tried: > > localhost> cm user.testuser@virtualdomain.org > localhost> lam user.testuser@virtualdomain.org > testuser@virtualdomain.org lrswipcda > > I have no testuser (so I haven't tested login) nor a virtualdomain.org > in my dns or elsewhere. > > Which versions do you use? Admittedly, I spent about a week getting > things to work last year - now most is forgotten :-) - try to > subscribe also to the cyrus list for better support. > > Keep up :-) > Erik > Thank you Erik. ;-) Vladimir