<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[How can I check that SMTP Plesk service is running OK on the server?]]></title>
<link>http://kb.parallels.com/en/1387</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">How can I check that SMTP Plesk service is running OK on the server?</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 1387&nbsp;</div>
					<div>Last Review: Aug,5 2009</div>
					<tr>
						<td>Author: </td>
						<td>Daria Taranova</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Daria Taranova</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Plesk Panel for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Resolution</h2>
					<p><span style="font-weight: bold;">For Linux users.<br /><br /></span>Login to the Plesk server and try &quot;telnet localhost 25&quot;, if Plesk SMTP works an output should be:<br /><br /><div class="commandline"><code># telnet localhost 25<br />Trying 127.0.0.1...<br />Connected to localhost.localdomain (127.0.0.1).<br />Escape character is '^]'.<br />220 hostname.tld ESMTP</code></div><br /><br />If you run &quot;telnet localhost 25&quot; on the Plesk server and see another greeting, check article <a href="http://kb.parallels.comhttp://kb.parallels.com/en/1374">1374</a>.</p><p>Make sure that 'tcp-env' server with appropriate arguments is used in xinetd/inetd configuration for SMTP service.<br /><br />If you run &quot;telnet localhost 25&quot; on the Plesk server and see something like:<br /><br /><div class="commandline"><code>telnet localhost 25<br />Trying 127.0.0.1...<br />telnet: connect to address 127.0.0.1: Connection refused<br />telnet: Unable to connect to remote host: Connection refused</code></div><br /><br />Check if xinetd is running:<br /><br /><div class="commandline"><code>ps ax | grep xinetd<br />2155 ? Ss 0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid</code></div><br /><br />If not, try to start it &quot;/etc/init.d/xinetd start&quot;. Otherwise, make sure that /etc/xinetd.d/smtp_psa and /etc/xinetd.d/smtps_psa files are OK, compare them with ones from some working server.<br />Check /var/log/message for possible errors during xinetd service restarting, fix problem and restart xinetd &quot;/etc/init.d/xinetd restart&quot;.<br /><br />If you see in 'messages' an error like:<br />    <span style="font-weight: bold; font-style: italic;">smtp/tcp server failing (looping), service terminated</span><br />see the article <a href="http://kb.parallels.comhttp://kb.parallels.com/en/1470">1470</a>.<br /><br /><span style="font-weight: bold;">For FreeBSD users.<br /></span>On Plesk for FreeBSD, SMTP is run using 'inetd' super-server. So you should check that 'inetd' process is running and /etc/inetd.conf contains records for Plesk SMTP service.</p>
				</div>
				<div class="keywords"><strong>Keywords:</strong> smtp_psa smtps_psa xinetd inetd smtp 25 port service how do i check that smtp service works properly</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1387&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1387&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '1387',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Daria Taranova</author>
<guid isPermaLink="false">1029 LastUpdated: 2009-08-05 23:16:53</guid>
<pubDate>2008-10-06 09:11:22</pubDate>
</item>
</channel>
</rss>



