From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 09:40:14 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C68316A4D4 for ; Tue, 14 Aug 2007 09:40:14 +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 65CC413C48D for ; Tue, 14 Aug 2007 09:40:12 +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.12.11) with ESMTP id l7E9Sjkc046910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Aug 2007 16:28:45 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7E9SiOk048034; Tue, 14 Aug 2007 16:28:44 +0700 (ICT) Date: Tue, 14 Aug 2007 16:28:44 +0700 (ICT) Message-Id: <200708140928.l7E9SiOk048034@banyan.cs.ait.ac.th> From: Olivier Nicole To: ngharibyan@mail.ru In-reply-to: <000601c7de53$aaf0fb40$180ca8c0@arm.synisys.com> (ngharibyan@mail.ru) References: <000601c7de53$aaf0fb40$180ca8c0@arm.synisys.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: My mail could not be delivered HELP 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, 14 Aug 2007 09:40:14 -0000 > I could not send any mail to that mail server > > Freebsd.org > > But I could deliver mails to all other mail servers? > > Tue 2007-08-14 13:41:32: <-- 450 4.7.1 Client host rejected: cannot find > your hostname, [91.103.27.98] Tue 2007-08-14 13:41:32: --> RCPT > To: Tue 2007-08-14 13:41:33: <-- 450 4.7.1 Client > host rejected: cannot find your hostname, [91.103.27.98] Tue 2007-08-14 The important part of the error message is the one above. Many mail server only accept messages from machines that have a valid rDNS reccord. It looks like you are sending email from a machine with a dynamic IP, that has no rDNS, so FreeBSD mailing listr server will not accept your message. Maybe you should try to send your email through your ISP mail gateway. Best regards, Olivier