<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; telnet SMTP</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/telnet-smtp/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to test SMTP with telnet</title>
		<link>https://wiki.centos-webpanel.com/how-to-test-smtp-with-telnet</link>
		<comments>https://wiki.centos-webpanel.com/how-to-test-smtp-with-telnet#comments</comments>
		<pubDate>Sat, 28 Mar 2015 04:04:18 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[telnet SMTP]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=202</guid>
		<description><![CDATA[How to test the remote SMTP connection from your server by using telent. Before starting you will need to encoded your username and password with base 64 encoder. BASE64 Encoder websites https://www.base64encode.org http://www.freeformatter.com/base64-encoder.html http://encodertool.com/base64 SMTP Ports: 25, 465, 587 TEST CONNECTION telnet IP PORT EHLO &#62;HOSTNAME&#60; AUTH LOGIN &#62;Your BASE64 encoded username&#60; &#62;Your BASE64 encoded [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>How to test the remote SMTP connection from your server by using telent.<br />
Before starting you will need to encoded your username and password with base 64 encoder.</p>
<p><strong>BASE64 Encoder websites</strong></p>
<p>https://www.base64encode.org</p>
<p>http://www.freeformatter.com/base64-encoder.html</p>
<p>http://encodertool.com/base64</p>
<p><strong>SMTP Ports:</strong> 25, 465, 587</p>
<p><strong>TEST CONNECTION</strong></p>
<pre>telnet IP PORT
EHLO &gt;HOSTNAME&lt;
AUTH LOGIN
&gt;Your BASE64 encoded username&lt; 
&gt;Your BASE64 encoded password&lt;</pre>
<p>And if you get "<strong>235 Authentication successful</strong>" then you have a successful connection.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/how-to-test-smtp-with-telnet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
