<?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[[Info] Sendmail ejecutÃ¡ndose en un servidor Parallels Plesk Panel]]></title>
<link>http://kb.parallels.com/es/6115</link>
<description><![CDATA[<div id="article">
	<ul class="listActions">
<li><span class="actionNotyfy">Article for your preferred language does not exist. Below is international version of the article.</span></li>
</ul>





	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">[Info] Sendmail ejecutándose en un servidor Parallels Plesk Panel</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 6115&nbsp;</div>
					<div>Last Review: Jun,30 2009</div>
					<tr>
						<td>Author: </td>
						<td>Meritxell Sevilla</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Meritxell Sevilla</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Plesk 8.x for Linux/Unix</li>
							<li>Plesk 9.x 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>Resolución</h2>
					Parallels Plesk Panel 7.x y 8.x administra un MTA - QMail y Parallels Plesk Panel 9 funciona con el MTA&nbsp;de QMail y Postfix.<br /><br />No es nada recomendable tener instalado Sendmail en un servidor con Parallels Plesk Panel. El servicio de correo funciona por s&iacute; mismo, con su propia configuraci&oacute;n y no se gestiona a trav&eacute;s de Parallels Plesk Panel.<br /><br />Si lo tiene instalado, compruebe que est&aacute; configurado tal y como detallamos a continuaci&oacute;n.<br /><br /><span style="color: rgb(0, 0, 255);">1. En el servidor Parallels Plesk Panel, Sendmail es simplemente un enlace al MTA&nbsp;de Parallels Plesk Panel.</span><br /><br />Para el MTA&nbsp;de QMail en Parallels Plesk Panel 8.x y 9.x:<br /><br /><div class="commandline"><code>~# ls -l /usr/sbin/sendmail<br />lrwxrwxrwx 1 root root 21 Nov 18 10:26 /usr/sbin/sendmail -&gt; /etc/alternatives/mta<br />~# ls -l /etc/alternatives/mta<br />lrwxrwxrwx 1 root root 23 Jan 29 09:34 /etc/alternatives/mta -&gt; /var/qmail/bin/sendmail<br />~# rpm -qf /var/qmail/bin/sendmail<br />psa-qmail-1.03-cos5.build86080930.08<br />~#</code></div><br />Para el MTA&nbsp;de Postfix en Parallels Plesk Panel 9:<br /><br /><div class="commandline"><code>~# ls -l /usr/sbin/sendmail<br />lrwxrwxrwx 1 root root 21 Nov 18 10:26 /usr/sbin/sendmail -&gt; /etc/alternatives/mta<br />~# ls -l /etc/alternatives/mta<br />lrwxrwxrwx 1 root root 26 Mar&nbsp; 2 15:15 /etc/alternatives/mta -&gt; /usr/sbin/sendmail.postfix<br />~# rpm -qf /usr/sbin/sendmail.postfix<br />postfix-2.3.3-2.1.el5_2<br />~#</code></div><br />Verifique los paquetes.<br /><br /><span style="color: rgb(0, 0, 255);">2. Compruebe que Sendmail no ha sido iniciado. <br /><br /></span>El servicio est&aacute; desactivado en todos los niveles de ejecuci&oacute;n:<br /><br /><div class="commandline"><code>~# chkconfig --list sendmail<br />sendmail&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:off&nbsp;&nbsp; 1:off&nbsp;&nbsp; 2:off&nbsp;&nbsp; 3:off&nbsp;&nbsp;&nbsp; 4:off&nbsp;&nbsp;&nbsp; 5:off&nbsp;&nbsp;&nbsp; 6:off<br />~#</code></div><br />Puede eliminar el script en todos los niveles de ejecuci&oacute;n con:<br /><br /><div class="commandline"><code>~# chkconfig --del sendmail</code></div><br />Elimine el bit ejecutable del script de inicio de Sendmail para evitar que se inicie:<br /><br /><div class="commandline"><code>~# chmod -x /etc/init.d/sendmail</code></div><br /><span style="color: rgb(0, 0, 255);">3. Para evitar que Sendmail interseccione con el SMTP, elimine el archivo de configuraci&oacute;n de Sendmail de xinet.d. </span><br /><br />Transfi&eacute;ralo a otra ubicaci&oacute;n:<br /><br /><div class="commandline"><code>~# mv /etc/xinet.d/sendmail <strong><em>/some/direcotry</em></strong></code></div><br />Si desea m&aacute;s informaci&oacute;n, consulte el art&iacute;culo <a href="http://kb.parallels.comhttp://kb.parallels.com/es/6114">[Info] Parallels Plesk Panel est&aacute; saturado de mensajes spam porque funciona como retransmisi&oacute;n abierta</a>.<br /><br /><span style="color: rgb(0, 0, 255);">4. Tambi&eacute;n deber&iacute;a volver a instalar todos los paquetes de correo forzadamente. </span><br /><br />Durante la instalaci&oacute;n, los paquetes de Parallels Plesk Panel sobrescriben la configuraci&oacute;n de Sendmail.<br /><br />Puede consultar la lista completa de todos los paquetes de correo de Parallels Plesk Panel con el comando &quot;<em>rpm -qa</em>&quot; en sistemas operativos RedHat y &quot;<em>dpkg -l</em>&quot; en Debian.<br />
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

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

</script>

</div>





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

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


]]></description>
<author>Meritxell Sevilla</author>
<guid isPermaLink="false">10269 LastUpdated: 2009-06-30 12:49:38</guid>
<pubDate>2009-06-30 12:35:32</pubDate>
</item>
</channel>
</rss>



