Forum
Merhaba; exchange server 2010 Standart üzerinde bütün mailbox'lara 15 kşiden fazlasına e-mail atamasın diye limit koymak istiyorum. Bunuda ThrottlingPolicy ile yaptım Kullanıcı 15 üzerinde kişiye -email atınca hata mesajı alıyor fakat gün içerisinde birkaç kişiyede e-mail atılsa zaman zaman değişik mailbox kulanıcılarında e-mail atamama ile sonuçlanıyor ve hata mesajı alınıyor.
Sonuç olarak bu işlemi başka türlü yapmanın yolu yokmu yardımlarınızı beklemekteyim.
Yaptığım işlem powershell de sırası ile şöyle;
New-ThrottlingPolicy -Name MaxiumSend -RecipientRateLimit 15
Set-Mailbox -Identity malici -ThrottlingPolicy MaxiumSend
ThrootlingPolicy ise son durumda aşağıdaki gibidir. (Not: Servislerde Microsoft Throttling automatic ve start durumunda)
PS C:\Users\administrator.ESER> Get-ThrottlingPolicy
IsDefault : True
EASMaxConcurrency : 10
EASPercentTimeInAD :
EASPercentTimeInCAS :
EASPercentTimeInMailboxRPC :
EWSMaxConcurrency : 10
EWSPercentTimeInAD :
EWSPercentTimeInCAS :
EWSPercentTimeInMailboxRPC :
EWSMaxSubscriptions :
EWSFastSearchTimeoutInSeconds : 60
EWSFindCountLimit :
IMAPMaxConcurrency :
IMAPPercentTimeInAD :
IMAPPercentTimeInCAS :
IMAPPercentTimeInMailboxRPC :
OWAMaxConcurrency : 5
OWAPercentTimeInAD :
OWAPercentTimeInCAS :
OWAPercentTimeInMailboxRPC :
POPMaxConcurrency : 20
POPPercentTimeInAD :
POPPercentTimeInCAS :
POPPercentTimeInMailboxRPC :
PowerShellMaxConcurrency : 18
PowerShellMaxCmdlets :
PowerShellMaxCmdletsTimePeriod :
ExchangeMaxCmdlets :
PowerShellMaxCmdletQueueDepth :
RCAMaxConcurrency : 20
RCAPercentTimeInAD :
RCAPercentTimeInCAS :
RCAPercentTimeInMailboxRPC :
MessageRateLimit :
RecipientRateLimit : 250
ForwardeeLimit :
CPUStartPercent : 75
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
Name : DefaultThrottlingPolicy_8b6b2aff-1ef2-442e-886c-d88594c3aabc
DistinguishedName : CN=DefaultThrottlingPolicy_8b6b2aff-1ef2-442e-886c-d88594c3aabc,CN=Global Settings,CN=
EserExchange,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=eser,DC=local
Identity : DefaultThrottlingPolicy_8b6b2aff-1ef2-442e-886c-d88594c3aabc
Guid : 83c8f9d7-280a-4806-b6e0-ec6081f27fd4
ObjectCategory : eser.local/Configuration/Schema/ms-Exch-Throttling-Policy
ObjectClass : {top, msExchGenericPolicy, msExchThrottlingPolicy}
WhenChanged : 01.04.2011 08:47:59
WhenCreated : 19.02.2010 15:55:58
WhenChangedUTC : 01.04.2011 05:47:59
WhenCreatedUTC : 19.02.2010 13:55:58
OrganizationId :
OriginatingServer : eser-server.eser.local
IsValid : True
IsDefault : False
EASMaxConcurrency : 10
EASPercentTimeInAD :
EASPercentTimeInCAS :
EASPercentTimeInMailboxRPC :
EWSMaxConcurrency : 10
EWSPercentTimeInAD :
EWSPercentTimeInCAS :
EWSPercentTimeInMailboxRPC :
EWSMaxSubscriptions :
EWSFastSearchTimeoutInSeconds : 60
EWSFindCountLimit :
IMAPMaxConcurrency :
IMAPPercentTimeInAD :
IMAPPercentTimeInCAS :
IMAPPercentTimeInMailboxRPC :
OWAMaxConcurrency : 5
OWAPercentTimeInAD :
OWAPercentTimeInCAS :
OWAPercentTimeInMailboxRPC :
POPMaxConcurrency : 20
POPPercentTimeInAD :
POPPercentTimeInCAS :
POPPercentTimeInMailboxRPC :
PowerShellMaxConcurrency : 18
PowerShellMaxCmdlets :
PowerShellMaxCmdletsTimePeriod :
ExchangeMaxCmdlets :
PowerShellMaxCmdletQueueDepth :
RCAMaxConcurrency : 20
RCAPercentTimeInAD :
RCAPercentTimeInCAS :
RCAPercentTimeInMailboxRPC :
MessageRateLimit :
RecipientRateLimit : 15
ForwardeeLimit :
CPUStartPercent : 75
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
Name : maxiumsend
DistinguishedName : CN=maxiumsend,CN=Global Settings,CN=EserExchange,CN=Microsoft Exchange,CN=Services,CN=
Configuration,DC=eser,DC=local
Identity : maxiumsend
Guid : 8064b4c1-2693-44a6-aab1-b4300b2f6dfa
ObjectCategory : eser.local/Configuration/Schema/ms-Exch-Throttling-Policy
ObjectClass : {top, msExchGenericPolicy, msExchThrottlingPolicy}
WhenChanged : 23.09.2011 11:54:18
WhenCreated : 23.09.2011 11:54:03
WhenChangedUTC : 23.09.2011 08:54:18
WhenCreatedUTC : 23.09.2011 08:54:03
OrganizationId :
OriginatingServer : eser-server.eser.local
IsValid : True
PS C:\Users\administrator.ESER>
merhabalar
siz bir limit tanımlaması yapmışsınız doğal olarak o limite eriştiğinde kullanıcılar mail attıklarında hata ile karşılaşmaları normaldir. bütün kullanıcıları etkilemezse policy ozaman daha verimli olacaktır diye düşünüyorum.
Mümin bey merhaba; default gelen throttlingpolicy 'e bir policy daha tanımladım. Tek tek sınırlama yapacağım mailboxları aşağıdaki komut ile yeni oluşturduğum policy'e dahil ettim.
Set-Mailbox -Identity malici -ThrottlingPolicy MaxiumSend
Dolayısıyla bütün kullanıcıları etkilemiyor. Çözüm olarak önerebilceğiniz başka bir alternatif varmı. Get-ThrotlingPolicy komutu ile zaten oluşturduğum policy'i görmekteyim.Oluşturduğum yeni policy ismi maxiumsend. Yine incelemeniz için policy dökümünü aşağıda göndermekteyim.
PS C:\Users\administrator.ESER> Get-ThrottlingPolicy
IsDefault : True
EASMaxConcurrency : 10
EASPercentTimeInAD :
EASPercentTimeInCAS :
EASPercentTimeInMailboxRPC :
EWSMaxConcurrency : 10
EWSPercentTimeInAD :
EWSPercentTimeInCAS :
EWSPercentTimeInMailboxRPC :
EWSMaxSubscriptions :
EWSFastSearchTimeoutInSeconds : 60
EWSFindCountLimit :
IMAPMaxConcurrency :
IMAPPercentTimeInAD :
IMAPPercentTimeInCAS :
IMAPPercentTimeInMailboxRPC :
OWAMaxConcurrency : 5
OWAPercentTimeInAD :
OWAPercentTimeInCAS :
OWAPercentTimeInMailboxRPC :
POPMaxConcurrency : 20
POPPercentTimeInAD :
POPPercentTimeInCAS :
POPPercentTimeInMailboxRPC :
PowerShellMaxConcurrency : 18
PowerShellMaxCmdlets :
PowerShellMaxCmdletsTimePeriod :
ExchangeMaxCmdlets :
PowerShellMaxCmdletQueueDepth :
RCAMaxConcurrency : 20
RCAPercentTimeInAD :
RCAPercentTimeInCAS :
RCAPercentTimeInMailboxRPC :
MessageRateLimit :
RecipientRateLimit : 250
ForwardeeLimit :
CPUStartPercent : 75
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
Name : DefaultThrottlingPolicy_8b6b2aff-1ef2-442e-886c-d88594c3aabc
DistinguishedName : CN=DefaultThrottlingPolicy_8b6b2aff-1ef2-442e-886c-d88594c3aabc,CN=Global Settings,CN=
EserExchange,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=eser,DC=local
Identity : DefaultThrottlingPolicy_8b6b2aff-1ef2-442e-886c-d88594c3aabc
Guid : 83c8f9d7-280a-4806-b6e0-ec6081f27fd4
ObjectCategory : eser.local/Configuration/Schema/ms-Exch-Throttling-Policy
ObjectClass : {top, msExchGenericPolicy, msExchThrottlingPolicy}
WhenChanged : 01.04.2011 08:47:59
WhenCreated : 19.02.2010 15:55:58
WhenChangedUTC : 01.04.2011 05:47:59
WhenCreatedUTC : 19.02.2010 13:55:58
OrganizationId :
OriginatingServer : eser-server.eser.local
IsValid : True
IsDefault : False
EASMaxConcurrency : 10
EASPercentTimeInAD :
EASPercentTimeInCAS :
EASPercentTimeInMailboxRPC :
EWSMaxConcurrency : 10
EWSPercentTimeInAD :
EWSPercentTimeInCAS :
EWSPercentTimeInMailboxRPC :
EWSMaxSubscriptions :
EWSFastSearchTimeoutInSeconds : 60
EWSFindCountLimit :
IMAPMaxConcurrency :
IMAPPercentTimeInAD :
IMAPPercentTimeInCAS :
IMAPPercentTimeInMailboxRPC :
OWAMaxConcurrency : 5
OWAPercentTimeInAD :
OWAPercentTimeInCAS :
OWAPercentTimeInMailboxRPC :
POPMaxConcurrency : 20
POPPercentTimeInAD :
POPPercentTimeInCAS :
POPPercentTimeInMailboxRPC :
PowerShellMaxConcurrency : 18
PowerShellMaxCmdlets :
PowerShellMaxCmdletsTimePeriod :
ExchangeMaxCmdlets :
PowerShellMaxCmdletQueueDepth :
RCAMaxConcurrency : 20
RCAPercentTimeInAD :
RCAPercentTimeInCAS :
RCAPercentTimeInMailboxRPC :
MessageRateLimit :
RecipientRateLimit : 15
ForwardeeLimit :
CPUStartPercent : 75
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
Name : maxiumsend
DistinguishedName : CN=maxiumsend,CN=Global Settings,CN=EserExchange,CN=Microsoft Exchange,CN=Services,CN=
Configuration,DC=eser,DC=local
Identity : maxiumsend
Guid : 8064b4c1-2693-44a6-aab1-b4300b2f6dfa
ObjectCategory : eser.local/Configuration/Schema/ms-Exch-Throttling-Policy
ObjectClass : {top, msExchGenericPolicy, msExchThrottlingPolicy}
WhenChanged : 23.09.2011 11:54:18
WhenCreated : 23.09.2011 11:54:03
WhenChangedUTC : 23.09.2011 08:54:18
WhenCreatedUTC : 23.09.2011 08:54:03
OrganizationId :
OriginatingServer : eser-server.eser.local
IsValid : True
PS C:\Users\administrator.ESER>
Murat bey selam, aşağıdaki komutu kullanarak kullanıcıların 15'den fazla kullanıcıya mesaj gönderimini engelleyebilirsiniz.
get-mailbox | Set-Mailbox -RecipientLimits 15
İyi çalışmalar.
yaşar hocamın dediği gibi de tanımlama yapılabilir.
EMC üzerinden mailbox özelliklerinde Delivery Options kısmında bu tanımlamayı yapabilirsiniz. ancak bu yine de sizin dediğiniz gibi 15 kişiye attıktan sonra veya ulaştıktan sonra bir iki mesaj daha atsın gibi durumu değil.