Category Archives: Exchange

Guia de Migración de SBS 2003 a SBS 2008

Microsoft publicó recientemente la guia de migración de SBS 2003 a SBS 2008. Por lo que pude leer entrelíneas, es una guía paso a paso muy completa.

Pueden encontrar la descarga en:

Migrating to Windows Small Business Server 2008 from Windows Small Business Server 2003

Otros links recomendados:

 

Saludos,
Pablo D. Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Como configurar la cuenta Postmaster en Exchange 2007

En esta primer entrega veremos cómo crear una cuenta de correo en Exchange 2007 que lleve la dirección smtp postmaster@dominio.com y registrarla en los Hub Transports.

Creación de la cuenta

Para poder ejecutar este paso es necesario utilizar una cuenta con permisos de Account Operator del dominio (o la delegación apropiada sobre la OU) y Rol de Recipient Administrator de Exchange.
Desde una consola de Exchange Management Shell ejecutamos:

New-Mailbox -Alias Postmaster -Database “MBXServer\SG01\DB01” -Name Postmaster -OrganizationalUnit Users -FirstName Postmaster -DisplayName “Postmaster” -UserPrincipalName Postmaster@dominio.com


Configurar Transport Servers

Para ejecutar el siguiente procedimiento es necesario ser Administrador local del Servidor y Exchange Server Administrator del servidor afectado.
Desde una consola de Exchange Management Shell ejecutamos

Set-TransportServer HUBServer -ExternalPostmasterAddress postmaster@dominio.com

Es necesario repetir este último paso por cada Hub Transport en la organización.

 

Saludos,
Pablo D. Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Cómo mover las colas de mensajes en Exchange 2007 (Actualizado)

Los servidores de Hub Transport de Exchange 2007 tienen, en disco, los correos que aún están en transporte. Estos elementos se encuentran dentro de una base de datos JET denominada “mail.queue”. Esta base contiene todos los correos entrantes y salientes que están a la espera de ser entregados tanto internamente (a otro Hub Transport o al Mailbox Server), como externamente.

Por default, el archivo mail.queue se encuentra en el directorio de instalación C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue. Por cuestiones de alta disponibilidad y/o rendimiento, es posible que querramos cambiar la ubicación de este archivo.

Para ello es necesario:

  1. Crear la estructura de carpetas en el nuevo destino, por ejemplo D:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue
  2. Asignar los siguientes permisos a la carpeta generada en el paso anterior:
    1. Network Service: Full Control
    2. System: Full Control
    3. Administrators: Full Control
  3. Abrir el archivo C:\Program Files\Microsoft\Exchange Server\Bin\ EdgeTransport.exe.config
  4. Buscar el string “QueueDatabasePath”.
  5. Modificar el campo “VALUE=” por la nueva ruta. En este caso es D:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue
  6. Reiniciar el servicio “Microsoft Exchange Transport”.

 ACTUALIZACIÓN: A partir de Service Pack 1, existe un Script en Powershell que hace toda la tarea. Este script puede encontrarse en el directorio Scripts dentro de la ruta de instalación de Ecxhange, bajo el nombre de Move-TransportDatabase.ps1

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Exchange System Manager (ESM) para Windows Vista

Microsoft lanzó, recientemente, las herramientas administrativas de Exchange 2003 para Windows Vista. Están disponibles desde:

http://www.microsoft.com/downloads/details.aspx?familyid=3403d74e-8942-421b-8738-b3664559e46f&displaylang=en

 

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Si el IMF no te alcanza…

IMF (Intelligent Message Filter) es un agente de antispam lanzado inicialmente por Microsoft para Exchange 2003, como una descarga por separado. La versión 2 fue agregada al Service Pack 2 de Exchange 2003.

Muchas veces vemos que la interfaz de IMF no alcanza para poder realizar todas las operaciones que una herramienta AntiSpam trae. Pero no subestimemos el poder de IMF. Windevelopers desarrolló una poderosa herarmienta que extiende las opciones de IMF, agregando esa funcionalidad extra que faltaba.

