<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Exchange Server 2007 Security Rollup 4</title>
	<atom:link href="http://www.eseutil.net/exchange-server-2007-security-rollup-4/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eseutil.net/exchange-server-2007-security-rollup-4</link>
	<description>Blog técnico para la comunidad ITPro</description>
	<lastBuildDate>Tue, 01 Nov 2011 13:24:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: denegrip</title>
		<link>http://www.eseutil.net/exchange-server-2007-security-rollup-4#comment-301</link>
		<dc:creator>denegrip</dc:creator>
		<pubDate>Wed, 10 Oct 2007 01:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.itpros.com.ar/blog/?p=247#comment-301</guid>
		<description>Pablo, me gustaría si podés postear (ya que mucha gente lee tu blog) la siguiente solución al problema: &quot;440 Login Timeout&quot; de Owa, ya que si bien hay mucha info en la web solo después de muchas horas encontré la solución adecuada...

Posteo este comentario en este Post (el de rollup 4), ya que mi problema comenzó con este bendito rollup, luego de reiniciar el servidor, la instalación había deshabilitado todos los servicios de exchange 2007 e IIS... casi muero...

Después de levantar todo, me encuentro con que owa arrojaba el error &quot;440 Login Timeout&quot;, después de recorrer toda la web, encontré el post de un muchacho de Ontario que me solucionó el problema...

Básicamente la solución es:

1) Hacer backup de la configuración del virtual directory &quot;owa&quot;, mirando la configuración en la consola de exchange del Client Access Server para después volver a restaurarla.

2) Eliminar el virtual directory owa desde el command shell de exchange 2007 mediante el comando:
    Remove-OwaVirtualDirectory &quot;owa (default web site)&quot;

3) Crear nuevamente el virtual directory owa:
    New-OwaVirtualDirectory -name &quot;owa&quot;
---no es necesario agregar más parámetros, ya que por default lo configura como Exchange 2007 en el default web site

4) COPIO EL POST DE ESTA PERSONA.

The root cause of this is the IUSR_ and IWAM_ accounts&#039; passwords being out of sync (between AD &amp; IIS). Here&#039;s the steps necessary to fix this. (And make sure to verify that neither of these accounts are locked out in AD! I missed that the first time around and spent an extra hour and a half trying to figure out why it wasn&#039;t working! :^)

1) Open AD Users &amp; Computers. Expand the Users OU, right-click on the IUSR_ account and select &#039;Reset password&#039; Reset the password to anything you want (however, it can&#039;t be blank).


2) Open this User Account&#039;s properties and verify that the account is not locked out :^) Also, make sure that &#039;Password never expires&#039; and &#039;User cannot change password&#039; are selected.


3) Repeat steps 1 &amp; 2 for the IWAM_ account. Close AD Users &amp; Computers.


4) Open Internet Information Services (Start &#124; Administrative Tools)


5) Expand  &#124; Web Sites


6) Right-click on &#039;Default Web Site&#039; and select Properties.


7) Go to the &#039;Directory Security&#039; tab and click the Edit button under &#039;Authentication &amp; Access Control&#039;


8) Enter the new password for the IUSR_ account and click OK.


9) Enter the password again to confirm and click OK.


10) Click OK.


11) Open a command prompt and enter iisreset


12) At the command prompt, enter the following commands:
cd c:\inetpub\adminscripts
adsutil SET w3svc/WAMUserPass  (Where  = the password you entered for the IWAM_ account in AD Users &amp; Computers)
c:\windows\system32\cscript.exe &quot;c:\inetpub\adminscripts\synciwam.vbs&quot; -v
iisreset

Voila! That should fix you right up . . . :^)

----

http://techrepublic.com.com/5208-6230-0.html?forumID=101&amp;threadID=215256&amp;messageID=2322541

http://support.microsoft.com/kb/941201/en-us</description>
		<content:encoded><![CDATA[<p>Pablo, me gustaría si podés postear (ya que mucha gente lee tu blog) la siguiente solución al problema: &#8220;440 Login Timeout&#8221; de Owa, ya que si bien hay mucha info en la web solo después de muchas horas encontré la solución adecuada&#8230;</p>
<p>Posteo este comentario en este Post (el de rollup 4), ya que mi problema comenzó con este bendito rollup, luego de reiniciar el servidor, la instalación había deshabilitado todos los servicios de exchange 2007 e IIS&#8230; casi muero&#8230;</p>
<p>Después de levantar todo, me encuentro con que owa arrojaba el error &#8220;440 Login Timeout&#8221;, después de recorrer toda la web, encontré el post de un muchacho de Ontario que me solucionó el problema&#8230;</p>
<p>Básicamente la solución es:</p>
<p>1) Hacer backup de la configuración del virtual directory &#8220;owa&#8221;, mirando la configuración en la consola de exchange del Client Access Server para después volver a restaurarla.</p>
<p>2) Eliminar el virtual directory owa desde el command shell de exchange 2007 mediante el comando:<br />
    Remove-OwaVirtualDirectory &#8220;owa (default web site)&#8221;</p>
<p>3) Crear nuevamente el virtual directory owa:<br />
    New-OwaVirtualDirectory -name &#8220;owa&#8221;<br />
