From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 07:33:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DC5E6FC6 for ; Fri, 25 Jan 2013 07:33:02 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm4.bullet.mail.ird.yahoo.com (nm4.bullet.mail.ird.yahoo.com [77.238.189.61]) by mx1.freebsd.org (Postfix) with SMTP id 20E1E2A8 for ; Fri, 25 Jan 2013 07:33:01 +0000 (UTC) Received: from [77.238.189.56] by nm4.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 07:32:55 -0000 Received: from [46.228.39.90] by tm9.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 07:32:55 -0000 Received: from [127.0.0.1] by smtp127.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 07:32:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359099175; bh=oVgd5TOzwV90tK2gOiCqR2kz40lxRSwiFcwDxIxCXKE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=P37YH7P+OeWJJmQd6kMZUW0lmmD46p0IxC15nZBhjDivKt691En2bhRMz4K0nl+sEUsZ5AgkyShpWQsmB2Egf4BQNgutrkU+0A5+gTq6ahr0D+AxwETJdnuKWJdhsWd4IOVtGgudo7E5HXe0QRNanLTJ3J4Yj8K1GfSpanwlV84= X-Yahoo-Newman-Id: 650121.53846.bm@smtp127.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: h1kAbpUVM1l96XSyqT44Wx3TLf6lpnDeJPP8QQyAWJ4665p bfe06168fyHmiZXT0h2HTI8zjL5WkHVBjUn9H9Ni30_rB9jAoQDJZSqOSrp5 8WIYUbBDBqZfVIzHOF2I29l2Z6YJqC1N2AZj1ECP0vjmV6bp.r5ok7Zm.g7e 8XlElb4WGJ.nGkxAUsN59suvJzNKaYZzfCvMnSA7QfS5N4SjKDcG_Xvqcisk rZTtVdlVVOxaEvjkR4aujhzmvyxnaCHrmf2Z_nfrHnbL6z.WK3uX1pPrw6Ux JbrdRTMoaDOkL93J6AJHA7rV13CMbkYSrTXxxrVTx18ggquGQcyjWXCAahos Jsx3Crz4Br5Xp6G1l6jiZiQ52slhKYUitwHmd2OWBWUwypX5v_0oD9wJpYwy bCulgDyeP8_r5Hnx9OWTZMabC1oIylskPgYSDorImx4z7dw-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [92.224.210.252] (ralf.mardorf@92.224.210.252 with login) by smtp127.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 07:32:55 +0000 UTC Message-ID: <1359099175.2155.42.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Fri, 25 Jan 2013 08:32:55 +0100 In-Reply-To: <20130125080311.d794da70.freebsd@edvax.de> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> <20130125080311.d794da70.freebsd@edvax.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 07:33:02 -0000 On Fri, 2013-01-25 at 08:03 +0100, Polytropon wrote: > You should have been reading my advice about changing the > UID:GID in detail. :-) I deleted it by accident from the until now _not_ shared mails, IOW I deleted it from the FreeBSD mails only and missed it, when having a brief look at the mailing list archive. > UIDs and GIDs should match here. All files belonging to rocketmouse > should be 1000:1000 _and_ the name "rocketmouse" should be > associated to those numerical values (see files mentioned > above). Yes, but because I missed to update the database X login asked for 1001. > But pwd.db and spwd.db (the password databases with encrypted > content) don't reflect those informations! So '# /usr/sbin/pwd_mkdb -d/etc /etc/master.passwd' is ok, regarding to ... > "man pwd_mkdb" and rebuild > the databases. -c and -u switches could be used too, but aren't needed, since the entries are correct. > If you would have used the "vipw" command to make the change > to the passwd (plain text) files, it would have called pwd_mkdb > after the change. But don't worry: Knowing those "low level hacks" > can be helpful in some worst-case scenario. :-) And then I don't need to use vi, if the default text editor still should be vi. Thank you! Regards, Ralf