From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 22:30:43 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 2992B16A468 for ; Tue, 19 Jun 2007 22:30:43 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DC4C313C447 for ; Tue, 19 Jun 2007 22:30:42 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 19 Jun 2007 18:30:42 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NLT77720; Tue, 19 Jun 2007 18:30:42 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 19 Jun 2007 18:30:40 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18040.22801.478189.947680@jerusalem.litteratus.org> Date: Tue, 19 Jun 2007 18:30:41 -0400 To: freebsd-questions In-Reply-To: References: <200706181335.26402.freebsd@dfwlp.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: [SOLVED] 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 22:30:43 -0000 Agus writes: > OK....thanks to Jonathan i started changing config and saw that /etc/hosts > had this: > 127.0.0.1 localhost.my-domain.com > 192.x.x.x machine.my-domain.com > > So when i tried to send mails to localusers i got them stuck in queue with > deferred.... > > Now i changed my /etc/hosts to this: > 127.0.0.1 localhost > 192.x.x.x machine > > and thats it.... > Now it works.... > Is this ok? As I understand things, the format is: ... e.g.: 192.168.43.9 machine.my-domain.com machine gumball print-server-3 ps3 Robert Huff