&#8212;no es necesario agregar más parámetros, ya que por default lo configura como Exchange 2007 en el default web site</p>
<p>4) COPIO EL POST DE ESTA PERSONA.</p>
<p>The root cause of this is the IUSR_ and IWAM_ accounts&#8217; passwords being out of sync (between AD &amp; IIS). Here&#8217;s the steps necessary to fix this. (And make sure to verify that neither of these accounts are locked out in AD! I missed that the first time around and spent an extra hour and a half trying to figure out why it wasn&#8217;t working! :^)</p>
<p>1) Open AD Users &amp; Computers. Expand the Users OU, right-click on the IUSR_ account and select &#8216;Reset password&#8217; Reset the password to anything you want (however, it can&#8217;t be blank).</p>
<p>2) Open this User Account&#8217;s properties and verify that the account is not locked out :^) Also, make sure that &#8216;Password never expires&#8217; and &#8216;User cannot change password&#8217; are selected.</p>
<p>3) Repeat steps 1 &amp; 2 for the IWAM_ account. Close AD Users &amp; Computers.</p>
<p>4) Open Internet Information Services (Start | Administrative Tools)</p>
<p>5) Expand  | Web Sites</p>
<p>6) Right-click on &#8216;Default Web Site&#8217; and select Properties.</p>
<p>7) Go to the &#8216;Directory Security&#8217; tab and click the Edit button under &#8216;Authentication &amp; Access Control&#8217;</p>
<p> <img src='http://www.eseutil.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Enter the new password for the IUSR_ account and click OK.</p>
<p>9) Enter the password again to confirm and click OK.</p>
<p>10) Click OK.</p>
<p>11) Open a command prompt and enter iisreset</p>
<p>12) At the command prompt, enter the following commands:<br />
cd c:\inetpub\adminscripts<br />
adsutil SET w3svc/WAMUserPass  (Where  = the password you entered for the IWAM_ account in AD Users &amp; Computers)<br />
c:\windows\system32\cscript.exe &#8220;c:\inetpub\adminscripts\synciwam.vbs&#8221; -v<br />
iisreset</p>
<p>Voila! That should fix you right up . . . :^)</p>
<p>&#8212;-</p>
<p><a href="http://techrepublic.com.com/5208-6230-0.html?forumID=101&#038;threadID=215256&#038;messageID=2322541" rel="nofollow">http://techrepublic.com.com/5208-6230-0.html?forumID=101&#038;threadID=215256&#038;messageID=2322541</a></p>
<p><a href="http://support.microsoft.com/kb/941201/en-us" rel="nofollow">http://support.microsoft.com/kb/941201/en-us</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vernocchi, Pablo</title>
		<link>http://www.eseutil.net/exchange-server-2007-security-rollup-4#comment-300</link>
		<dc:creator>Vernocchi, Pablo</dc:creator>
		<pubDate>Sat, 01 Sep 2007 07:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.itpros.com.ar/blog/?p=247#comment-300</guid>
		<description>Nestor, podes usar alguna herramienta de monitoreo para eso. Las casillas que se aproximan a su cuota quedan registradas en el event viewer.</description>
		<content:encoded><![CDATA[<p>Nestor, podes usar alguna herramienta de monitoreo para eso. Las casillas que se aproximan a su cuota quedan registradas en el event viewer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nestor Pacifico</title>
		<link>http://www.eseutil.net/exchange-server-2007-security-rollup-4#comment-298</link>
		<dc:creator>Nestor Pacifico</dc:creator>
		<pubDate>Thu, 30 Aug 2007 12:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.itpros.com.ar/blog/?p=247#comment-298</guid>
		<description>Pablo:
Te agradezco la posibilidad de poder contar con un lugar en donde &quot;despejarnos&quot; las dudas e inconveneintes de Exchange.
Mi consulta es la siguiente:
Si bien se puede limitar la capacidad de almacenamiento y los distintos topes para que se le envie mensajes al usuario, ya aca viene la cuestion: ademas de notificar al usuario, se puede notificar a otros usuarios (dministrador o a un grupo de administradores exchange). Hay alguna posibilidad de esta funcionalidad para prevenir o estar prevenidos que hay usuarios en condiciones cercanas al limite de almacenamiento???

Te garadezco la posibilidad y espero tu pronta respuesta.

Salu2.</description>
		<content:encoded><![CDATA[<p>Pablo:<br />
Te agradezco la posibilidad de poder contar con un lugar en donde &#8220;despejarnos&#8221; las dudas e inconveneintes de Exchange.<br />
Mi consulta es la siguiente:<br />
Si bien se puede limitar la capacidad de almacenamiento y los distintos topes para que se le envie mensajes al usuario, ya aca viene la cuestion: ademas de notificar al usuario, se puede notificar a otros usuarios (dministrador o a un grupo de administradores exchange). Hay alguna posibilidad de esta funcionalidad para prevenir o estar prevenidos que hay usuarios en condiciones cercanas al limite de almacenamiento???</p>
<p>Te garadezco la posibilidad y espero tu pronta respuesta.</p>
<p>Salu2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lo que pasa cerca mio</title>
		<link>http://www.eseutil.net/exchange-server-2007-security-rollup-4#comment-299</link>
		<dc:creator>Lo que pasa cerca mio</dc:creator>
		<pubDate>Thu, 30 Aug 2007 01:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.itpros.com.ar/blog/?p=247#comment-299</guid>
		<description>&lt;strong&gt;Hacer facilmente BackUps...&lt;/strong&gt;

Hace un tiempo, me toco llevar adelante tareas de BackUp en mi maquinola y encontre o me comentaron una...</description>
		<content:encoded><![CDATA[<p><strong>Hacer facilmente BackUps&#8230;</strong></p>
<p>Hace un tiempo, me toco llevar adelante tareas de BackUp en mi maquinola y encontre o me comentaron una&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

