Forskel mellem versioner af "Exchange 2010"

Fra NørderiWiki
Skift til: Navigation, Søgning
m (Shared hosting: Links)
m (Andre gode links: Et par links)
Linje 31: Linje 31:
 
= Mere info =
 
= Mere info =
 
== Andre gode links ==
 
== Andre gode links ==
 +
[http://www.burchwords.com/archives/1071 Exchange 2007: Distribution Group – User Unknown Bounceback]
 +
 +
[http://social.technet.microsoft.com/Forums/en/exchange2010/thread/b065d176-0ebb-4b72-8d05-bc86318944ab Catch-all for 2010 HUB only setup]
 +
 
== Bøger ==
 
== Bøger ==
 
[http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000289853 Exchange Server 2010 Unleashed]
 
[http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000289853 Exchange Server 2010 Unleashed]
  
 
[http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000360804 Windows Server 2008 R2 Unleashed]
 
[http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000360804 Windows Server 2008 R2 Unleashed]

Versionen fra 17. mar 2010, 13:55

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

Anti spam (Hub transport)

http://johanveldhuis.nl/?page_id=288&lang=en

set-recipientfilterconfig -RecipientValidationEnabled $true

set-senderfilterconfig -BlockedSenders @() -BlockedDomains @() -BlockedDomainsAndSubdomains @() -BlankSenderBlockingEnabled $true

set-contentfilterconfig -SCLRejectThreshold '5' -SCLDeleteThreshold '7' -SCLDeleteEnabled $true

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 ''

Shared hosting

[1] [2] [3]

Mere info

Andre gode links

Exchange 2007: Distribution Group – User Unknown Bounceback

Catch-all for 2010 HUB only setup

Bøger

Exchange Server 2010 Unleashed

Windows Server 2008 R2 Unleashed