Re: mail getting rejected

2007-09-12 Thread Casey Dougall
On 9/11/07, Dave Francis [EMAIL PROTECTED] wrote:

 CF5.0, on Win 2k server. IIS.



 I recently switched my mail server in cf admin to 127.0.0.1 (Previously,
 it
 was a dedicated mail server, also referenced via IP). Since then I am
 getting many



 smtp;504 pcname: Helo command rejected: need fully-qualified hostname



Did you edit the domain name through smtp settings in IIS. You should place
a real domain name there for reverseDNS lookups.


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: mail getting rejected

2007-09-12 Thread Tom Chiverton
On Wednesday 12 Sep 2007, [EMAIL PROTECTED] wrote:
  smtp;504 pcname: Helo command rejected: need fully-qualified hostname

 Did you edit the domain name through smtp settings in IIS. You should place
 a real domain name there for reverseDNS lookups.

Lying about your rDNS may cause more problems though.

-- 
Tom Chiverton
Helping to economically foster proactive action-items
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288254
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


mail getting rejected

2007-09-11 Thread Dave Francis
CF5.0, on Win 2k server. IIS.

 

I recently switched my mail server in cf admin to 127.0.0.1 (Previously, it
was a dedicated mail server, also referenced via IP). Since then I am
getting many

 

smtp;504 pcname: Helo command rejected: need fully-qualified hostname 

 

when I send using CFMAIL. What do I need to configure here,  and of course,
how?

 

Many thanks,

 

Dave

 



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288142
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: mail getting rejected

2007-09-11 Thread Wil Genovese
This is a BIG question.

Since your trying to use localhost (127.0.0.1) as your mail server you 
need to make sure you really have a SMTP server running at that IP 
address and identify which port it is listening on.  This is normally 
port 25.

Does the cfadmin 'Verify mail server Connection' show the connection to 
the mail server is valid?

If there is a valid SMPT server and if verifies in CF Admin then I'm 
guessing you have to work on your mail server configuration.  Since a 
basic cfmail tag with the very basic required attributes 
(to,from,subject, message) usually will not fail unless the mail server 
is not allowing email for some reason.  One reason could be 
authentication is required (as it should be) you may need to use an 
username and password.

This should get you started on the path to getting this working.

Cheers,


-- 
Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 



Dave Francis wrote:
 CF5.0, on Win 2k server. IIS.

  

 I recently switched my mail server in cf admin to 127.0.0.1 (Previously, it
 was a dedicated mail server, also referenced via IP). Since then I am
 getting many

  

 smtp;504 pcname: Helo command rejected: need fully-qualified hostname 

  

 when I send using CFMAIL. What do I need to configure here,  and of course,
 how?

  

 Many thanks,

  

 Dave

  



 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288212
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: mail getting rejected

2007-09-11 Thread Dave Francis
Hi Wil,
First off, many thanks for your reply. My problem, other than not 
knowing
much at all about mail servers, is that a lot of mail IS being delivered.
Which led me to believe that the mechanics are all OK, and maybe I was
being rejected by the recipient for some reason. Any ideas would be most
welcome, or is this another BIG groan question?

Again, thank you

Dave

This is a BIG question.






~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4