<?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[Mail is not delivered to mailboxes on the server and if I use 'telnet' to Plesk server 25 port I see not usual Qmail greeting.]]></title>
<link>http://kb.parallels.com/en/1374</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">Mail is not delivered to mailboxes on the server and if I use 'telnet' to Plesk server 25 port I see not usual Qmail greeting.</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 1374&nbsp;</div>
					<div>Last Review: Oct,6 2008</div>
					<tr>
						<td>Author: </td>
						<td>Vitaly Malakhov</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>system</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>Ttry to connect your Plesk server as below (YOUR-PLESK-IP should be replaced with your real IP address):</p><p>&nbsp;</p><p><div class="commandline"><code>$ telnet YOUR-PLESK-IP 25<br />Trying YOUR-PLESK-IP...<br />Connected to domain.tld (YOUR-PLESK-IP).<br />Escape character is &#39;^]&#39;.<br />220 domain.tld ESMTP</code></div></p><p>&nbsp;</p><p>Your server hostname should be reported instead of &#39;domain.tld&#39; in SMTP greeting (qmail takes it from /var/qmail/control/me file). If you see another (non qmail greeting), it means that SMTP port is listen by some another software and Plesk SMTP service does not work because of this.</p><p><br /> Which process is listening on 25 port can be found using the <strong>`/usr/sbin/lsof -i | grep -i smtp`</strong> command. If this process is xinetd you have to check if any other SMTP service is configured except for psa_smtp. It can be found using <strong>`grep smtp /etc/xinetd.d/*`</strong>.</p><p><br />If you find that 25 port is listened by &#39;sendmail&#39; or some other process, you need to stop this process, disable it be started and make sure that qmail service is configured properly in xinetd (/etc/xinetd.d/smtp_psa and /etc/xinetd.d/smtps_psa) or inetd on FreeBSD  (/etc/inetd.conf).<br /> </p>
				</div>
				<div class="keywords"><strong>Keywords:</strong> telnet smtp qmail greeting xinetd incorrect</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1374&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=1374&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' : '1374',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





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

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


]]></description>
<author>Vitaly Malakhov</author>
<guid isPermaLink="false">1016 LastUpdated: 2008-10-06 09:11:21</guid>
<pubDate>2008-10-06 09:11:21</pubDate>
</item>
</channel>
</rss>



