From owner-freebsd-questions@FreeBSD.ORG Tue Dec 2 07:59:01 2008 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 4ED43106564A for ; Tue, 2 Dec 2008 07:59:01 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id D98748FC19 for ; Tue, 2 Dec 2008 07:59:00 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id mB27vh7V026595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Dec 2008 14:57:43 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id mB27wxOk079265; Tue, 2 Dec 2008 14:58:59 +0700 (ICT) Date: Tue, 2 Dec 2008 14:58:59 +0700 (ICT) Message-Id: <200812020758.mB27wxOk079265@banyan.cs.ait.ac.th> From: Olivier Nicole To: ebbe.hjorth@gmail.com In-reply-to: <1bd820d80812012338v6c4c8926ncc24838956fa9ee7@mail.gmail.com> (ebbe.hjorth@gmail.com) References: <1bd820d80812012338v6c4c8926ncc24838956fa9ee7@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: mx1.freebsd.org 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, 02 Dec 2008 07:59:01 -0000 Hi, > My postfix mail servers shows to messages in the queue saying > > (host mx1.FreeBSD.org[69.147.83.52] said: 450 4.7.1 Client host rejected: > cannot find your hostname, [86.58.167.132] (in reply to RCPT TO command)) > > But when i do a lookup or a reverse lookup, i find my hostname, also > from work and other ip, not only local ;) I am not sure if that helps but: dig -x 86.58.167.132 ;; ANSWER SECTION: 132.167.58.86.in-addr.arpa. 3600 IN PTR apz.dk. dig apz.dk ;; ANSWER SECTION: apz.dk. 3600 IN A 86.58.131.227 I am not sure if that's the expected result. olivier