<?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>Blog de Pablo Vernocchi &#187; transporte</title>
	<atom:link href="http://www.eseutil.net/tag/transporte/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eseutil.net</link>
	<description>Blog técnico para la comunidad ITPro</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:35:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C&#243;mo permitir el relay an&#243;nimo en Exchange Server 2007</title>
		<link>http://www.eseutil.net/cmo-permitir-el-relay-annimo-en-exchange-server-2007</link>
		<comments>http://www.eseutil.net/cmo-permitir-el-relay-annimo-en-exchange-server-2007#comments</comments>
		<pubDate>Thu, 07 May 2009 19:06:15 +0000</pubDate>
		<dc:creator>Vernocchi, Pablo</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[aplicaciones]]></category>
		<category><![CDATA[relay]]></category>
		<category><![CDATA[transporte]]></category>

		<guid isPermaLink="false">http://www.eseutil.net/blog/cmo-permitir-el-relay-annimo-en-exchange-server-2007</guid>
		<description><![CDATA[Hola a todos, Por razones especiales (y sólo especiales) es necesario crear un receive connector que permita hacer relay anónimo a Internet. Estos casos especiales pueden ser, por ejemplo, aplicaciones que envían alertas hacia Internet a, por ejemplo, teléfonos móviles. Para poder lograr el objetivo, no tenemos una interfaz clara dentro de la consola gráfica [...]
Related posts:<ol>
<li><a href='http://www.eseutil.net/verificando-opciones-de-relay-en-exchange-2000-y-2003' rel='bookmark' title='Verificando opciones de Relay en Exchange 2000 y 2003'>Verificando opciones de Relay en Exchange 2000 y 2003</a> <small>Hace unos días me tocó atender un incidente de Exchange...</small></li>
<li><a href='http://www.eseutil.net/exchange-server-2007-update-rollup-3' rel='bookmark' title='Exchange Server 2007 Update Rollup 3'>Exchange Server 2007 Update Rollup 3</a> <small>Microsoft lanzó el rollup 3 de Exchange 2007. Este rollup...</small></li>
<li><a href='http://www.eseutil.net/update-rollup-7-para-exchange-server-2007-service-pack-1' rel='bookmark' title='Update Rollup 7 para Exchange Server 2007 Service Pack 1'>Update Rollup 7 para Exchange Server 2007 Service Pack 1</a> <small>Esta semana se publicó el Update Rollup 7 para Exchange...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hola a todos,</p>
<p>Por razones especiales (y sólo especiales) es necesario crear un receive connector que permita hacer relay anónimo a Internet.</p>
<p>Estos casos especiales pueden ser, por ejemplo, aplicaciones que envían alertas hacia Internet a, por ejemplo, teléfonos móviles.</p>
<p>Para poder lograr el objetivo, no tenemos una interfaz clara dentro de la consola gráfica y tendremos que utilizar algunos cmdlets. Por ejemplo:</p>
<p><strong>NOTA: </strong>Para ejecutar el siguiente procedimiento es necesario contar con permisos de “Exchange Server Administrator” y Administrador local del servidor destino del comando.</p>
<p>Desde Exchange Management Shell ejecutar los siguientes comandos:</p>
<blockquote><p><i>new-ReceiveConnector -Name ‘Applications Receive Connector Relay Allowed&#8217; -Usage &#8216;Internet&#8217; -Bindings &#8217;192.168.111.12:25&#8242; -Server:HUBTRANSPORT01</i></p>
<p><i>Set-ReceiveConnector -Identity ‘Hubtransport01\Applications Receive Connector Relay Allowed&#8217; -RemoteIPRanges:192.168.111.20,192.168.111.4 </i></p>
</blockquote>
<p><b><u>NOTA:</u></b> Reemplazar la direcciones de ejemplo <b>[192.168.111.20], [192.168.111.4] </b>por las direcciones IPs de aplicaciones a las que se les permite realizar Relay.</p>
<blockquote><p><i>Get-ReceiveConnector &quot;Hubtransport01\Applications Receive Connector Relay Allowed&quot; | Add-ADPermission -User &quot;NT AUTHORITY\ANONYMOUS LOGON&quot; -ExtendedRights &quot;ms-Exch-SMTP-Accept-Any-Recipient&quot;</i></p>
</blockquote>
<p>Saludos,    <br />Pablo D. Vernocchi     <br />Microsoft Exchange MVP     <br />MCSE + M / MCSE + Sec     <br /><a href="https://mvp.support.microsoft.com/profile/Pablo">https://mvp.support.microsoft.com/profile/Pablo</a></p>
<p>Related posts:<ol>
<li><a href='http://www.eseutil.net/verificando-opciones-de-relay-en-exchange-2000-y-2003' rel='bookmark' title='Verificando opciones de Relay en Exchange 2000 y 2003'>Verificando opciones de Relay en Exchange 2000 y 2003</a> <small>Hace unos días me tocó atender un incidente de Exchange...</small></li>
<li><a href='http://www.eseutil.net/exchange-server-2007-update-rollup-3' rel='bookmark' title='Exchange Server 2007 Update Rollup 3'>Exchange Server 2007 Update Rollup 3</a> <small>Microsoft lanzó el rollup 3 de Exchange 2007. Este rollup...</small></li>
<li><a href='http://www.eseutil.net/update-rollup-7-para-exchange-server-2007-service-pack-1' rel='bookmark' title='Update Rollup 7 para Exchange Server 2007 Service Pack 1'>Update Rollup 7 para Exchange Server 2007 Service Pack 1</a> <small>Esta semana se publicó el Update Rollup 7 para Exchange...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.eseutil.net/cmo-permitir-el-relay-annimo-en-exchange-server-2007/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

