<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — So far this forum has been of 0 help but here is a proposal/question]]></title>
		<link>https://punbb.informer.com/forums/topic/19806/so-far-this-forum-has-been-of-0-help-but-here-is-a-proposalquestion/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/19806/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in So far this forum has been of 0 help but here is a proposal/question.]]></description>
		<lastBuildDate>Mon, 17 Nov 2008 08:30:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/119478/#p119478</link>
			<description><![CDATA[<p>My idea is that it doesn&#039;t work as general solution as SMTP servers answer in different ways. So that we cannot rely on their information.<br />Nevertheless, there may be an extension to check the emails at some limited list of servers. But I see a little of use for it then.</p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Mon, 17 Nov 2008 08:30:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119478/#p119478</guid>
		</item>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/119285/#p119285</link>
			<description><![CDATA[<p>depending on what smtp server you are running you can block relaying of mail.<br />if you telnet or netcat to smtp.google.com 25 (just an example)<br />issue the command <br />helo example.net ......you will be greeted<br />issue the command <br />mail from: santa@northpole.com ........server will accknowledge<br />issue command<br />rcpt to: umpitysquat@gmail.com .... server denies relay.</p><br /><p>Try doing this with your sever and see if it will relay the message or deny it.<br />then read the docs or man pages of the smtp mail server you are using and learn to how to stop it. (by blocking relaying of mail to non registered users will help...you could even require authentication....upon connection to the server (depending on which one your using).</p>]]></description>
			<author><![CDATA[null@example.com (3nrag3)]]></author>
			<pubDate>Fri, 14 Nov 2008 03:02:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119285/#p119285</guid>
		</item>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/117962/#p117962</link>
			<description><![CDATA[<div class="quotebox"><cite>MattF wrote:</cite><blockquote><p>You can&#039;t do it reliably.</p></blockquote></div><p>That&#039;s it.</p><div class="quotebox"><cite>MattF wrote:</cite><blockquote><p>Anatoly, what do you class as, quote: &#039;all necessary greetings&#039;?</p></blockquote></div><p>I don&#039;t remember the details, but HELO at least :-)</p><p>Some kind of:<br /></p><div class="codebox"><pre><code>S: 220 smtp.example.com ESMTP Postfix
C: HELO relay.example.org
S: 250 Hello relay.example.org, I am glad to meet you</code></pre></div><p><a href="http://en.wikipedia.org/wiki/Smtp#Sample_communications">http://en.wikipedia.org/wiki/Smtp#Sample_communications</a></p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Fri, 03 Oct 2008 14:55:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117962/#p117962</guid>
		</item>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/117955/#p117955</link>
			<description><![CDATA[<div class="quotebox"><cite>Slavok wrote:</cite><blockquote><p>We tried to run an SMTP-connection check, but most servers responded incorrectly. Do you have any ideas how to do this checking?</p></blockquote></div><p>You can&#039;t do it reliably.</p><p>Anatoly, what do you class as, quote: &#039;all necessary greetings&#039;?</p>]]></description>
			<author><![CDATA[null@example.com (MattF)]]></author>
			<pubDate>Fri, 03 Oct 2008 02:14:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117955/#p117955</guid>
		</item>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/117918/#p117918</link>
			<description><![CDATA[<p>We tried to implement the email existence check the next way:<br />0. E.g. we have the email <em>user@example.com</em><br />1. Find the mail server by <a href="http://en.wikipedia.org/wiki/MX_record">MX-record</a> for the <em>example.com</em>. Let it be <em>mx1.example.com</em>.<br />2. Connect to the <em>mx1.example.com:25</em> via the socket.<br />3. After all necessary greetings, send the <a href="http://tools.ietf.org/html/rfc2821#section-4.1.1.6">VRFY</a> request giving the username <em>user</em>. The server must confirm whether this email really exists.<br />4. In real life most servers just respond <em>OK</em>.</p><p>Other way is to try to get the error on the wrong <a href="http://tools.ietf.org/html/rfc2821#section-4.1.1.3">RCPT</a> value. But most servers, again, just accept any wrong username, returning the <em>OK</em>.</p><p>This was tested on gmail.com, mail.ru and other public mail hosts: thy just ignore the <a href="http://tools.ietf.org/html/rfc2821">RFC</a>.</p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Thu, 02 Oct 2008 07:26:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117918/#p117918</guid>
		</item>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/117899/#p117899</link>
			<description><![CDATA[<div class="quotebox"><cite>Slavok wrote:</cite><blockquote><p>We tried to run an SMTP-connection check, but most servers responded incorrectly. Do you have any ideas how to do this checking?</p></blockquote></div><p>I have left my SMTP field blank. - but i am not sure what your on to here.</p>]]></description>
			<author><![CDATA[null@example.com (movingzachb)]]></author>
			<pubDate>Wed, 01 Oct 2008 16:43:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117899/#p117899</guid>
		</item>
		<item>
			<title><![CDATA[Re: So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/117830/#p117830</link>
			<description><![CDATA[<p>We tried to run an SMTP-connection check, but most servers responded incorrectly. Do you have any ideas how to do this checking?</p>]]></description>
			<author><![CDATA[null@example.com (Slavok)]]></author>
			<pubDate>Mon, 29 Sep 2008 08:25:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117830/#p117830</guid>
		</item>
		<item>
			<title><![CDATA[So far this forum has been of 0 help but here is a proposal/question]]></title>
			<link>https://punbb.informer.com/forums/post/117786/#p117786</link>
			<description><![CDATA[<p>Is there or has anyone ever heard of a email address validation checker plug in for user registration?</p><p>I have gone to one on the web and deleted about 20 fake email users on my forum.</p><p>I&#039;d like to ad this into my system.</p>]]></description>
			<author><![CDATA[null@example.com (movingzachb)]]></author>
			<pubDate>Thu, 25 Sep 2008 23:18:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117786/#p117786</guid>
		</item>
	</channel>
</rss>
