SMTP error from remote mail server 554 : Helo command reject

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
pkumar125
Forum Newbie
Posts: 5
Joined: Sat Nov 03, 2007 12:44 am

SMTP error from remote mail server 554 : Helo command reject

Post by pkumar125 »

feyd | Please use

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]


My more then 50% emails getting rejected. The key error given below

1)SMTP error from remote mail server 554 : Helo command rejected: mta_clients_unkn_helo_b subscriber access helo
2)SMTP error from remote mail server 550 Requested action was not taken because this server doesn't handle mail for that user
3)SMTP Error 550 User Not Known
4)Due to extended inactivity new mail is not currently being accepted for this mailbox. 
5)SMTP error from remote mail server  554 no valid recipients, bye

[b]Example of one header :[/b]

Code: Select all

Return-Path: <real_estate_newsletter@myquicksend.com> 
Delivered-To: pkumar125@f4.p21.mail.in.rediffmail.com 
Received: (qmail 30210 invoked from network); 16 Nov 2007 12:47:55 -0000 
Received: [b]from unknown [/b](HELO host.myquicksend.com) (74.52.12.114) 
by 0 with SMTP; 16 Nov 2007 12:47:55 -0000 
DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=default; d=myquicksend.com; 
h=Received:To:From:Reply-To:Subject:Date:X-LibVersion:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID:X-AntiAbuse:X-AntiAbuse:X-AntiAbuse:X-AntiAbuse:X-AntiAbuse; 
b=kBfU4qP5tlcKna0DrF9ZoSzIYCVjBBl98A/jAwN7wEgW65t8xtMV3LOG18PSkKSbjMnnpjwuBMbPi0yhssnILRrSJ557FLic4i6ulNQRqi4NLZsGIDzGZTaUMBOA1RNo; 
Received: from mail.myquicksend.com ([74.52.12.115]) 
by host.myquicksend.com with esmtpa (Exim 4.68) 
(envelope-from <real_estate_newsletter@myquicksend.com>) 
id 1It0Le-00028G-7o 
for pkumar125@rediffmail.com; Fri, 16 Nov 2007 06:31:02 -0600 
To: pkumar125@rediffmail.com 
From: My Realty Newsletter <real_estate_newsletter@myquicksend.com> 
Reply-To: My Realty Newsletter <real_estate_newsletter@myquicksend.com> 
Subject: rediff, Add your Property Today No Charge 
Date: Fri, 16 Nov 2007 06:30:51 -0600 
X-LibVersion: 3.3.2_4 
MIME-Version: 1.0 
Content-Type: multipart/alternative; 
boundary="_=_swift-1311625086473d8d7b378cb7.80799939_=_"
Content-Transfer-Encoding: 7bit 
Message-ID: <20071116123102.27606.2146612342.email@myquicksend.com> 
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report 
X-AntiAbuse: Primary Hostname - host.myquicksend.com 
X-AntiAbuse: Original Domain - rediffmail.com 
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [0 0]
X-AntiAbuse: Sender Address Domain - myquicksend.com

Please help us to solve this problem. How to change Received: from unknown to Received: from 74.52.12.115 in message header

Thanks


feyd | Please use

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Just read the error messages: it is telling you that you are not authorized to use that SMTP server, apparently due to your account being inactive. There's no PHP or other error. You just have to renew your account with whatever server you are trying to use.
pkumar125
Forum Newbie
Posts: 5
Joined: Sat Nov 03, 2007 12:44 am

How to do SMTP auth setting for an email address

Post by pkumar125 »

Thanks for reply

Please guide me to make SMTP auth setup for my email address. I am only Administrator I can access cpanel and master control panel(WHM) too . I talked to data center support but they are saying "Jeff Y: That's because you have to authorise yourself as an actual user of that system, with username and password you would have to log into the mail server before sending ". I am sending emails from cron setting I amd I email script run from cron and not sure how my login will work please explain me a little bit more. I learn a lot from document provided in swiftmailer but still not able to achive GOAL

Please help me to solve it I am working on this project last two month and not able to success :( .





Thanks a lot
Post Reply