From owner-freebsd-hackers Mon Aug 11 17:52:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA12993 for hackers-outgoing; Mon, 11 Aug 1997 17:52:53 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id RAA12988 for ; Mon, 11 Aug 1997 17:52:50 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wy5B4-0002G6-00; Mon, 11 Aug 1997 17:51:14 -0700 Date: Mon, 11 Aug 1997 17:51:13 -0700 (PDT) From: Tom Samplonius To: Samy Touati cc: hackers@freebsd.org Subject: Re: sendmil on a bridge In-Reply-To: <33EFABB6.ED65982E@lmc.ericsson.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 11 Aug 1997, Samy Touati wrote: > Hi, > > I have a fbsd machine running 2.2.2 and it has 2 ethernets cards but > it's not a router. > I would like to have a sendmail config that will allow both sides of the > connections to send mail to this machine (to a local user on this > machine). > > Until now I was unsuccessful to get the mail working from both ends. > Only one ends is working. > > Any ideas? > > Thanks. > > Samy > > > > Make sure that you are using the same hostname on both segments (give the hostname multiple A records), or that you tell sendmail that you have multiple hostnames. Of course, you have't really described what you are experiencing, so I'm just guessing. Tom