From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 22:04:18 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 A8F1016A468 for ; Tue, 19 Jun 2007 22:04:18 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 0577913C458 for ; Tue, 19 Jun 2007 22:04:17 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so4134869pyi for ; Tue, 19 Jun 2007 15:04:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TRO0XSl8gKN8HetBBIa2ssFoWCFnlo0vZzJJiZqF87YtinhUiblVLIeXt+JJI73zB95EBKQP/TH/MRzeCce88b+Y+8SRR4JGxEtd+jBjfezNccvfBg4Qx/OM3dp85YIATZshiCH9UmBb8/94dlloOL876WPJBTPL1acpm+s08IE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=YhHr3SEXKPVRd+0jJnJyJrrxEW4AjHjaii95UA49BhsFsvXeZk/TTUk2wTRtEXHeVacJJWE6j/Rxtb3sPYPw7jRjHjwgdxErrPymMA56LK/HneXrHE75bBxXFPP9mbGal2nq4DG1CP17nleRpNJgQvKvMtGWS3kU5De+NjXQ1U8= Received: by 10.65.148.19 with SMTP id a19mr12434635qbo.1182290625164; Tue, 19 Jun 2007 15:03:45 -0700 (PDT) Received: by 10.65.241.18 with HTTP; Tue, 19 Jun 2007 15:03:45 -0700 (PDT) Message-ID: Date: Tue, 19 Jun 2007 19:03:45 -0300 From: Agus To: "Jonathan Horne" In-Reply-To: MIME-Version: 1.0 References: <200706181335.26402.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions 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:04:18 -0000 2007/6/19, Agus : > > 2007/6/18, Jonathan Horne : > > > > On Monday 18 June 2007 09:57:27 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.... > > > > > > any help will be great... > > > my rc.conf doesnt mention sendmail... > > > ps shows sendmail running... > > > and messages to root for example get stuck in queue with deferred, > > cant > > > connect himalaya... > > > > > > thankss > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > if you do a 'host [yourdomain]', what does it say your MX record > > is. you need > > this server to be able to find "itself" as the MX for the domain, > > internally. > > > > hth, > > -- > > Jonathan Horne > > http://dfwlpiki.dfwlp.org > > freebsd@dfwlp.com > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > > OK....I see where you are going...great tip, thank you very much.... > As i have dynamic IP i have zoneedit as my DNS and mail.... > How can i add myself as MX? can i do it in my bsd or i have to change my > zoneedit records?? > > Thanks again... > 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? thanksss