From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 23:22:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A0B916A417 for ; Fri, 28 Sep 2007 23:22:35 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA0C13C458 for ; Fri, 28 Sep 2007 23:22:35 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so5720728pyb for ; Fri, 28 Sep 2007 16:22:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=d+jwWPaVxpop2T3EvWwe8d0sv/ksxLYKkkIC+VBFZBY=; b=o+YXR3OUAehJUxIzyk1i/M6gfjXyI974z+fYjOum2Y6CtWMmQ5DCGYckjH5M9OPhGo9Ky/S5I7GiTn/hfmWni3ZZluIuCwfMlRn0rIAsqg3X3Y2h/HCR6jLRqXseK1cJ/+uiEQRgjvzS+zQERIfGX4+jfPnNEsffazl0n1KmDrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ZbbG1IGpB+BH7+7iI5Ch+tSsHDCOEv+yYMgzE82pBv3iId9hH8v5ogB5rkLxDYVAxnDSEtIb4F//v73rSrpfuGdDrhUb+Rm0Y05WuGBJZsVkVoVuye9cJiQMJuj5NE44Mbv1c6ZeYSKEi8O901IAIMgD5zJ7GLhNB/rePJQnYOE= Received: by 10.35.85.1 with SMTP id n1mr4219865pyl.1191021753744; Fri, 28 Sep 2007 16:22:33 -0700 (PDT) Received: by 10.35.105.8 with HTTP; Fri, 28 Sep 2007 16:22:33 -0700 (PDT) Message-ID: Date: Fri, 28 Sep 2007 20:22:33 -0300 From: Agus To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cant send email using mail but it works telnetting... 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: Fri, 28 Sep 2007 23:22:35 -0000 Hi list... I gound a problem while trying to send an email with a script using mail -s "Subject" user@localhost Then i entered the data...finished with . but it gets stuck in the queue with this... V8 T1191019178 K1191020151 N2 P120418 I0/80/47582 MDeferred: Connection refused by himalaya.free-shells.com.ar. Fbs $_localhost [127.0.0.1] $rESMTP $severest.free-shells.com.ar ${daemon_flags} ${if_addr}127.0.0.1 S MDeferred: Connection refused by himalaya.free-shells.com.ar. rRFC822; root@himalaya.free-shells.com.ar RPFD: H?P?Return-Path: <<81>g> H??Received: from everest.free-shells.com.ar (localhost [127.0.0.1]) by everest.free-shells.com.ar (8.13.6/8.13.6) with ESMTP id l8SMdc7L021779 for ; Fri, 28 Sep 2007 19:39:38 -0300 (ART) (envelope-from brahama@himalaya.free-shells.com.ar) H??Received: (from root@localhost) by everest.free-shells.com.ar (8.13.6/8.13.6/Submit) id l8SMdc3P021778 for root@localhost; Fri, 28 Sep 2007 19:39:38 -0300 (ART) (envelope-from brahama) H??Date: Fri, 28 Sep 2007 19:39:38 -0300 (ART) H??From: User Brahama H??Message-Id: <200709282239.l8SMdc3P021778@everest.free-shells.com.ar> H??To: root@everest.free-shells.com.ar H??Subject: subjet . My hostname is everest....my firewall/router name is himalaya.... I think the problem is that is trying to resolve to himalaya.free-shells.com.ar which is the FQDN in my NS.... could it be that? how can i bypass local mail to go directly to localhost sendmail...? Thanks... PS: While telneting localhost 25 and sending it manually works....