From owner-freebsd-questions@FreeBSD.ORG Sat May 31 08:01:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 377B31065676 for ; Sat, 31 May 2008 08:01:26 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id EBB7E8FC15 for ; Sat, 31 May 2008 08:01:25 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so106737ywe.13 for ; Sat, 31 May 2008 01:01:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=ZBfkp2/X0V+7RsLZYeM8WN2xv0ZqpDjTfZA4puTjoCc=; b=IBBGveRmXqd8wrKwxqwL4+EfSJLgB0oMh9FXOVRxiQTDdvfMBLkuTc8UsbAhJJ/UcskQn2O0nqlQoH7yTkeuOofPIFHECHmSzroKiY0PROLLpQc+06MR7cMyeKb6eOlKiE+2x3gKaOl+pZlE6YaE//pWQpgKxvRGTt00Zi17CUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HACE02Y5OW05H8Gh/00KE8lfC9WRb06sRgSw7ETCLwOTYb0IVixveUmSbBA1JnNpbsfeGQ/WbsrE5qhRcDFaV3a+jaoTqbQCyZkblIVol3OKXJIw50d7vzJzShn1nZt0rDCVzXyTSV3BYFYkYFCQ/bsa/+s2h/krNgHAz8LZSCM= Received: by 10.151.112.21 with SMTP id p21mr755859ybm.97.1212220885061; Sat, 31 May 2008 01:01:25 -0700 (PDT) Received: by 10.150.97.21 with HTTP; Sat, 31 May 2008 01:01:25 -0700 (PDT) Message-ID: Date: Sat, 31 May 2008 16:01:25 +0800 From: "Ruel Luchavez" To: "Jon Radel" In-Reply-To: <4840CC17.8040502@radel.com> MIME-Version: 1.0 References: <4840CC17.8040502@radel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Redirect email account in freebsd 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: Sat, 31 May 2008 08:01:26 -0000 man forward is great, but im running in virtual postfix? any idea how to do ".forward" in virtual postfix? On Sat, May 31, 2008 at 11:55 AM, Jon Radel wrote: > Ruel Luchavez wrote: > >> ALL Hi, >> >> I dont know if its right to post my problem here.. >> >> > Yes. > > How would you redirect an email account? >> Lets put it in this way, we have an existing account namely >> account1@pro.com >> ,account2@pro.com and account3@pro.com what i want is >> when someone send and email to account1 only (no cc: or bcc: from sender) >> , >> account3 can also receive the message being sent >> to account1? is it possible? >> >> > If you're using sendmail (the default mail server in FreeBSD), probably the > easiest way is to edit /etc/mail/aliases and put the following line in the > file: > > account1: \account1, account3 > > and then run the newaliases command. > > While this will not send account3 two copies of e-mail that the sender sent > to both account1 and account3, it will not check that account1 is the only > recipient. If you need to strictly check that there are no cc: or bcc: > recipients, I suspect you will have to install something more sophisticated, > such as procmail from ports. > > I'm using the Thunderbird. >> > > Or, you could set up rules in Thunderbird to do the forwarding from there. > Of course, this means that mail gets forwarded only when account1 checks > for mail. > > --Jon Radel >