I have one more question for those who have the time to answer. I ran a deleverability test and am getting this warning. *Reverse DNS is not a Valid Hostname*
What should I do to clear this up? Here is my header once again. Delivered-To: [email protected] Received: by 10.36.51.18 with SMTP id k18csp1628559itk; Mon, 15 Jun 2015 16:12:14 -0700 (PDT) X-Received: by 10.52.240.198 with SMTP id wc6mr42953689vdc.34.1434409934009; Mon, 15 Jun 2015 16:12:14 -0700 (PDT) Return-Path: <[email protected]> Received: from mymodeltalk.com (MyModelTalk.com. [52.0.148.79]) by mx.google.com with ESMTP id fa3si18397936vdb.22.2015.06.15.16.12.13 for <[email protected]>; Mon, 15 Jun 2015 16:12:13 -0700 (PDT) Received-SPF: pass (google.com: domain of [email protected] designates 52.0.148.79 as permitted sender) client-ip=52.0.148.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email protected] designates 52.0.148.79 as permitted sender) smtp.mail= [email protected]; dkim=neutral (no signature) [email protected] Received: from inform.mymodeltalk.com (localhost.localdomain [127.0.0.1]) by mymodeltalk.com (Postfix) with ESMTPA id 5A44333CE4 for <[email protected]>; Mon, 15 Jun 2015 19:12:13 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mymodeltalk.com; s=default; t=1434409933; bh=3XaW4YGQFDV4fAXcIZGdCk5JNu/5qoKKTkyrahEnW4o=; h=Date:To:From:Subject; b=XeD24kGDfDY1BRGTr4m2ZQxsFva+J11tNuiqi6LEcehPS2L22v2nkWlGFy13D4y/e MgWYopilu0I9AbQIhQ6sauNqKvmOsqAwDxjJ38w0HcuPi1lbyTivErtoAkqZZN2BBy 1CYr3A675di+thsPecbnXYWwLk9G8lQ4CxKFynGc= Date: Mon, 15 Jun 2015 23:12:13 +0000 To: [email protected] From: MMT Hot Castings <[email protected]> Subject: Atlanta Daily Casting Call Digest - MyModelTalk Message-ID: <[email protected]> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] X-Mailer: phplist v2.10.19 X-MessageID: 6696 X-ListMember: [email protected] Errors-To: [email protected] MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_1be90f23e5ec5cb3112d6555f65b47d3" --b1_1be90f23e5ec5cb3112d6555f65b47d3 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit -- Mike McKoy *404.590.7176* http://MyForeverHair.com http://www.MyModelTalk.com http://InCrowdUSA.net http://www.google.com/profiles/mikemckoy On Mon, Jun 15, 2015 at 9:20 AM, Viktor Dukhovni <[email protected] > wrote: > On Mon, Jun 15, 2015 at 08:49:51AM -0400, Mike McKoy wrote: > > > Ok i'm the kind of guy you guys probably hate. I'm having header issues > and > > getting blocked repeatedly I'm not sure if received from is referring to > > the hostname but I think it is. > > Generally, the "HELO name", which by default Postfix also derives > from the "myhostname" setting in main.cf. Your PTR record is > fine by the way: > > $ dig +noall +ans +nocl +nottl -x 52.0.148.79 > 79.148.0.52.in-addr.arpa. PTR MyModelTalk.com. > > > Received: from ip-172-30-1-113.localdomain (MyModelTalk.com. > [52.0.148.79]) > > by mx.google.com with ESMTP id > n6si7418515qgd.76.2015.06.15.04.23.41 > > for <[email protected]>; > > Mon, 15 Jun 2015 04:23:42 -0700 (PDT) > > Received-SPF: pass (google.com: domain of [email protected] > designates > > 52.0.148.79 as permitted sender) client-ip=52.0.148.79; > > Authentication-Results: mx.google.com; > > spf=pass (google.com: domain of [email protected] designates > > 52.0.148.79 as permitted sender) [email protected] > > Something is setting "myhostname" or at least "smtp_helo_name" to > to "ip-172-30-1-113.localdomain". Don't do that. Use a real > domain name, perhaps: > > myhostname = mymodeltalk.com > > as reflected in the message id and "From:" headers: > > > Message-ID: <[email protected]> > > From: "MyModelTalk Free Casting Calls for Models and Actors!" < > [email protected]> > > -- > Viktor. >