Su producto IMF Tune puede ser utilizado en Exchange 2003 y 2007. He recibido una copia NFR (Not for resale) y me decidí a probarla. Los resultados, impresionantes y su simplicidad es aún más llamativa.

La pantalla principal nos dice mucho de lo que puede hacer:

capture_06182008_142813

En la parte de Email Handling podemos configurar qué haremos con los correos que entren dentro de cada una de las categorías:

capture_06182008_142911

Y las acciones posibles son:

capture_06182008_142936 

Segúnel SCL (Spam Condifence Level) podemos configurar un mensaje de auto respuesta, donde podemos agregar algo así como "Este mensaje fue filtrado por ser considerado SPAM, póngase en contacto con su administrador).

capture_06182008_142950

capture_06182008_143027 

 

Otra de las grandes funcionalidades que tenemos es la de Listas blancas, importantísimo :D. Muchas preguntas en los foros son respecto a esto. Cómo agrego un dominio a una whitelist, cómo agrego una dirección. Bueno, desde esta consola podremos hacerlo. Y lo mismo para las Blacklists…

capture_06182008_143123

capture_06182008_143154

Además, tendremos una manera gráfica de poder editar los puntajes que se le asigna a un correo para formar el SCL, pudiendo agregar Keywords específicos o aún más detalles:

capture_06182008_143225

capture_06182008_143313

 

Éstas son apenas las funciones que más me llamaron la atención, pero la herramienta soporta muchas mas configuraciones y reglas avanzadas. Muy recomendable para pequeñas y medianas implementaciones, donde el único anti spam en la red es el mismo servidor de Exchange.

 

La URL del producto es http://www.windeveloper.com/imftune/ y la lista de precios y descarga pueden encontrarse en la misma ubicación.

 

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Nuevos artículos técnicos en la KB para Exchange Server

http://support.microsoft.com/?kbid=952816
After you apply Hotfix Rollup 3 for Antigen 9.0 for Exchange with Service Pack 1, you can configure the notifications for scan engine errors and for scan engine time-outs

http://support.microsoft.com/?kbid=952940
The Statistics.xml file is written to the Antigen\Data directory instead of to the shared drive that is expected when you run FSSMC in a cluster environment

http://support.microsoft.com/?kbid=952615
A file does not exist in the quarantine in Antigen 9.0 for Exchange

http://support.microsoft.com/?kbid=951539
Antigen 9.0 incorrectly detects the Winmail.dat file as a CorruptedCompressedFile virus when the Winmail.dat file contains multiple image files that are embedded

http://support.microsoft.com/?kbid=951436
The Antigen Administrator displays no General Options settings in Antigen 9.0 for Exchange

http://support.microsoft.com/?kbid=951534
Error message that has an error code 80005000 when you run Antigen 9.0 in a cluster environment: "ERROR: ADGetStorage – Could not bind to Active Directory configuration context"

http://support.microsoft.com/?kbid=952037
When the Exchange cluster group has more than one Network Name resource, Antigen 9.0 only uses the first Network Name resource, even if it is not the correct resource

http://support.microsoft.com/?kbid=951443
The AntigenService service takes a long time to stop in Antigen 9.0, and the service continues to log events in the Application log when Windows is shutting down

http://support.microsoft.com/?kbid=951444
Hotfix Rollup 3 for Antigen 9.0 for Exchange with Service Pack 1 contains a new feature that displays the Microsoft Knowledge Base article numbers of installed updates for Antigen

http://support.microsoft.com/?kbid=953324
The priority setting for the file filter lists is incorrect after you delete and then create a file filter list in Antigen 9.0 for Exchange

http://support.microsoft.com/?kbid=952620
An e-mail attachment is not renamed to have a .txt file name extension as expected in Antigen 9.0 for Exchange

http://support.microsoft.com/?kbid=951445
Hotfix Rollup 3 for Antigen 9.0 for Exchange with Service Pack 1 contains a new feature that displays the status of an engine update in the Antigen Administrator

