From owner-freebsd-questions Thu Jun 18 04:21:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12796 for freebsd-questions-outgoing; Thu, 18 Jun 1998 04:21:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gateway.blueberry.co.uk (gateway.blueberry.co.uk [195.153.48.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12774 for ; Thu, 18 Jun 1998 04:21:34 -0700 (PDT) (envelope-from keith@blueberry.co.uk) Received: from intranet.blueberry.co.uk (intranet.internal.blueberry.co.uk [10.0.0.2]) by gateway.blueberry.co.uk (8.8.8/8.8.8) with ESMTP id MAA04271; Thu, 18 Jun 1998 12:21:32 +0100 (BST) (envelope-from keith@blueberry.co.uk) Received: (from keith@localhost) by intranet.blueberry.co.uk (8.8.8/8.8.8) id MAA06843; Thu, 18 Jun 1998 12:23:14 +0100 (BST) (envelope-from keith) Message-ID: <19980618122313.00846@blueberry.co.uk> Date: Thu, 18 Jun 1998 12:23:13 +0100 From: Keith Jones To: charlespeters@tecpro.com Cc: questions@FreeBSD.ORG Subject: Re: How to forward (or blind copy) email from user1 to user2 References: <199806181051.GAA04611@ais.ais-gwd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199806181051.GAA04611@ais.ais-gwd.com>; from Charles A. Peters on Thu, Jun 18, 1998 at 06:51:29AM +0000 Organization: Blueberry New Media Ltd. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 18, 1998 at 06:51:29AM +0000, Charles A. Peters wrote: > I need to be able to read messages sent to my root account. I acess the > freebsd box via telnet, and using the standdard text based mail clients is > not a good solution for me. You really don't want people to connect remotely as 'root', so giving root any kind of access is probably unwise, even to the POP3 server. Therefore I would suggest one of the following options: (1) Edit /etc/aliases to forward all mail to 'root' to your own account. e.g. on our own internal network server, I have the following alias set up: # Well-known aliases -- these should be filled in! root: keith (2) Edit /etc/aliases to forward all mail to 'root' to a third-party role account. e.g. You might set up a new user 'sysmail' (say) with no special privs, but with POP3 access. You would then want to edit /etc/aliases to: # Well-known aliases -- these should be filled in! root: sysmail In either case, make sure that all the other standard aliases ('hostmaster', 'manager', 'dumper' etc.) are aliased to 'root'. That way you can keep your system mail and personal mail separate. Keith -- v Keith Jones Systems Manager, Blueberry New Media Ltd. v | Postal Mail: 2/10 Harbour Yard, Chelsea Harbour, LONDON, UK. SW10 0XD | | Telephone: +44 (0)171 351 3313 Fax: +44 (0)171 351 2476 | ^ Email: Keith.Jones@blueberry.co.uk WWW: http://www.blueberry.co.uk/ ^ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message