From owner-freebsd-isp Tue Sep 14 12:31: 8 1999 Delivered-To: freebsd-isp@freebsd.org Received: from quaggy.ursine.com (lambda.blueneptune.com [209.133.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 4CFDC15187 for ; Tue, 14 Sep 1999 12:30:52 -0700 (PDT) (envelope-from fbsd-isp@ursine.com) Received: from michael (lambda.ursine.com [209.133.45.69]) by quaggy.ursine.com (8.9.2/8.9.3) with ESMTP id MAA19070; Tue, 14 Sep 1999 12:30:47 -0700 (PDT) Message-ID: <199909141230520520.1AC93032@quaggy.ursine.com> In-Reply-To: References: X-Mailer: Calypso Version 3.00.00.13 (2) Date: Tue, 14 Sep 1999 12:30:52 -0700 From: "Michael Bryan" To: freebsd-isp@freebsd.org Cc: domi@saargate.de Subject: Re: copy of incoming mail to another account Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >How can I send a copy of an incoming mail to a unix account to another >mail account? I know about the possibility of setting up .forward files, >but using those, the mails are only redirected, but not copied. You can use the .forward file to copy as well, allowing delivery to both the original addressee as well as the remote address. Do something like this: ~localuser/.forward: \localuser,remote@domain.com That will cause the mail to be copied to the address "remote@domain.com" while still doing the local delivery to the mailbox for "localuser". The user can set this up on their own if they want. You can also use /etc/aliases to get the same effect, but that requires an admin to set things up for them. Michael Bryan fbsd-isp@ursine.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message