From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 11:28:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7E7F16A400 for ; Wed, 25 Apr 2007 11:28:29 +0000 (UTC) (envelope-from nino80@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 97A6713C44B for ; Wed, 25 Apr 2007 11:28:29 +0000 (UTC) (envelope-from nino80@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so18062ana for ; Wed, 25 Apr 2007 04:28:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j6HwPhXlgVLDbSkDiKX8cLq2hUkUeJ0q7MnEjD+gb9YydBzKO8wm28BplxDnMcBplyn2AVDAGMueYIBIoConOOCf9AaCTNO6rXFRG8AJVIy+KO1Vpa+TnQ4S9dQ/BhVjxQ5ayno0vZ8lTzERGT0ofUWSSndlv86fxxda/Ou28gE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tnhFcEHjRvvXqQkxCYS6SJnk3qPcYgZjllyjuFjqVkeGnxZyGDb6YuZSh0KWOuus0rr0VK6a38WkTgJ6XfqWSuLXrKISsU0wkyFXsN56/4KaPSTYATuO6JU63jovK1wRt+K3KfH/RxEbCeW4Usk0oTVO0LD/k9zWMpusFpfggME= Received: by 10.115.59.4 with SMTP id m4mr136447wak.1177500508126; Wed, 25 Apr 2007 04:28:28 -0700 (PDT) Received: by 10.114.208.13 with HTTP; Wed, 25 Apr 2007 04:28:28 -0700 (PDT) Message-ID: <92bcbda50704250428m7e1e3902r9f1ba91f32c72099@mail.gmail.com> Date: Wed, 25 Apr 2007 13:28:28 +0200 From: "n j" To: "User Questions" In-Reply-To: <20070425063738.0E52.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <92bcbda50704250027m721e7115p4a30eff3a282946c@mail.gmail.com> <20070425063738.0E52.GERARD-SEIBERT@seibercom.net> Subject: Re: postfix question 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: Wed, 25 Apr 2007 11:28:29 -0000 > You would probably get better assistance if you asked this question on > the Postfix forum. True. However, I did google through a lot of Postfix resources (documentation, forums, mailing lists...) and didn't find what I was looking for. I posted this question here hoping that someone already ran into this problem, solved it somehow and was perhaps willing to help me. I mean, people reading this list are system admins with experience. > Your machine isn't trying to establish a connection to: username@somedomain.com, > it is trying to establish a connection to IP address x.y.z.a... That is not relevant in my case. What I want to do is define two different smtp services in master.cf (each bound to a different IP address with smtp_bind_address option) and have Postfix use one or the other based on incoming interface or sender's address/domain. > You need 2 mailservers to do what you want. That might be true with Postfix, although two instances on the same machine would suffice - I'm looking for a solution that doesn't include two instances. I know it can easily be done with Exim and I'm actually testing on my test machine Exim installation right now. Speaking of which, is FreeBSD with Exim a good combination for a mailserver, what are your experiences? Thanks, -- Nino