<?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[Los correos enviados por el servidor de correo Postfix sin un certificado SSL vÃ¡lido son rechazados por otros servidores de correo. ]]></title>
<link>http://kb.parallels.com/es/5779</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">Los correos enviados por el servidor de correo Postfix sin un certificado SSL válido son rechazados por otros servidores de correo. </h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 5779&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 9.0 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>Síntomas</h2>
					Postfix est&aacute; configurado como Servidor de correo en un servidor Parallels Plesk Panel 9.0 sin un certificado SSL v&aacute;lido, los emails enviados a numerosos servidores de correo son rechazados.<br />
				</div>
				<div class="article-part">
					<h2>Causa</h2>
					<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"> 	<title></title> 	<meta content="OpenOffice.org 2.4  (Linux)" name="GENERATOR"> 	<style type="text/css">
	<!--
		@page { size: 8.5in 11in; margin: 0.79in }
		P { margin-bottom: 0.08in }
	-->
	</style>Postfix est&aacute; configurado para enviar email con TLS (Transport Layer Security), si TLS est&aacute; soportado por el servidor de correo de destino. Por defecto, el servidor de correo Postfix instalado con Parallels Plesk Panel usa un certificado SSL&nbsp;autofirmado, mientras que los dem&aacute;s servidores de correo puede que usen certificados SSL&nbsp;v&aacute;lidos. Estos servidores de correo rechazar&aacute;n los correos enviados con TLS desde un servidor sin un certificado SSL&nbsp;v&aacute;lido.</meta></meta>
				</div>
				<div class="article-part">
					<h2>Resolución</h2>
					<span style="font-family: Arial;">Use la variable de entorno <strong>postconf</strong> para reconfigurar Postfix para evitar el uso de TLS para los correos salientes:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'>~# postconf -e 'smtp_use_tls=no'</span><br /><br />Vuelva a cargar el servicio de correo con <strong>mailmng</strong> despu&eacute;s de la reconfiguraci&oacute;n:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'>~# /usr/local/psa/admin/sbin</span><style type="text/css"></style><span style="font-family: Arial;">/mailmng --reload-service<br />Reloading postfix: [&nbsp; OK&nbsp; ]<br />~# </span> <br /><br /><font size="2">La utilidad <strong>mailmng</strong> se encuentra en <em>/opt/psa/admin/sbin/mailmng </em>en sistemas operativos Debian o Ubuntu.</font></span><font face="Calibri, sans-serif" size="2"> </font>
				</div>
				<div class="article-part">
					<h2>Información Adicional</h2>
					El problema s&oacute;lo existe si el servidor de correo de destino usa un certificado SSL v&aacute;lido pero el servidor de correo remitente usa un certificado SSL no v&aacute;lido o autofirmado.<br /><br /><font>Si el servidor de destino tambi&eacute;n usa un certificado SSL&nbsp;autofirmado, el problema no aparecer&aacute;.  En este momento se est&aacute; estudiando el comportamiento del servicio de correo de Postfix con un certificado SSL v&aacute;lido instalado. De momento le recomendamos firmemente deshabilitar TLS para los correos salientes en la configuraci&oacute;n de Postfix.</font><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=5779&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=5779&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' : '5779',
													'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">10251 LastUpdated: 2009-06-30 07:17:39</guid>
<pubDate>2009-06-30 07:06:04</pubDate>
</item>
</channel>
</rss>



