From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 08:19:25 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 A654616A41F for ; Wed, 14 Sep 2005 08:19:25 +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 F3EE343D48 for ; Wed, 14 Sep 2005 08:19:24 +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 0D18B47E011; Wed, 14 Sep 2005 10:19:20 +0200 (CEST) Message-ID: <4327DD31.1020602@vdsoft.org> Date: Wed, 14 Sep 2005 10:20:01 +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> <43269EFF.8060501@vdsoft.org> <4326A9F1.2040507@locolomo.org> <4326C2F5.2000304@vdsoft.org> <4326D127.5010403@locolomo.org> <4326D2BB.2030209@vdsoft.org> <4326D583.7060704@locolomo.org> In-Reply-To: <4326D583.7060704@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: Wed, 14 Sep 2005 08:19:25 -0000 Erik Norgaard wrote: > Vladimir Dvorak wrote: > >>> Only cyrus-imap22 or later supports virtual domains, I assume you use >>> this version. It should be supported by default. >>> >> >> I am using 2.1.18 version. >> >> There should be VirtualDomains supported too: (since 2.1.x) >> http://asg.web.cmu.edu/cyrus/download/imapd/changes.html > > > No, I think you read it wrong: "Changes to the Cyrus IMAP Server since > 2.1.x" meaning that these changes are since the 2.1.x branch and are > supported in 2.2.0 and higher. > > Same document, 2.2.0: > > * A large number of bugs involving virtual domain support have been > fixed > > (meaning that even if I'm wrong about it for 2.1.x, better upgrade > beyond 2.2.0 to get past those bugs). > > I suggest you upgrade, anyway, since I don't use that version and > things has changed significantly, I can't really give you the advice > will work - only what works for 2.2.x. > > Cheers, Erik Yes, you are right. Now I am using 2.2.12 and virtdomains seem to be working. But I found another strange problem: devel:/var/run# cyradm -u cyrus@devel localhost IMAP Password: localhost.localdomain> cm user.test ^^^ it works; user test is included into defaultdomain. But when I try: localhost.localdomain> cm user.test@test.com createmailbox: Invalid mailbox name Cyrus is strange software, isn`t it ? :-) Vladimir