From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 06:12:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B8C37B401 for ; Mon, 7 Jul 2003 06:12:45 -0700 (PDT) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEAB43F93 for ; Mon, 7 Jul 2003 06:12:43 -0700 (PDT) (envelope-from david@landgren.net) Received: from landgren.net (81-80-147-206.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 42677A959; Mon, 7 Jul 2003 15:12:42 +0200 (CEST) Message-ID: <3F097117.5030200@landgren.net> Date: Mon, 07 Jul 2003 15:09:43 +0200 From: David Landgren Organization: A thousand golden eyes are watching User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Beutler References: <003501c342ec$788eb7c0$9700a8c0@beutler.se> In-Reply-To: <003501c342ec$788eb7c0$9700a8c0@beutler.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Need help with a strange mail/domain problem! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 13:12:45 -0000 Thomas Beutler wrote: > Hi everyone! > > I'm a total stranger to the Unix world... too long have I dwelled in the > Windows area, and now I'm searching > for new horizons and worlds to explore... the Unix world. I looked around > and found FreeBSD interesting > enough to install... and here I am with a strange problem: > > I installed FreeBSD 5.0-Release and got the system running. So far - so > good. > Second task: Install bind and get the DNS running. So far - so good - at > least I think so. > > Third task was to get my email work... and now the problems begins. > > I own the domain beutler.se, and my computers name is visthusboden. > The server accepts incoming mail all right - no problems there... BUT... > ...whatever I do, all outgoing mail get the address > user@visthusboden.beutler.se instead of user@beutler.se > > What am I doing wrong? You didn't visit http://www.postfix.org/ :) Without wishing to start a flame war, if you are just starting out with smtp on Unix, I would recommend skipping Sendmail using Postfix instead. Having used both (sendmail for years, postfix for months), I wouldn't want to go back to Sendmail even if you paid me. Postfix is a joy to use. I don't think anyone will say that about sendmail. And the configuration files are human-readable. David