From owner-freebsd-questions@FreeBSD.ORG Thu Jun 29 14:47:47 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 462AC16A47B for ; Thu, 29 Jun 2006 14:47:47 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7F443DF2 for ; Thu, 29 Jun 2006 14:46:46 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so260192pyc for ; Thu, 29 Jun 2006 07:46:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GAsmdv8FV5zHdytmcBa7UvEko1NhZlX8MVvssEevbO7ZzgPzi9KZ5xUPgNz5LGWz9ZlNrABS2XkxndjxjrZ59ncCuK/VmYuuVA/IVpdO1RUGl+tMdqBOZ5wT/MaMH4YMI3L4+U1QRYG2GYT9KLHDyXq4dYk1nZSEz1xmdYrSDAc= Received: by 10.35.84.16 with SMTP id m16mr1584712pyl; Thu, 29 Jun 2006 07:46:45 -0700 (PDT) Received: by 10.35.90.3 with HTTP; Thu, 29 Jun 2006 07:46:45 -0700 (PDT) Message-ID: <23ed14b80606290746h4a3f882eyd1b24397e24e645b@mail.gmail.com> Date: Thu, 29 Jun 2006 16:46:45 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: freebsd-questions@freebsd.org In-Reply-To: <44A3E6C4.1080002@dial.pipex.com> MIME-Version: 1.0 References: <23ed14b80606290733y6d6c3b48r8bafed408f1ece84@mail.gmail.com> <44A3E6C4.1080002@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: How do I add more aliases to my .forward vacation file? 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: Thu, 29 Jun 2006 14:47:47 -0000 On 6/29/06, Alex Zbyslaw wrote: > > Andreas Wider=F8e Andersen wrote: > > > Hi, > > How can I add more than one alias to my .forward vacation file? > > > > I have an email address that has two aliases in addition to the > > username. I > > receive mail to all and would like to know how (if) I can add another > > alias. > > > > My .foward file is like this today: > > > > \myusername, "|/usr/bin/vacation -a myalias myusername" > > > > I have tried a few things, but just get error messages. > > And what are the error messages? User unknown. I tried both: \myusername, "|/usr/bin/vacation -a myalias1 myalias2 myusername" and \myusername, "|/usr/bin/vacation -a myalias1 -a myalias2 myusername" /Andreas