07-15-2011, 11:37 AM
|
#1
|
Junior Member
Join Date: Jul 2011 |
|
|
|
Referrals: 0 |
Posts: 1 |
Reputation: 10 |
|
| |
|
Emailing server
Hey!
I have got a question. I have set up Exim to my server and everything is working fine, but when I'm sending emails I get inbox to Gmail and Yahoo, but to AOL and Hotmail my emails go to junk.
This is how my headers look in gmail:
Code:
Delivered-To: email@gmail.com
Received: by 10.42.174.4 with SMTP id t4cs78000icz;
Wed, 13 Jul 2011 10:06:05 -0700 (PDT)
Received: by 10.236.79.170 with SMTP id i30mr1829363yhe.4.1310576765005;
Wed, 13 Jul 2011 10:06:05 -0700 (PDT)
Return-Path: <mailer@mydomain.com>
Received: from mail1.mydomain.com ([SERVER IP])
by mx.google.com with ESMTPS id k26si12525503yhm.14.2011.07.13.10.06.03
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 13 Jul 2011 10:06:03 -0700 (PDT)
Received-SPF: pass (google.com: domain of mailer@mydomain.com designates SERVER IP as permitted sender) client-ip=SERVER IP;
DomainKey-Status: good
Authentication-Results: mx.google.com; spf=pass (google.com: domain of mailer@mydomain.com designates SERVER IP as permitted sender) smtp.mail=mailer@mydomain.com; domainkeys=pass header.From=mailer@mydomain.com
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=mydomain.com;
h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:Importance;
b=dQH0fluVet1mSAw9ypzOo81/ghDp0rFulQrB5msbVN+qKB0QvIURT9V6BmtywLnu+UEkIMcWBdYwCeSIgqAsGwApbdllCdSy2dhmiIm6tClAhjRviQgJ3mBBUVmaAS6V;
Received: from localhost ([127.0.0.1] helo=mydomain.com)
by mail1.mydomain.com with esmtpa (Exim 4.69)
(envelope-from <mailer@mydomain.com>)
id 1Qh2ss-0007WO-Rh
for email@gmail.com; Wed, 13 Jul 2011 13:06:02 -0400
Received: from IP HERE ([IP Here])
(SquirrelMail authenticated user mailer@mydomain.com)
by mydomain.com with HTTP;
Wed, 13 Jul 2011 13:06:02 -0400
Message-ID: <cfd517200cab0b5c5d2753515a8f10f0.squirrel@mydomain.com>
In-Reply-To: <id@gmail.com>
References: <36640f561bd89fd6c8aba83b00f7a4c9.squirrel@mydomain.com>
<id@gmail.com>
Date: Wed, 13 Jul 2011 13:06:02 -0400
Subject: Re: Test
From: mailer@mydomain.com
To: "Jaan" <myemail>
User-Agent: SquirrelMail/1.4.21
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - mail1.mydomain.com
X-AntiAbuse: Original Domain - gmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - mydomain.com
So it shows that SPF is good, PTR is good, domain keys is good. I have done dkim test and it shows that it's good, but what do I need to get inbox to AOL and Hotmail?
Please help me out.
Thank you in advance.
|
|
|
|
|