|
|
|
date: Fri, 18 Apr 2008 00:58:00 -0700,
group: microsoft.public.exchange.misc
back
Re: Antispam SCLJunkEnabled
Responses inline.
--
Bharat Suneja
Microsoft Corporation
----------------------------------
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
"Minniti Sergio" wrote in message
news:663B3827-1184-47C2-8B92-621F5AE5EA39@microsoft.com...
> Hi! In my Exchange 2007 Org. is configured at Organization level
> (get-OrganizationConfig) the SCLJunkThreshold and on EDGE
> (get-ContentFilterConfig) the others antispam's SCL Threshold, moreover,
> on
> EDGE servers is enabled SCLDeleteEnabled, SCLQuarantineEnabled, and
> SCLRejectEnabled
> SCLJunkEnabled.
> All my users use OWA to access to messaging system and on it they have
> enabled the automatic Junk-email filtering.
> Now three of my users have the requirements of disable the Junk-email
> filtering.
> I have followed the article
> http://technet.microsoft.com/en-us/library/aa995744(EXCHG.80).aspx and
> http://technet.microsoft.com/en-us/library/bb123559(EXCHG.80).aspx
> I have used the cmdlet Set-Mailbox -Identity mailboxname -SCLJunkEnabled
> $false but this configuration doesn't work.
What's the result? Messages still go to JunkMail folder? Do you have
Outlook's JunkMail filtering turned on as well?
> In the articles there is witten that per-recipient configuration have
> priority on per-transport server configuration, but if it is true, why the
> cmdlet didn't work?
> In cmdlet set-mailbox there is AntispamBypassEnabled parameter, which is
> it
> its use?
To have email addresses to this recipient bypass all antispam filters.
Is AntispamBypassEnabled $true the condition for enable
> per-recipient configuration?
No.
And if I want change only one parameter like
> SCLQuarantineEnabled what must I do?
Set-Mailbox "My User" -SCLQuarantineEnabled $false (disables quarantine
threshold)
Set-Mailbox "My User" -SCLQuarantineEnabled $true -SCLQuarantineThreshold 8
(sets individual quarantine threshold for a user)
> I wait for a reply, thank you very much indeed for yours support.
>
> Sergio Minniti.
>
date: Fri, 18 Apr 2008 08:34:34 -0700
author: Bharat Suneja [MSFT]
|
|