Mail Server Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationMail Server Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 19th, 2010, 05:10 AM
tee4cute tee4cute is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2010
Posts: 2 tee4cute User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 37 sec
Reputation Power: 0
Cannot send email to hotmail via my mail server

Hi, I've set up my email server using hmail (freeware)

I've already passed the authentication test of SPF record & sender ID. (I sent email to port25.com) This is the result


******************************************************************

This message is an automatic response from Port25's authentication verifier
service at verifier.port25.com. The service allows email senders to perform
a simple check of various sender authentication mechanisms. It is provided
free of charge, in the hope that it is useful to the email community. While
it is not officially supported, we welcome any feedback you may have at
<***>.

Thank you for using the verifier,

The Port25 Solutions, Inc. team

==========================================================
Summary of Results
==========================================================
SPF check: pass
DomainKeys check: neutral
DKIM check: neutral
Sender-ID check: pass
SpamAssassin check: ham

==========================================================
Details:
==========================================================

HELO hostname: ***
Source IP: ***
mail-from***)

----------------------------------------------------------
SPF check details:
----------------------------------------------------------
Result: pass
ID(s) verified: smtp.mail=***
DNS record(s):
***. 6400 IN TXT "v=spf1 a mx ptr -all"
***. 6400 IN A ***

----------------------------------------------------------
DomainKeys check details:
----------------------------------------------------------
Result: neutral (message not signed)
ID(s) verified: header.From=***
DNS record(s):

----------------------------------------------------------
DKIM check details:
----------------------------------------------------------
Result: neutral (message not signed)
ID(s) verified:

NOTE: DKIM checking has been performed based on the latest DKIM specs
(RFC 4871 or draft-ietf-dkim-base-10) and verification may fail for
older versions. If you are using Port25's PowerMTA, you need to use
version 3.2r11 or later to get a compatible version of DKIM.

----------------------------------------------------------
Sender-ID check details:
----------------------------------------------------------
Result: pass
ID(s) verified: header.From=***
DNS record(s):
***. 6400 IN TXT "v=spf1 a mx ptr -all"
***. 6400 IN A ***

----------------------------------------------------------
SpamAssassin check details:
----------------------------------------------------------
SpamAssassin v3.2.5 (2008-06-10)

Result: ham (2.1 points, 5.0 required)

pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_HELO_PASS SPF: HELO matches SPF record
-0.0 SPF_PASS SPF: sender matches SPF record
0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
[score: 0.4423]
2.1 AWL AWL: From: address is in the auto white-list

==========================================================
Explanation of the possible results (adapted from
draft-kucherawy-sender-auth-header-04.txt):
==========================================================

"pass"
the message passed the authentication test.

"fail"
the message failed the authentication test.

"softfail"
the message failed the authentication test, and the authentication
method has either an explicit or implicit policy which doesn't require
successful authentication of all messages from that domain.

"neutral"
the authentication method completed without errors, but was unable
to reach either a positive or a negative result about the message.

"temperror"
a temporary (recoverable) error occurred attempting to authenticate
the sender; either the process couldn't be completed locally, or
there was a temporary failure retrieving data required for the
authentication. A later retry may produce a more final result.

"permerror"
a permanent (unrecoverable) error occurred attempting to
authenticate the sender; either the process couldn't be completed
locally, or there was a permanent failure retrieving data required
for the authentication.

==========================================================
Original Email
==========================================================

Return-Path: <***>
Received: from *** (***) by verifier.port25.com (PowerMTA(TM) v3.6a1) id hpfup00hse8b for <***>; Mon, 19 Apr 2010 02:51:57 -0400 (envelope-from <***>)
Authentication-Results: verifier.port25.com smtp.mail=***; mfrom=pass;
Authentication-Results: verifier.port25.com header.From=***; domainkeys=neutral (message not signed);
Authentication-Results: verifier.port25.com; dkim=neutral (message not signed);
Authentication-Results: verifier.port25.com header.From=***; pra=pass;
Received: from [127.0.0.1] ([125.24.40.39])
by ***
; Mon, 19 Apr 2010 15:54:31 +0700
Message-ID: <4BCC1A34.40001***>
Date: Mon, 19 Apr 2010 15:54:12 +0700
From: Natthaphong Ruengpanyawut <***>
User-Agent: Thunderbird 2.0.0.24 (Windows/20100228)
MIME-Version: 1.0
To***)
Subject: check auth please!
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit



*******************************************************************

I found that the DKIM and DomianKeys are not required for sending email to hotmail (is this right?)

I'm fine to send email to GMail and Yahoo from my smtp server but hot maill is not (even not in the junk)

Please help!

Thanks.

Reply With Quote
  #2  
Old April 19th, 2010, 07:28 PM
webhostingdir webhostingdir is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2009
Posts: 162 webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level)webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level)webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level)webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level)webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level)webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level)webhostingdir User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Day 7 h 9 m 23 sec
Reputation Power: 0
Check for PTR record In some cases, Yahoo and Hotmail reject emails if PTR record is not properly set in mail server and also make sure that your server IP address is not blacklisted from the below mentioned URL:

http://www.mxtoolbox.com/blacklists.aspx

Reply With Quote
  #3  
Old April 19th, 2010, 08:03 PM
tee4cute tee4cute is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2010
Posts: 2 tee4cute User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 37 sec
Reputation Power: 0
This is the result from mxtoolbox

mxtoolbox.com/SuperTool.aspx?action=blacklist%3a61.47.18.102

I also tested for ptr and spf record too and it's ok.

There is a little thing I mentioned that is in the spf test result. -a parameter passed but -all parameter failed the test.

This is my spf record for mail domain

mail.absolute.co.th IN TXT "v=spf1 a -all"

And this is for my domain

absolute.co.th IN TXT "v=spf1 a mx ptr -all"

Please check for my spf record.

Thanks.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > Cannot send email to hotmail via my mail server

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap