From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 07:54:07 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 B027416A400 for ; Tue, 19 Jun 2007 07:54:07 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1887013C448 for ; Tue, 19 Jun 2007 07:54:06 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l5J7ropn002057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 19 Jun 2007 10:53:58 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l5J7rS6F001917; Tue, 19 Jun 2007 10:53:44 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l5IIsfVp002400; Mon, 18 Jun 2007 21:54:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 18 Jun 2007 21:54:40 +0300 From: Giorgos Keramidas To: Agus Message-ID: <20070618185440.GD2196@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.563, required 5, ALL_TRUSTED -1.80, AWL -0.58, BAYES_40 -0.18) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions Subject: Re: sendmail local problem... 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: Tue, 19 Jun 2007 07:54:07 -0000 On 2007-06-18 11:57, Agus wrote: > Hi all, > > I am having trouble with my mail....I only want it configured to > deliver locally, which in one of my bsd did it by default...but in > this bsd i am gettint messages deferred... Connection refused by > himalaya.x.x which is my router. It seems like sendmail is trying to > relay it to my router...but is local mail.... Show us the output of: # grep sendmail /etc/defaults/rc.conf /etc/rc.conf # ls -l /etc/mail/*.mc It sounds like you have a misconfigured Sendmail installation.