hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Hosting : need your help 'SMTP protocol failure'
Reply

Web Hosting Discussions on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects. If your service is unavailable, please click here.
Forum Jump

need your help 'SMTP protocol failure'

Reply Post New Thread In Web Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 07-26-2005, 02:32 PM
purupurin purupurin is offline
New Member
 
Join Date: Jul 2005
Posts: 3

need your help 'SMTP protocol failure'


I use splitinfinity hosting.

Our program tries to send out e-mail to our registered members, but it appears 'SMTP protocol failure (220 We do not authorize the use of this system to transport unsolicited, ).'

It worked well in my testing server in other hosting company, but the problem appear after we upload the program to the new hosting company.

Could you teach me?

Reply With Quote


Sponsored Links
  #2  
Old 07-26-2005, 02:44 PM
Ben@needwebnow Ben@needwebnow is offline
Disabled
 
Join Date: Jul 2005
Location: Glendale, AZ
Posts: 11
i dont know how your program is set up or their webserver however it looks like your program might be trying to use the user nobody to send out the emails. Relaying would be denied (like it should be) on this server.

So you are going to need to contact them for assistance. Most likely you are going to need to change you program.

Reply With Quote
  #3  
Old 07-26-2005, 05:47 PM
ebianchetti ebianchetti is offline
Newbie
 
Join Date: Jul 2005
Posts: 5
due the risk to send and get email with some accounts (mostly ROOT) , this features is simply not working with most of the recent X .in more PHP function mail() can also be desactivated.

The acounts potentially dangerous can be :

ROOT
NOBODDY
GUEST
ADMIN

the best is to communicate with your webhost, you can also try manually to send email with the php function mail() and see what happend

Regards

Reply With Quote
Sponsored Links
  #4  
Old 07-27-2005, 12:26 PM
purupurin purupurin is offline
New Member
 
Join Date: Jul 2005
Posts: 3
mail header

I use php. below is my mail header. Could you give me some advice?


$to = "xxxxxxx@gmail.com <mailto:xxxxxxx@gmail.com>";
$from = info@abc.com <mailto:info@abc.com>;

$MailHeader = "MIME-Version: 1.0\n";
$MailHeader.= "Content-Transfer-Encoding: 8bit \n";
$MailHeader.= "To: $to \n";
$MailHeader.= "From: $from \n";
$subject = "testing";
$MailContent = "testing by master";

mail($to, $subject, $MailContent, $MailHeader);


Thanks a lot!
Angus

Reply With Quote
  #5  
Old 07-27-2005, 02:49 PM
mjb-is mjb-is is offline
Web Hosting Guru
 
Join Date: Jun 2004
Location: Northamptonshire, UK
Posts: 324
Have you actually asked your host? They are the ones best equipped to help you.

__________________
Mick Beeby
www.reyaltec.com - Quality Helm Dedicated, Reseller & Shared Windows 2003 Hosting. UK & US based servers.
www.aspbite.com - Modular ASP Content Management System

Reply With Quote
  #6  
Old 07-27-2005, 08:37 PM
purupurin purupurin is offline
New Member
 
Join Date: Jul 2005
Posts: 3
*

i asked. but they say it should be programming problem. , and my programmer just don't know what to do.

Reply With Quote
  #7  
Old 07-28-2005, 07:40 PM
junaid junaid is offline
Newbie
 
Join Date: Jul 2005
Posts: 15
Well on most servers its like 60 messages/ hour
May be you tried to send more.

If its programming problem, then give some cash to the script developer and he would surely fix it

Reply With Quote
  #8  
Old 08-06-2005, 03:48 PM
ebianchetti ebianchetti is offline
Newbie
 
Join Date: Jul 2005
Posts: 5
Quote:
If its programming problem, then give some cash to the script developer and he would surely fix it
I positively love this idea

According the coding of a well know cart write in php, the send email function for php can be that :

Parameters:
$to_name = 'The name of the recipient, e.g. "Jan Wildeboer"';
$to_email_address = 'The eMail address of the recipient,
e.g. jan.wildeboer@gmx.de';
$email_subject = 'The subject of the eMail';
$email_text = 'The text of the eMail, may contain HTML entities';
$from_email_name = 'The name of the sender, e.g. Shop Administration';
$from_email_adress = 'The eMail address of the sender,
e.g. info@mytepshop.com';
$headers = 'the extra headers';

it give us :

mail($to_name, $to_email_address, $from_email_name, $from_email_address, $email_subject, $headers);

I just propose you to try it, this cart is installed in more than 500 000 websites, I do suppose this function work



Best Regards,
Eric Bianchetti
Production Team

WBpro LLC
Email: ebianchetti@wbpro.com
Web Site: wbpro.com

Reply With Quote
  #9  
Old 08-08-2005, 02:36 PM
chadm chadm is offline
WHT Addict
 
Join Date: Apr 2004
Location: Toronto
Posts: 137
It may just be a typo on your part, or it may be related to your issue. Your $from variable is not enclosed in quotes. I doubt this would solve your problem but it doesn't look right anyway.

Also, your hosts mailserver is not responding with the correct SMTP status code according to RFC 1893. Usually 2xx series status codes indicate success. 4xx series indicate a temporary error and 5xx indicate a permanent error. This will not cause the problem you are experiencing but you may want to mention this to your host as they are breaking established standards.

-CM

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
nginx Version 1.4.0 Supports SPDY Protocol Web Hosting News 2013-04-29 15:08:14
CloudFlare Crashes After Juniper Edge Routers Fail Web Hosting News 2013-03-04 15:31:30
Nginx Releases Version 1.3 with Support for WebSocket Protocol Web Hosting News 2013-02-20 14:43:42
Go Daddy Identifies Causes of September 10 DNS Failure in Detailed Postmortem Post Web Hosting News 2012-11-12 13:49:14
More than 4,000 Students Get Hurricane Electric IPv6 Certification Web Hosting News 2012-01-27 13:55:09


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?