From owner-freebsd-hackers Tue Aug 12 06:49:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA22207 for hackers-outgoing; Tue, 12 Aug 1997 06:49:23 -0700 (PDT) Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA22202 for ; Tue, 12 Aug 1997 06:49:19 -0700 (PDT) Received: from mr1.exu.ericsson.se (mr1.exu.ericsson.com [138.85.147.11]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id IAA25855; Tue, 12 Aug 1997 08:48:48 -0500 (CDT) Received: from noah.lmc.ericsson.se (noah.lmc.ericsson.se [142.133.1.1]) by mr1.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with ESMTP id IAA27657; Tue, 12 Aug 1997 08:48:44 -0500 (CDT) Received: from platinium.lmc.ericsson.se (platinium.lmc.ericsson.se [142.133.28.122]) by noah.lmc.ericsson.se (8.8.5/8.8.5) with ESMTP id JAA15349; Tue, 12 Aug 1997 09:46:29 -0400 (EDT) Received: from lmc.ericsson.se (platinium.lmc.ericsson.se [142.133.28.122]) by platinium.lmc.ericsson.se (8.8.3/8.8.3) with ESMTP id JAA13379; Tue, 12 Aug 1997 09:44:05 -0400 (EDT) Message-ID: <33F068A4.2B74050E@lmc.ericsson.se> Date: Tue, 12 Aug 1997 09:44:04 -0400 From: Samy Touati Organization: Ericsson Research Canada X-Mailer: Mozilla 4.02 [en] (X11; I; SunOS 5.5.1 sun4m) MIME-Version: 1.0 To: Tom Samplonius , hackers@freebsd.org Subject: Re: sendmil on a bridge References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When I send email from one segment, everything is fine. But when I send it from the second segment I get this message in the log: Aug 11 16:01:23 millipede sendmail[26335]: QAA26333: SYSERR(root): 142.133.241.1 config error: mail loops back to me (MX problem?) Aug 11 16:02:49 millipede sendmail[26344]: My unqualified host name (millipede) unknown; sleeping for retry Aug 11 16:03:49 millipede sendmail[26344]: unable to qualify my own domain name (millipede) -- using short name How can I tell sendmail that the machine has 2 hostnames? Samy Tom Samplonius wrote: > > 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