viernes, 23 de octubre de 2009

Configurar Exchange 2007 para permitir "relay" de un server de mensajeria interno

  1. Crear un conector Tipo "Custom" . Si tenemos diferentes direcciones IP en el server de Exchange 2007 que estén a la escucha de la recepción de sesiones de correo establecer cual de ellas va a servir a nuestro conector dentro de la opcion de Local Network settings. Capturar la dirección IP del server que queremos permitir el Relay dentro de remote network settings y seleccionar "new" para crear el conector.
  2. Editar las propiedades del conector recien creado, la pestaña de autenticación la dejamos como esta y modificamos la pestaña de permission group para habilitar "anonymous users".
  3. Por último para hacer efectivo el permiso de relay ejecutar el siguiente comando dentro del Shell de Exchange 2007 (EMS) [donde dice "Receive Connector Name" cambiarlo por el nombre del conector creado en el paso 1 y señalizarlo entre comillas " "si el nombre contiene algún espacio en blanco.

Get-ReceiveConnector "Receive Connector Name" Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "MS-Exch-SMTP-Accept-Any-Recipient".

martes, 13 de octubre de 2009

Configuring IIS to Run 32-bit ASP.NET Applications on 64-bit Windows

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1

If you intend to run 32-bit ASP.NET applications on 64-bit Windows, you must configure IIS to create 32-bit worker processes. For more information about running 32-bit applications on 64-bit Windows, see Running 32-bit Applications on 64-bit Windows.

IIS cannot run 32-bit and 64-bit applications concurrently on the same server.

To enable IIS 6.0 to run 32-bit ASP.NET applications on 64-bit Windows
Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory.

Type the following command:

cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true

Press ENTER.

Download and install the Microsoft .NET Framework Version 1.1 Redistributable Package.