From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 08:22:13 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 25E8716A400 for ; Fri, 13 Jul 2007 08:22:13 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0AD13C4B4 for ; Fri, 13 Jul 2007 08:22:12 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Jul 2007 15:22:07 +0700 Received: from [58.187.106.120] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <4697362E.8010608@fpt.vn> Date: Fri, 13 Jul 2007 15:22:06 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.4 (X11/20070624) MIME-Version: 1.0 To: Olivier Nicole References: <46970917.3030502@fpt.vn> <200707130536.l6D5akxS070187@banyan.cs.ait.ac.th> <46971201.8030101@fpt.vn> <200707130552.l6D5qEM7071933@banyan.cs.ait.ac.th> <4697170E.3000909@fpt.vn> <200707130728.l6D7SfBA086091@banyan.cs.ait.ac.th> In-Reply-To: <200707130728.l6D7SfBA086091@banyan.cs.ait.ac.th> X-OriginalArrivalTime: 13 Jul 2007 08:22:07.0420 (UTC) FILETIME=[E6C137C0:01C7C526] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: is is able to setting up DNS server reverse lookup with DynamicIP? 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, 13 Jul 2007 08:22:13 -0000 Olivier Nicole wrote: >> But my postfix only can receive mails from freebsd-questions mailing >> list, it can not send mail to this. >> > > There is another thing you have to consider. As it is explained in > http://www.bsdforums.org/forums/showthread.php?p=265093#post265093 > your dynamic IP has been black listed (the IP was used before by > someone else who sent SPAM, so now the IP is in a list of bad guys and > many mail server will refuse to receive emails from your IP). > > So it is really a better idea that you sent all your email thought FPT > email server. > > Best regards, > > Olivier > > OK I understood, this is one lession I learned today: In order to run "real" mail server, fixed IP address for forward and reverse DNS is must-have. I will choose method of relaying through ISP though I prefer the first one. Tnx you very much.