Posts Tagged ‘Active Directory’

Configurer IMSS pour verifier les Alias d’email dans l’AD

Wednesday, August 20th, 2008

J’ai été confronté a un soucis avec IMSS de Trend. Ce logiciel anti-spam propose de se connecter sur l’active directory et de vérifier que de destinataire existe. Cette option ne fonctionne que sur les adresses principales lors que vous utilisez des alias, cela ne fonctionne plus.

J’ai trouvé dans la KB de l’éditeur cet article qui résout le problème.

Extrait :

Solution ID: 1035754
Product: InterScan Messaging Security Suite - 7.0 Windows
Operating System: Windows 2000 Server, Windows Server 2003 Enterprise Edition, Windows Server 2003 Standard Edition
Published: 9/12/07 11:46 PM

Problem: The following error appears when:

    1.
Check for Recipient in LDAP server is enabled
    2.
rcpt to: field of the message contains an alias or secondary address for an Active Directory user
rcpt to:alias-email@sampledomain.com550 recipient <alias-email@sampledomain.com> was not found in LDAP server
Solution: To resolve the issue, enable IMSS to check for multiple email addresses or aliases of an Active Directory user:Run the following commands on the IMSS Central Controller:

C:\>”osql.exe -U sa -P sa -d imss”1>”update tb_global_setting set value=’proxyAddresses’ where name=’mail_attr’”

2>”go”

(1 row affected)

1>”quit”

Note: If you are not using the default password for the IMSS database, provide the correct password after “-P”.