From owner-freebsd-isp@FreeBSD.ORG Sat Feb 28 11:19:47 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E9A16A4CE for ; Sat, 28 Feb 2004 11:19:46 -0800 (PST) Received: from cah.talon.net (cah.talon.net [199.224.105.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6471F43D1D for ; Sat, 28 Feb 2004 11:19:46 -0800 (PST) (envelope-from ssj@scottah.com) Received: from www.scottah.com (localhost.talon.net [127.0.0.1]) by cah.talon.net (8.12.10/8.12.9) with ESMTP id i1SJFb2B041398 for ; Sat, 28 Feb 2004 14:15:37 -0500 (EST) (envelope-from ssj@scottah.com) From: "Scott St. John" To: freebsd-isp@freebsd.org Date: Sat, 28 Feb 2004 14:15:37 -0500 Message-Id: <20040228191105.M42305@scottah.com> X-Mailer: Open WebMail 2.10 20030617 X-OriginatingIP: 68.54.132.230 (ssj) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Final conversion questions X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 19:19:47 -0000 Thanks to help from this list I am proud to say that tonight I will be moving our mail server from Linux/Sendmail to FreeBSD/Postfix! The user passwd file has been converted and we are ready to rock, but I have a few questions before I begin tonight. I plan to copy the users home directories over, does anyone have a script that will go through the home directories and correctly set the ownership of the directories once they are copied over? Example, user Fred has a home dir on the old machine, I copy over the files to the BSD box, I need to chown -R fred:users to his home directory. I could do it by hand, but I am sure there has to be a script out there to do something similar? Second question, I want to make sure ALL files are copied over from the home directories and I think I have the syntax wrong to get the files, I want the .procmailrc files to transfer over. Thanks in advance! -Scott