http://support.microsoft.com/?kbid=950791
Description of Hotfix Rollup 3 for Antigen 9.0 for Exchange with Service Pack 1

http://support.microsoft.com/?kbid=951382
The program log for Antigen 9.0 for Exchange with Service Pack 1 incorrectly reports the .bz2 file type as an unknown file type

http://support.microsoft.com/?kbid=952881
The File Filtering section in Antigen 9.0 does not have a known file type for Windows Media Video (.wmv) files

http://support.microsoft.com/?kbid=952668
Antigen 9.0 for Exchange with Service Pack 1 uses CryptoAPI to encrypt data in cluster environments and in stand-alone environments

http://support.microsoft.com/?kbid=952926
The installation recognizes the active node as passive when you try to install Antigen 9.0 for Exchange with Service Pack 1 in a cluster environment

http://support.microsoft.com/?kbid=952936
The sender address logging functionality was removed from the ProgramLog.txt file in Hotfix Rollup 3 for Antigen 9.0 for Exchange Service Pack 1

http://support.microsoft.com/?kbid=951454
The CAIris scan engine cannot be removed after you install Antigen 9.0 for Exchange Service Pack 1

http://support.microsoft.com/?kbid=953494
Error message when you try to run a remote installation of Antigen 9.0 for Exchange on a remote computer: "Installation was not successful"

http://support.microsoft.com/?kbid=953498
The engine download process is reported as a time-out, and the new engine is not accepted in Antigen 9.0 for Exchange with Service Pack 1

http://support.microsoft.com/?kbid=952335
Two notifications are sent for each e-mail message that matches a detection rule when you enable the Message Journaling feature in Antigen 9.0 for Exchange

http://support.microsoft.com/?kbid=952841
Some e-mail messages may be stuck in the Categorizer component in an Exchange Server 2003 environment

http://support.microsoft.com/?kbid=949412
Event ID 1014 and Event 1005 are logged in the Application log after you use an SSL certificate for Exchange virtual server on an Exchange Server 2003-based cluster

http://support.microsoft.com/?kbid=952842
The installation of the Exchange Server 2007 Hub Transport role may be unsuccessful on a Windows Server 2008-based computer

http://support.microsoft.com/?kbid=953526
Error message when you try to migrate an e-mail message that is larger than 4 MB by using Microsoft Transporter Suite for Lotus Domino: "Maximum request length exceeded"

http://support.microsoft.com/?kbid=951619
The body of an e-mail message is truncated when you run Outlook in cached mode or when you move the e-mail message to a .pst file in Exchange Server 2003 Service Pack 2

http://support.microsoft.com/?kbid=951639
Exchange 2003 users receive spam e-mail messages that are sent from a single-label DNS name, even though the single-label domain name is invalid

http://support.microsoft.com/?kbid=952773
You receive an NDR message in an Exchange Server 2007 environment when you try to send an e-mail message to an address type that is supported by a fax connector

http://support.microsoft.com/?kbid=953126
CDO-based applications and applications that use Exchange Web Services do not support meeting request status reporting at the same level as Outlook

http://support.microsoft.com/?kbid=952771
When you use Outlook to send an HTML e-mail message to an Exchange Server 2007 user, the e-mail message appears garbled, or it contains Asian characters

http://support.microsoft.com/?kbid=951214
The From field and the Organizer field are not retained in a meeting request that contains an attachment in an Exchange 2003 environment

http://support.microsoft.com/?kbid=954204
Exchange services cannot be started, and event ID 7024 is logged after you install Symantec Mail Security on a Windows Server 2008-based computer that is running Exchange Server 2007

http://support.microsoft.com/?kbid=950559
Description of the update for the Unified Communications Client API SDK

http://support.microsoft.com/?kbid=953112
Event ID 56013 with an error code of 80070005 is logged in Event Viewer when you change the password for Office Communications Server 2007 service accounts

