Microsoft
Software
Hardware
Network
Question : sending spam to junk email folder on SBS 2008
I have a new SBS 2008 box I just put in place. I'm looking at spam filtering options. I must be missing something. See screen shot below. That is the configuration option for content filtering in the EMC. I can delete, archive, or reject. I want to send the email to the junk e-mail folder.
Where is my option for sending it to junk email?
This is an SBS 2008 box with Exchange SP 2 and all the relevant patches.
Attachments:
content-filter.jpg
(61 KB)
(File Type Details)
content filter actions in SBS 2008
Answer : sending spam to junk email folder on SBS 2008
you must use command line to accomplish this task
Set-Mailbox -Identity user -SCLJunkThreshold 5 -SCLJunkEnabled $true
to do this for all users in one step, do the following
Get-Mailbox
| Set-Mailbox -SCLJunkThreshold 5 -SCLJunkEnabled $true
Random Solutions
Joomla Module
delphi Run once
2 ways in ASP.NET to open a different page?
Drupal Newsletter - SimpleNews settings
VMWare ESX 4 Update Manager and failing Remediation for certain patches
How to connect treeview & listview or grid through Access database
Jquery / Mootools clash
Need to find USB External Enclosure for 2.5" 15mm SATA drive
windows installer problem
Show All Records In Query if Nothing Selected in Listbox