From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 03:32:38 2006 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 DD5EA16A4DA for ; Sun, 20 Aug 2006 03:32:38 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DF543D4C for ; Sun, 20 Aug 2006 03:32:38 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k7K3WaLE058329 for ; Sat, 19 Aug 2006 22:32:37 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 19 Aug 2006 22:32:36 -0500 User-Agent: KMail/1.9.3 References: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> In-Reply-To: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608192232.36564.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: Re: how to change the root user's name on FreeBSD 6.1 running postfix 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: Sun, 20 Aug 2006 03:32:38 -0000 On Saturday 19 August 2006 22:15, Paul Hamilton wrote: > Hi, > > I am running postfix on FreeBSD 4.11 and 6.1 servers. > > In FreeBSD 4.11, you can run 'chsh root' and edit the name to what you > want. However, on my FreeBSD 6.1 servers, I still receive email addressed > from 'root unix'. I would like to be able to differentiate the root mail > according to server the mail came from :-) > > Any idea's? > > > > Regards, > > Paul Hamilton > Busselton, 6280 > Australia > i do exactly that, by editing /etc/master.passwd and /etc/passwd. substitute in the name you would like to appear, and then run 'pwd_mkdb /etc/master.passwd. cheers, jonathan