From owner-freebsd-questions@FreeBSD.ORG Sun Sep 16 22:18:35 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CE416A417 for ; Sun, 16 Sep 2007 22:18:35 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 713D713C478 for ; Sun, 16 Sep 2007 22:18:35 +0000 (UTC) (envelope-from kyrreny@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0JOH00IH5FAY1T70@osl1smout1.broadpark.no> for questions@freebsd.org; Mon, 17 Sep 2007 00:18:34 +0200 (CEST) Received: from [10.0.0.3] ([88.89.21.124]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTPA id <0JOH00MWUFAY2G0D@osl1sminn1.broadpark.no> for questions@freebsd.org; Mon, 17 Sep 2007 00:18:34 +0200 (CEST) Message-id: <46EDABBA.6070206@broadpark.no> Date: Mon, 17 Sep 2007 00:18:34 +0200 From: =?ISO-8859-1?Q?Kyrre_Nyg=E5rd?= User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) To: Eric References: <46ECBB71.2090904@broadpark.no> <46ED2311.5090809@mikestammer.com> In-reply-to: <46ED2311.5090809@mikestammer.com> Cc: questions@freebsd.org Subject: Re: How to answer mails to me@? 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, 16 Sep 2007 22:18:35 -0000 Eric wrote: > look at > > /usr/local/etc/postfix/virtual > > and man 5 virtual > > it will explain how to handle virtual domains and direct anything to > any mail account you want > > All I had to do was to add the domain to mydestinations! Thanks again!