sendmail fails to deliver to livemail with policy bounce

This is a discussion on sendmail fails to deliver to livemail with policy bounce within the SendMail forums in Other Technologies category; Hi list, I've configured up a webserver, it server exists only as a webserver and as such PHP is doing all of the sending using sendmail. I have a problem whereby any mail sent to hotmail (livemail) addresses gets rejected with the following bounce: From MAILER-DAEMON@www.MYHOST.com.au Sat Aug 30 10:46:22 2008 Date: Sat, 30 Aug 2008 10:46:22 +1000 From: Mail Delivery Subsystem <MAILER-DAEMON @ www.MYHOST.com.au> To: <apache @ www.MYHOST.com.au> MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="m7U0kMSt026514.1220057182/www.MYHOST.com.au" Subject: Returned mail: see transcript for details Auto-Submitted: auto-generated (failure) This is a MIME-encapsulated message --m7U0kMSt026514.1220057182/www.MYHOST.com.au The original message was received at Sat, 30 Aug ...

Go Back   Application Development Forum > Other Technologies > SendMail

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-29-2008, 09:40 PM
liamgegan@gmail.com
Guest
 
Default sendmail fails to deliver to livemail with policy bounce

Hi list,

I've configured up a webserver, it server exists only as a webserver
and as such PHP is doing all of the sending using sendmail. I have a
problem whereby any mail sent to hotmail (livemail) addresses gets
rejected with the following bounce:

From MAILER-DAEMON@www.MYHOST.com.au Sat Aug 30 10:46:22 2008
Date: Sat, 30 Aug 2008 10:46:22 +1000
From: Mail Delivery Subsystem <MAILER-DAEMON@www.MYHOST.com.au>
To: <apache@www.MYHOST.com.au>
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="m7U0kMSt026514.1220057182/www.MYHOST.com.au"
Subject: Returned mail: see transcript for details
Auto-Submitted: auto-generated (failure)

This is a MIME-encapsulated message

--m7U0kMSt026514.1220057182/www.MYHOST.com.au

The original message was received at Sat, 30 Aug 2008 10:46:21 +1000
from localhost.localdomain [127.0.0.1]

----- The following addresses had permanent fatal errors -----
<RECIPIENT@hotmail.com>
(reason: 550 OU-001 Mail rejected by Windows Live Hotmail for
policy reasons. Reasons for rejection may be re...l/network admins,
pleas
e visit http://postmaster.live.com for email delivery information and
support)

----- Transcript of session follows -----
.... while talking to mx2.hotmail.com.:
>>> MAIL From:<apache@www.MYHOST.com.au> SIZE=1824

<<< 550 OU-001 Mail rejected by Windows Live Hotmail for policy
reasons. Reasons for rejection may be related to content with spam-
like cha
racteristics or IP/domain reputation problems. If you are not an email/
network admin please contact your E-mail/Internet Service Provider f
or help. Email/network admins, please visit http://postmaster.live.com
for email delivery information and support
554 5.0.0 Service unavailable

--m7U0kMSt026514.1220057182/www.MYHOST.com.au
Content-Type: message/delivery-status

Reporting-MTA: dns; www.MYHOST.com.au
Received-From-MTA: DNS; localhost.localdomain
Arrival-Date: Sat, 30 Aug 2008 10:46:21 +1000




The headers of an email sent to another address are as follows:

From: User Man <donotreply@MYHOST.com.au>
Date: 30 August 2008 10:21:48 AM
To: RECIPIENT@gmail.com
Subject: SUBJECT LINE
Reply-To: User Man <donotreply@MYHOST.com.au>
Delivered-To: RECIPIENT@gmail.com
Received: by 10.67.98.6 with SMTP id a6cs137226ugm; Fri, 29 Aug 2008
17:22:38 -0700 (PDT)
Received: by 10.110.20.17 with SMTP id 17mr3938043tit.
12.1220055755747; Fri, 29 Aug 2008 17:22:35 -0700 (PDT)
Received: from www.MYHOST.com.au (www.MYHOST.com.au [XXX.XXX.XXX.XXX])
by mx.google.com with ESMTP id d7si2441965tib.4.2008.08.29.17.22.33;
Fri, 29 Aug 2008 17:22:35 -0700 (PDT)
Received: from www.MYHOST.com.au (localhost.localdomain [127.0.0.1])
by www.MYHOST.com.au (8.13.8/8.13.8) with ESMTP id m7U0LmA6026177 for
<RECIPIENT@gmail.com>; Sat, 30 Aug 2008 10:21:48 +1000
Received: (from apache@localhost) by www.MYHOST.com.au (8.13.8/8.13.8/
Submit) id m7U0LmR9026176; Sat, 30 Aug 2008 10:21:48 +1000
Return-Path: <apache@www.MYHOST.com.au>
Received-Spf: pass (google.com: best guess record for domain of
apache@www.MYHOST.com.au designates XXX.XXX.XXX.XXX as permitted
sender) client-ip= XXX.XXX.XXX.XXX;
Authentication-Results: mx.google.com; spf=pass (google.com: best
guess record for domain of apache@www.MYHOST.com.au designates
XXX.XXX.XXX.XXX as permitted sender)
smtp.mail=apache@www.MYHOST.com.au
Message-Id: <ed8584fb5946f3e1e1f38c1d9e96769f@MYHOST.com.au>
X-Priority: 3
X-Mailer: PHPMailer [version 1.73]
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_ed8584fb5946f3e1e1f38c1d9e96769f"




Which would appear to be correct enough to me.

Obviously in both examples above, www.MYHOST.com.au is the valid
hostname and XXX.XXX.XXX.XXX is the server IP address. I've set up an
A record and a PTR record so forward and reverse DNS lookups work
fine.

Let me know which configs/logs to post for diagnosis.

Please help.

Thanks,
Liam.
Reply With Quote
  #2  
Old 09-02-2008, 07:39 AM
Tilman Schmidt
Guest
 
Default Re: sendmail fails to deliver to livemail with policy bounce

On 30.08.2008 03:40 liamgegan@gmail.com wrote:
> I've configured up a webserver, it server exists only as a webserver
> and as such PHP is doing all of the sending using sendmail. I have a
> problem whereby any mail sent to hotmail (livemail) addresses gets
> rejected with the following bounce:

[...]
> ... while talking to mx2.hotmail.com.:
>>>> MAIL From:<apache@www.MYHOST.com.au> SIZE=1824

> <<< 550 OU-001 Mail rejected by Windows Live Hotmail for policy
> reasons. Reasons for rejection may be related to content with spam-
> like cha
> racteristics or IP/domain reputation problems. If you are not an email/
> network admin please contact your E-mail/Internet Service Provider f
> or help. Email/network admins, please visit http://postmaster.live.com
> for email delivery information and support
> 554 5.0.0 Service unavailable

[...]
> Let me know which configs/logs to post for diagnosis.


Your configs/logs won't help, because the problem isn't on your side.
Those of mx2.hotmail.com might be helpful but I doubt you'll be able
to get them.

> Please help.


The server mx2.hotmail.com rejected your mail for reasons of its own
that have nothing to do with technical problems. (That's what "policy
reasons" means.) Me and you can only guess what those reasons might
be.

Did you look at the URL given in the message? Perhaps you'll find
some hints there on why they rejected your mail.

HTH
T.

--
Please excuse my bad English/German/French/Greek/Cantonese/Klingon/...
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 10:56 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.