http://support.microsoft.com/?kbid=953907
Description of the update package for Communications Server 2007: June 2008

http://support.microsoft.com/?kbid=954000
Address Book synchronization may occur two times when many clients connect to a computer that is running Communications Server 2007

Nuevos Rollups para Exchange 2007 RTM y SP1

Microsoft liberó el Security Rollup correspondientes para las versiones de Exchange:

· Update Rollup 3 for Exchange Server 2007 SP1 (KB 949870)

· Update Rollup 7 for Exchange Server 2007 RTM (KB 953469)

 

Información de descarga para el Update Rollup 3 para Exchange 2007 SP1

http://www.microsoft.com/downloads/details.aspx?FamilyId=63E7F26C-92A8-4264-882D-F96B348C96AB&displaylang=en

http://support.microsoft.com/?kbid=949870

 

Información de descarga para el Update Rollup 7 para Exchange 2007 RTM

http://www.microsoft.com/downloads/details.aspx?FamilyId=086A2A13-A1DE-4B1D-BD12-B148BFD2DAFA&displaylang=en

http://support.microsoft.com/?kbid=953469

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo

Conferencia técnica – Migración y coexistencia de Exchange 2007

 

Microsoft Technet
Todo lo que necesitas saber sobre implementación, migración y coexistencia de Exchange 2007. Discutiremos los nuevos roles y el Hardware/Software requerido como así también los requerimientos de AD entendiendo los cambios de permisos.
Coexistencia y Migración Exchange 2007
Fecha: 30 de Junio, 18:30 hs.
Oradores: Pablo Vernocchi y Carlos Dinapoli
Lugar:

MUG, Av. Rivadavia 1479 Piso 1

 
 
 

 

[Support Academy] Microsoft Exchange 2007 Disaster Recovery

Microsoft Exchange 2007 Disaster Recovery

Esta sesión tendrá como foco principal resumir lo nuevo en Microsoft Exchange 2007 y 2007 SP1 en relación con Disaster Recovery. Cubriremos las mejoras y nuevas características del motor de base de datos con respecto a Exchange 2003 y un resumen de las distintas tecnologías como LCR, CCR, portabilidad de datos, y Dial-Tone, a la hora de implementar estrategias de Disaster Recovery.

Daniel Seveso, Support Escalation Engineer en el grupo Microsoft Commercial Technical Support Latin America será el presentador especial de esta sesión.

Contamos con su participación.

Fecha: 24/06/2008 Horario: 1:00 PM Horario Central

Support Academy Open Edition – Información para conectarse a la sesión de Live Meeting:

http://www.supportacademy.com/livemeeting/es

Para agregar una cita al calendario hacer clic aquí

Support Academy Open Edition – Información para recibir el audio:

01 – El audio será transmitido directamente por la sesión de Live Meeting. Su computador necesita tener una tarjeta/placa de sonido para que el audio sea recibido correctamente.

02 – Opcionalmente, usted puede recibir el audio de este webcast vía telefónica, a través del siguiente número:

Argentina, Buenos Aires: +54 11 6777 0660 660
Brasil, São Paulo: +55 11 5504 4800 4800
México, Ciudad de Mexico: +52 55 5267 2162 2162
Perú, Lima: +51 1 611 5600 5692 5692

Código de Participante: 1320106

Atención: Solamente habrá cupo para las 50 primeras personas que se conecten vía telefónica. Participantes serán aceptados en el orden en que se vayan recibiendo las llamadas.

Update importante para la planilla de cálculo de requerimientos de Storage para Exchange 2007

Ayer el PG de Exchange publicó un update importante para la planilla, que ya va por la versión 14.7. En esta versión podremos ver un nuevo tab para el diseño del storage.

Pueden ver el artículo completo en Significant update to the Mailbox Server Role Storage Requirements Calculator – v 14.7

Saludos,
Pablo Vernocchi
Microsoft Exchange MVP
MCSE + M / MCSE + Sec
https://mvp.support.microsoft.com/profile/Pablo