<?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: SMTP on PORT 587. You should know this.</title>
	<atom:link href="http://mostlygeek.com/tech/smtp-on-port-587/feed/" rel="self" type="application/rss+xml" />
	<link>http://mostlygeek.com/tech/smtp-on-port-587/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>Smothered in Awesome Sauce!</description>
	<lastBuildDate>Tue, 03 Jan 2012 06:09:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: typhus</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-26542</link>
		<dc:creator>typhus</dc:creator>
		<pubDate>Fri, 28 Oct 2011 01:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-26542</guid>
		<description>...or you could just not send email over public wifi -just sayin tho you could always bypass whichever port or create a remote vpn.

Great post btw</description>
		<content:encoded><![CDATA[<p>&#8230;or you could just not send email over public wifi -just sayin tho you could always bypass whichever port or create a remote vpn.</p>
<p>Great post btw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Giannakos</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-26518</link>
		<dc:creator>Charlie Giannakos</dc:creator>
		<pubDate>Thu, 20 Oct 2011 14:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-26518</guid>
		<description>How do i change from Port 25 to Port 587.</description>
		<content:encoded><![CDATA[<p>How do i change from Port 25 to Port 587.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TIM</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-26455</link>
		<dc:creator>TIM</dc:creator>
		<pubDate>Mon, 03 Oct 2011 11:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-26455</guid>
		<description>HOW DO YOU DELETE THE ERROR MESSAGE THAT CONTINUES TO COME UP. THE SYSTEM SEEMS TO WORK OK</description>
		<content:encoded><![CDATA[<p>HOW DO YOU DELETE THE ERROR MESSAGE THAT CONTINUES TO COME UP. THE SYSTEM SEEMS TO WORK OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: King Ezhil</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-26350</link>
		<dc:creator>King Ezhil</dc:creator>
		<pubDate>Fri, 02 Sep 2011 13:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-26350</guid>
		<description>Oh yeah ! Thk q so much duet... port 587 for submitting-mail server…works great...!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Oh yeah ! Thk q so much duet&#8230; port 587 for submitting-mail server…works great&#8230;!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-26189</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 01 Aug 2011 02:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-26189</guid>
		<description>In short:

For incoming mail, try setting to POP3, mail.comcast.net, port 995.

For outgoing mail, try setting to SMTP, smtp.comcast.net, port 587.

Check require encryption / SSL / TLS / etc for both.

Require authentication checkboxes may be necessary.


Explanation:

Incoming mail server appears to be mail.comcast.net.

It does not seem to have the IMAP4 or IMAPS (IMAP4 over SSL) open (TCP 143 and 993, respectively).

It does seem to have both POP3 and POP3S (POP3 over SSL) open (TCP 110 and 995, respectively).

This can be found with a series of DNS lookups and telnet tests.

It appears the outgiong mail server is going to be smtp.comcast.net and port 587 (SMTP submission, which supports starttls for SSL) is open.  I connected and from a EHLO can see it supports STARTTLS.  Port 25 is also open.

The comcast.net relays as per MX records have port 25 open but are only MTA&#039;s designed, it seems, to relay mail from other mail servers with proper reverse DNS lookups so as to prevent anybody relaying through them from home, starbucks, etc.


Ports list:

incoming mail maildrop-style, no encryption:
POP3 - port 110
IMAP - port 143

incoming mail maildrop-style, with encryption:
IMAP4 over SSL (IMAPS) - port 993
Secure POP3 (SSL-POP) - port 995

outgoing transfer / relay:
SMTP - port 25

outgoing &quot;submission&quot; (potentially with SSL):
SMTP Submission Port (encryption via smtp starttls) - port 587</description>
		<content:encoded><![CDATA[<p>In short:</p>
<p>For incoming mail, try setting to POP3, mail.comcast.net, port 995.</p>
<p>For outgoing mail, try setting to SMTP, smtp.comcast.net, port 587.</p>
<p>Check require encryption / SSL / TLS / etc for both.</p>
<p>Require authentication checkboxes may be necessary.</p>
<p>Explanation:</p>
<p>Incoming mail server appears to be mail.comcast.net.</p>
<p>It does not seem to have the IMAP4 or IMAPS (IMAP4 over SSL) open (TCP 143 and 993, respectively).</p>
<p>It does seem to have both POP3 and POP3S (POP3 over SSL) open (TCP 110 and 995, respectively).</p>
<p>This can be found with a series of DNS lookups and telnet tests.</p>
<p>It appears the outgiong mail server is going to be smtp.comcast.net and port 587 (SMTP submission, which supports starttls for SSL) is open.  I connected and from a EHLO can see it supports STARTTLS.  Port 25 is also open.</p>
<p>The comcast.net relays as per MX records have port 25 open but are only MTA&#8217;s designed, it seems, to relay mail from other mail servers with proper reverse DNS lookups so as to prevent anybody relaying through them from home, starbucks, etc.</p>
<p>Ports list:</p>
<p>incoming mail maildrop-style, no encryption:<br />
POP3 &#8211; port 110<br />
IMAP &#8211; port 143</p>
<p>incoming mail maildrop-style, with encryption:<br />
IMAP4 over SSL (IMAPS) &#8211; port 993<br />
Secure POP3 (SSL-POP) &#8211; port 995</p>
<p>outgoing transfer / relay:<br />
SMTP &#8211; port 25</p>
<p>outgoing &#8220;submission&#8221; (potentially with SSL):<br />
SMTP Submission Port (encryption via smtp starttls) &#8211; port 587</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-26097</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Sat, 09 Jul 2011 17:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-26097</guid>
		<description>So...up until a week ago, I was able to use Thunderbird to open my fowarded emails from my Speakeasy as well as my emails from my domains.

Then, my Comcast went down due to a contractor. 

Since Comcast was reconnected today, I have been unable to either dowload or upload email using Thunderbird at home. (I was able to up/download email when out at Starbucks though)

 I have not changed any settings on Thunderbird. Speakeasy is receiving emails on their webhosting, but they are not getting to me via Thunderbird when I am home on Comcast internet.
The error message when sending or receiving says that Thunderbird has timed out.
Comcast says they can not help 
Speakeasy says they can not help 

my outgoing port is 587 
IMAP mail server port is 110 (I have tried 25, 110,,993 and 587) none of them make any difference.
 Got any ideas?</description>
		<content:encoded><![CDATA[<p>So&#8230;up until a week ago, I was able to use Thunderbird to open my fowarded emails from my Speakeasy as well as my emails from my domains.</p>
<p>Then, my Comcast went down due to a contractor. </p>
<p>Since Comcast was reconnected today, I have been unable to either dowload or upload email using Thunderbird at home. (I was able to up/download email when out at Starbucks though)</p>
<p> I have not changed any settings on Thunderbird. Speakeasy is receiving emails on their webhosting, but they are not getting to me via Thunderbird when I am home on Comcast internet.<br />
The error message when sending or receiving says that Thunderbird has timed out.<br />
Comcast says they can not help<br />
Speakeasy says they can not help </p>
<p>my outgoing port is 587<br />
IMAP mail server port is 110 (I have tried 25, 110,,993 and 587) none of them make any difference.<br />
 Got any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lzardmnl</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-25305</link>
		<dc:creator>lzardmnl</dc:creator>
		<pubDate>Tue, 22 Feb 2011 04:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-25305</guid>
		<description>Thanks!  We are using port 25 for the mobile gadgets SMTP settings but suddenly our users could not send emails to my server. We found out that Globe Telecom blocked this port so I tried port 587 and it works.</description>
		<content:encoded><![CDATA[<p>Thanks!  We are using port 25 for the mobile gadgets SMTP settings but suddenly our users could not send emails to my server. We found out that Globe Telecom blocked this port so I tried port 587 and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Davies</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-25130</link>
		<dc:creator>B. Davies</dc:creator>
		<pubDate>Tue, 01 Feb 2011 12:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-25130</guid>
		<description>Oh yeah !  port 587 for -mail ...works great</description>
		<content:encoded><![CDATA[<p>Oh yeah !  port 587 for -mail &#8230;works great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smtp using 587</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-24910</link>
		<dc:creator>smtp using 587</dc:creator>
		<pubDate>Mon, 20 Dec 2010 13:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-24910</guid>
		<description>[...] and 587. lot of spamfilter suggest to block port 25. i used postfix and centos.    Take a look at http://www.mostlygeek.com/tech/smtp-on-port-587/   [...]</description>
		<content:encoded><![CDATA[<p>[...] and 587. lot of spamfilter suggest to block port 25. i used postfix and centos.    Take a look at <a href="http://www.mostlygeek.com/tech/smtp-on-port-587/" rel="nofollow">http://www.mostlygeek.com/tech/smtp-on-port-587/</a>   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://mostlygeek.com/tech/smtp-on-port-587/comment-page-1/#comment-24707</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 29 Jul 2010 00:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mostlygeek.com/2006/12/06/smtp-on-port-587-this-is-very-interesting/#comment-24707</guid>
		<description>Danielle, the port 587 is to send emails via smtp. To receive you may configure the pop port as 995 if your provider enabled secure for POP and don&#039;t forget to click on: This server requires SSL connection if you like to send your emails on secure connection, but most important to discover qhat is happening is see the error.. another mistake is dont click on &quot;my ingoing server (POP) requires authentication&quot; dont forget this..

Good Luck!</description>
		<content:encoded><![CDATA[<p>Danielle, the port 587 is to send emails via smtp. To receive you may configure the pop port as 995 if your provider enabled secure for POP and don&#8217;t forget to click on: This server requires SSL connection if you like to send your emails on secure connection, but most important to discover qhat is happening is see the error.. another mistake is dont click on &#8220;my ingoing server (POP) requires authentication&#8221; dont forget this..</p>
<p>Good Luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

