Can Exchange whitelist learn from Outlook whitelists?
Hello, good morning!Testing Exchange 2007 in a client server a question has emerged me.We have a SBS 2008 with Exchange 2007 and users have Outlook 2007.My question is: Is there any way that Exchange whitelist learn from each Outlook whitelist users? The idea is not having to go up one by one adding the safe contacts in Exchange, but he learns from the whitelist (safe senders) of each user's Outlook.I do not know if I explained very well. Excuse my poor English. It's my first question on the forum.Thanks in advance!Carlos Olite
February 23rd, 2010 2:01pm

On Tue, 23 Feb 2010 11:01:19 +0000, Carlos Olite wrote:>Hello, good morning!Testing Exchange 2007 in a client server a question has emerged me.We have a SBS 2008 with Exchange 2007 and users have Outlook 2007.My question is: Is there any way that Exchange whitelist learn from each Outlook whitelist users? The idea is not having to go up one by one adding the safe contacts in Exchange, but he learns from the whitelist (safe senders) of each user's Outlook.I do not know if I explained very well. Excuse my poor English. It's my first question on the forum.Thanks in advance!Carlos Olite Put the following command into a .bat file and run it as a scheduledtask (using an account that has sufficient privileges):"C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe"-psconsolefile "c:\program files\microsoft\exchangeserver\bin\exshell.psc1" -command "get-mailbox -resultsize unlimited-filter {recipienttype -eq 'usermailbox'} | update-safelist -typesafesenders"---Rich MatheisenMCSE+I, Exchange MVP--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
February 24th, 2010 5:24am

Hi,We can use update-safelist. The Update-SafeList cmdlet reads the safelist aggregation data that is stored on a Microsoft Office Outlook user mailbox and then hashes and writes the data to the corresponding user object in Active Directory. Safelist aggregation data contains the Outlook user's Safe Senders List and Safe Recipients List. How to Configure Safelist Aggregationhttp://technet.microsoft.com/en-us/library/aa998280(EXCHG.80).aspx Regards,Xiu
February 25th, 2010 11:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics