From owner-freebsd-questions Mon Jun 17 14:41:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01481 for questions-outgoing; Mon, 17 Jun 1996 14:41:57 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA01469 for ; Mon, 17 Jun 1996 14:41:52 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA08686; Mon, 17 Jun 1996 14:39:57 -0700 From: Terry Lambert Message-Id: <199606172139.OAA08686@phaeton.artisoft.com> Subject: Re: sendmail To: tcg@ime.net Date: Mon, 17 Jun 1996 14:39:57 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <31C269BB.F79@ime.net> from "Gary Chrysler" at Jun 15, 96 03:43:55 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I'm trying to figure out how to setup my FreeBSD 2.1r box > as a mail server for my lan! (Amoungest other things :) > > Is sendmail the proper tool for this! > I've read the man page and Nemeth but I can't seem to make it work! > At least from Winbloze stations. Only os I have to send tests > from! > I really can't elaborate with error messages as Winbloze is to > stupid to give details! > It just tells me: > Cannot connect to xxx, make sure your account info is accurate. > > On the FBSD box: > ``user@localhost`` works. > ``user@host.domain`` works > ``user@domain`` doesn't work. Produces errors in maillog that > say something about routes back to myself. Happens when the reverse lookup fails for a machine with alias names. May also happen if you don't have an MX record for the domain. May also happen if you have an MX record, but the sendmail doesn't have: Cwlocalhost domain DMdomain (all outgoing mail will appear to come from "domain"). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.