Forskel mellem versioner af "Exchange 2010"
Fra NørderiWiki
Freesoft (diskussion | bidrag) m (Anti spam) |
Freesoft (diskussion | bidrag) m (→Anti spam (Hub transport)) |
||
Linje 10: | Linje 10: | ||
http://johanveldhuis.nl/?page_id=288&lang=en | http://johanveldhuis.nl/?page_id=288&lang=en | ||
+ | |||
+ | <pre> | ||
+ | add-IPBlockListProvider -Name 'zen.spamhaus.org' -LookupDomain 'zen.spamhaus.org' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '1' -RejectionResponse '' | ||
+ | add-IPBlockListProvider -Name 'dnsbl.sorbs.net' -LookupDomain 'dnsbl.sorbs.net' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '2' -RejectionResponse '' | ||
+ | add-IPBlockListProvider -Name 'bl.spamcop.net' -LookupDomain 'bl.spamcop.net' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '3' -RejectionResponse '' | ||
+ | add-IPBlockListProvider -Name 'dnsbl-1.uceprotect.net' -LookupDomain 'dnsbl-1.uceprotect.net' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '4' -RejectionResponse '' | ||
+ | </pre> | ||
= Mere info = | = Mere info = |
Versionen fra 4. mar 2010, 17:47
Exchange 2010 Install on Server 2008 R2
How to Install Exchange Server 2010 Beta
Installing Exchange Server 2010 (Beta) (Part 1)
Enable Anti-Spam Functionality on a Hub Transport Server
Indholdsfortegnelse
Anti spam (Hub transport)
http://johanveldhuis.nl/?page_id=288&lang=en
add-IPBlockListProvider -Name 'zen.spamhaus.org' -LookupDomain 'zen.spamhaus.org' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '1' -RejectionResponse '' add-IPBlockListProvider -Name 'dnsbl.sorbs.net' -LookupDomain 'dnsbl.sorbs.net' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '2' -RejectionResponse '' add-IPBlockListProvider -Name 'bl.spamcop.net' -LookupDomain 'bl.spamcop.net' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '3' -RejectionResponse '' add-IPBlockListProvider -Name 'dnsbl-1.uceprotect.net' -LookupDomain 'dnsbl-1.uceprotect.net' -Enabled $true -BitmaskMatch $null -IPAddressesMatch @() -AnyMatch $true -Priority '4' -RejectionResponse ''