<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Configuring ColdFusion to use a FQDN in the cfmail EHLO</title>
	<atom:link href="http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/feed/" rel="self" type="application/rss+xml" />
	<link>http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/</link>
	<description>Jochem's tech exploits</description>
	<pubDate>Tue, 09 Jun 2026 17:03:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jochem</title>
		<link>http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/comment-page-1/#comment-49</link>
		<dc:creator>Jochem</dc:creator>
		<pubDate>Tue, 14 Oct 2008 20:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/#comment-49</guid>
		<description>Setting this on a per website level would defeat the purpose since you want the FQDN in the EHLO to be the same as the PTR DNS returns when you look up the IP address, and that is the same all the time.
I don't think you can configure this on a per website or per directory level. But you probably can (I never tried it) change the hostname using the following code:
&#60;cfset CreateObject("java", "java.lang.System").setProperty("mail.smtp.localhost", "jochem.vandieten.net")&#62;
If you wrap this in an exclusive lock with the cfmail tag and disable spooling you should get the effect you want.</description>
		<content:encoded><![CDATA[<p>Setting this on a per website level would defeat the purpose since you want the FQDN in the EHLO to be the same as the PTR DNS returns when you look up the IP address, and that is the same all the time.<br />
I don&#8217;t think you can configure this on a per website or per directory level. But you probably can (I never tried it) change the hostname using the following code:<br />
&lt;cfset CreateObject(&#8221;java&#8221;, &#8220;java.lang.System&#8221;).setProperty(&#8221;mail.smtp.localhost&#8221;, &#8220;jochem.vandieten.net&#8221;)&gt;<br />
If you wrap this in an exclusive lock with the cfmail tag and disable spooling you should get the effect you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/comment-page-1/#comment-47</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 14 Oct 2008 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/#comment-47</guid>
		<description>Can this be set on an individual website level?
So that for each of the websites on my computer, it has the correct domain name</description>
		<content:encoded><![CDATA[<p>Can this be set on an individual website level?<br />
So that for each of the websites on my computer, it has the correct domain name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barb Nolley</title>
		<link>http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/comment-page-1/#comment-42</link>
		<dc:creator>Barb Nolley</dc:creator>
		<pubDate>Fri, 19 Sep 2008 22:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/2008/09/19/configuring-coldfusion-to-use-a-fqdn-in-the-cfmail-ehlo/#comment-42</guid>
		<description>This was the info I needed ... it solved my problem ... thanx! :)</description>
		<content:encoded><![CDATA[<p>This was the info I needed &#8230; it solved my problem &#8230; thanx! <img src='http://jochem.vandieten.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
