Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: POCO::Client::SMTP problem

by Ultra (Hermit)
on Feb 12, 2009 at 14:49 UTC ( [id://743328]=note: print w/replies, xml ) Need Help??


in reply to POCO::Client::SMTP problem

the variable "MyHostname" points to localhost by default and I don't know what it must be. Currently the SMTP server replies: '554 <127.0.0.1>: Helo command rejected: You are not me'.

The SMTP server needs you (the client) to identify yourself. That's done by telling your domain name. PoCoClSMTP is dumb enough not to know how to do that so it let's you do that :)

That means you need to provide it with your domain name (using MyHostname).

Of course, if you are not able to determine your domain name, or the domain name doesn't mean nothing, you can provide your IP address to the SMTP server in the form: [XXX.XXX.XXX.XXX] provided via MyHostname

Dodge This!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://743328]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-26 03:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found