Send Connector

From KlavoWiki
Revision as of 05:53, 19 May 2011 by David (talk | contribs) (Created page with "To created a send connector in Exchange. <pre> new-SendConnector -Name 'Name of Send Connector' -AddressSpaces 'SMTP:mydomain.name.com;10' -IsScopedConnector $false -DNSRoutingEn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To created a send connector in Exchange.

new-SendConnector -Name 'Name of Send Connector' -AddressSpaces 'SMTP:mydomain.name.com;10' -IsScopedConnector $false -DNSRoutingEnabled $false -SmartHosts 'forward.to.here.com' -SmartHostAuthMechanism 'None' -UseExternalDNSServersEnabled $false -SourceTransportServers 'CAS-SERVER1','CAS-SERVER1’ –MaxMessageSize ‘20MB’