Here is a list of all the connector configs that are currently in place from onsite-O365… sorry for the mammoth post
Receive connectors
Get-ReceiveConnector –Server contosoxch01.contoso.com
Identity Bindings Enabled ——– ——– ——- CONTOSOXCH01Default CONTOSOXCH01 {0.0.0.0:2525, [::]:2525} True CONTOSOXCH01Client Proxy CONTOSOXCH01 {[::]:465, 0.0.0.0:465} True CONTOSOXCH01Default Frontend CONTOSOXCH01 {[::]:25, 0.0.0.0:25} True CONTOSOXCH01Outbound Proxy Frontend CONTOSOXCH01 {[::]:717, 0.0.0.0:717} True CONTOSOXCH01Client Frontend CONTOSOXCH01 {[::]:587, 0.0.0.0:587} True CONTOSOXCH01Anonymous Email Relay {0.0.0.0:25} True |
Anonymous Email Relay connector
Get-ReceiveConnector –Identity "CONTOSOXCH01Anonymous Email Relay" | Format-List
RunspaceId : 6dcbfe67-9b15-5ee6-92ed-d7ea0c2dd5af AuthMechanism : Tls, ExternalAuthoritative Banner : BinaryMimeEnabled : True Bindings : {0.0.0.0:25} ChunkingEnabled : True DefaultDomain : DeliveryStatusNotificationEnabled : True EightBitMimeEnabled : True SmtpUtf8Enabled : True BareLinefeedRejectionEnabled : False DomainSecureEnabled : False EnhancedStatusCodesEnabled : True LongAddressesEnabled : False OrarEnabled : False SuppressXAnonymousTls : False ProxyEnabled : False AdvertiseClientSettings : False Fqdn : smtp.contoso.com ServiceDiscoveryFqdn : TlsCertificateName : Comment : Enabled : True ConnectionTimeout : 00:10:00 ConnectionInactivityTimeout : 00:05:00 MessageRateLimit : Unlimited MessageRateSource : IPAddress MaxInboundConnection : 5000 MaxInboundConnectionPerSource : 20 MaxInboundConnectionPercentagePerSource : 2 MaxHeaderSize : 256 KB (262,144 bytes) MaxHopCount : 60 MaxLocalHopCount : 12 MaxLogonFailures : 3 MaxMessageSize : 36 MB (37,748,736 bytes) MaxProtocolErrors : 5 MaxRecipientsPerMessage : 200 PermissionGroups : AnonymousUsers, ExchangeServers PipeliningEnabled : True ProtocolLoggingLevel : None RemoteIPRanges : {172.24.0.0/24, 10.0.2.0/24, 192.168.26.0/23, 192.168.14.0/23…} RequireEHLODomain : False RequireTLS : False EnableAuthGSSAPI : False ExtendedProtectionPolicy : None LiveCredentialEnabled : False TlsDomainCapabilities : {} Server : CONTOSOXCH01 TransportRole : FrontendTransport RejectReservedTopLevelRecipientDomains : False RejectReservedSecondLevelRecipientDomains : False RejectSingleLabelRecipientDomains : False AcceptConsumerMail : False SizeEnabled : Enabled TarpitInterval : 00:00:05 AuthTarpitInterval : 00:00:05 MaxAcknowledgementDelay : 00:00:30 AdminDisplayName : ExchangeVersion : 0.1 (8.0.535.0) Name : Anonymous Email Relay DistinguishedName : CN=Anonymous Email Relay,CN=SMTP Receive Connectors,CN=Protocols,CN=CONTOSOXCH01,CN=Servers,CN=Exchange Administrative Group (FYDIPYHF23SPDDT),CN=Administrative Groups,CN=CONTOSO,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=COM Identity : CONTOSOXCH01Anonymous Email Relay Guid : 33e51cb0-1e9c-5ee6-92ed-7fcba280977e ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector ObjectClass : {top, msExchSmtpReceiveConnector} WhenChanged : 29/03/2018 15:01:16 WhenCreated : 29/03/2018 14:58:35 WhenChangedUTC : 29/03/2018 14:01:16 WhenCreatedUTC : 29/03/2018 13:58:35 OrganizationId : Id : CONTOSOXCH01Anonymous Email Relay OriginatingServer : CONTOSODC01.contoso.com IsValid : True ObjectState : Unchanged |
Client frontend connector
Get-ReceiveConnector –Identity "CONTOSOXCH01Client Frontend CONTOSOXCH01" | Format-List
RunspaceId : 6dcbfe67-9b15-6ed8-1aa2-d7ea0c2dd5af AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS Banner : BinaryMimeEnabled : True Bindings : {[::]:587, 0.0.0.0:587} ChunkingEnabled : True DefaultDomain : DeliveryStatusNotificationEnabled : True EightBitMimeEnabled : True SmtpUtf8Enabled : True BareLinefeedRejectionEnabled : False DomainSecureEnabled : False EnhancedStatusCodesEnabled : True LongAddressesEnabled : False OrarEnabled : False SuppressXAnonymousTls : False ProxyEnabled : False AdvertiseClientSettings : False Fqdn : CONTOSOXCH01.contoso.com ServiceDiscoveryFqdn : TlsCertificateName : Comment : Enabled : True ConnectionTimeout : 00:10:00 ConnectionInactivityTimeout : 00:05:00 MessageRateLimit : 5 MessageRateSource : User MaxInboundConnection : 5000 MaxInboundConnectionPerSource : 20 MaxInboundConnectionPercentagePerSource : 2 MaxHeaderSize : 256 KB (262,144 bytes) MaxHopCount : 60 MaxLocalHopCount : 12 MaxLogonFailures : 3 MaxMessageSize : 36 MB (37,748,736 bytes) MaxProtocolErrors : 5 MaxRecipientsPerMessage : 200 PermissionGroups : ExchangeUsers PipeliningEnabled : True ProtocolLoggingLevel : None RemoteIPRanges : {::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, 0.0.0.0–255.255.255.255} RequireEHLODomain : False RequireTLS : False EnableAuthGSSAPI : True ExtendedProtectionPolicy : None LiveCredentialEnabled : False TlsDomainCapabilities : {} Server : CONTOSOXCH01 TransportRole : FrontendTransport RejectReservedTopLevelRecipientDomains : False RejectReservedSecondLevelRecipientDomains : False RejectSingleLabelRecipientDomains : False AcceptConsumerMail : False SizeEnabled : Enabled TarpitInterval : 00:00:05 AuthTarpitInterval : 00:00:05 MaxAcknowledgementDelay : 00:00:30 AdminDisplayName : ExchangeVersion : 0.1 (8.0.535.0) Name : Client Frontend CONTOSOXCH01 DistinguishedName : CN=Client Frontend CONTOSOXCH01,CN=SMTP Receive Connectors,CN=Protocols,CN=CONTOSOXCH01,CN=Servers,CN=Exchange Administrative Group (FYDIPYHF23SPDDT),CN=Administrative Groups,CN=CONTOSO,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=COM Identity : CONTOSOXCH01Client Frontend CONTOSOXCH01 Guid : 890fcc0d-dbdf-6ed8-1aa2-dabde9adf027 ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector ObjectClass : {top, msExchSmtpReceiveConnector} WhenChanged : 29/01/2018 11:35:45 WhenCreated : 29/01/2018 11:35:30 WhenChangedUTC : 29/01/2018 11:35:45 WhenCreatedUTC : 29/01/2018 11:35:30 OrganizationId : Id : CONTOSOXCH01Client Frontend CONTOSOXCH01 OriginatingServer : CONTOSODC01.contoso.com IsValid : True ObjectState : Unchanged
|
Client proxy connector
Get-ReceiveConnector –Identity "CONTOSOXCH01Client Proxy CONTOSOXCH01" | Format-List
RunspaceId : 6dcbfe67-9b15-2de5-8aa6-d7ea0c2dd5af AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer Banner : BinaryMimeEnabled : True Bindings : {[::]:465, 0.0.0.0:465} ChunkingEnabled : True DefaultDomain : DeliveryStatusNotificationEnabled : True EightBitMimeEnabled : True SmtpUtf8Enabled : True BareLinefeedRejectionEnabled : False DomainSecureEnabled : False EnhancedStatusCodesEnabled : True LongAddressesEnabled : False OrarEnabled : False SuppressXAnonymousTls : False ProxyEnabled : False AdvertiseClientSettings : False Fqdn : CONTOSOXCH01.contoso.com ServiceDiscoveryFqdn : TlsCertificateName : Comment : Enabled : True ConnectionTimeout : 00:10:00 ConnectionInactivityTimeout : 00:05:00 MessageRateLimit : 5 MessageRateSource : User MaxInboundConnection : 5000 MaxInboundConnectionPerSource : 20 MaxInboundConnectionPercentagePerSource : 2 MaxHeaderSize : 256 KB (262,144 bytes) MaxHopCount : 60 MaxLocalHopCount : 12 MaxLogonFailures : 3 MaxMessageSize : 36 MB (37,748,736 bytes) MaxProtocolErrors : 5 MaxRecipientsPerMessage : 200 PermissionGroups : ExchangeUsers, ExchangeServers PipeliningEnabled : True ProtocolLoggingLevel : None RemoteIPRanges : {::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, 0.0.0.0–255.255.255.255} RequireEHLODomain : False RequireTLS : False EnableAuthGSSAPI : True ExtendedProtectionPolicy : None LiveCredentialEnabled : False TlsDomainCapabilities : {} Server : CONTOSOXCH01 TransportRole : HubTransport RejectReservedTopLevelRecipientDomains : False RejectReservedSecondLevelRecipientDomains : False RejectSingleLabelRecipientDomains : False AcceptConsumerMail : False SizeEnabled : Enabled TarpitInterval : 00:00:05 AuthTarpitInterval : 00:00:05 MaxAcknowledgementDelay : 00:00:30 AdminDisplayName : ExchangeVersion : 0.1 (8.0.535.0) Name : Client Proxy CONTOSOXCH01 DistinguishedName : CN=Client Proxy CONTOSOXCH01,CN=SMTP Receive Connectors,CN=Protocols,CN=CONTOSOXCH01,CN=Servers,CN=Exchange Administrative Group (FYDIPYHF23SPDDT),CN=Administrative Groups,CN=CONTOSO,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=COM Identity : CONTOSOXCH01Client Proxy CONTOSOXCH01 Guid : 85aae35d-570a-2de5-8aa6-bd7f8fec1c81 ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector ObjectClass : {top, msExchSmtpReceiveConnector} WhenChanged : 29/01/2018 11:25:49 WhenCreated : 29/01/2018 11:25:41 WhenChangedUTC : 29/01/2018 11:25:49 WhenCreatedUTC : 29/01/2018 11:25:41 OrganizationId : Id : CONTOSOXCH01Client Proxy CONTOSOXCH01 OriginatingServer : CONTOSODC01.contoso.com IsValid : True ObjectState : Unchanged
|
Default frontend connector
Get-ReceiveConnector –Identity "CONTOSOXCH01Default Frontend CONTOSOXCH01" | Format-List
RunspaceId : 6dcbfe67-9b15-5ed9-1b03-d7ea0c2dd5af AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer Banner : BinaryMimeEnabled : True Bindings : {[::]:25, 0.0.0.0:25} ChunkingEnabled : True DefaultDomain : DeliveryStatusNotificationEnabled : True EightBitMimeEnabled : True SmtpUtf8Enabled : True BareLinefeedRejectionEnabled : False DomainSecureEnabled : True EnhancedStatusCodesEnabled : True LongAddressesEnabled : False OrarEnabled : False SuppressXAnonymousTls : False ProxyEnabled : False AdvertiseClientSettings : False Fqdn : CONTOSOXCH01.contoso.com ServiceDiscoveryFqdn : TlsCertificateName : <I>CN=DigiCert SHA2 Secure Server CA, O=DigiCert Inc, C=US<S>CN=*.contoso.com, OU=IT, O=Contoso Corp, L=New York, S=New York, C=US Comment : Enabled : True ConnectionTimeout : 00:10:00 ConnectionInactivityTimeout : 00:05:00 MessageRateLimit : Unlimited MessageRateSource : IPAddress MaxInboundConnection : 5000 MaxInboundConnectionPerSource : 20 MaxInboundConnectionPercentagePerSource : 2 MaxHeaderSize : 256 KB (262,144 bytes) MaxHopCount : 60 MaxLocalHopCount : 12 MaxLogonFailures : 3 MaxMessageSize : 36 MB (37,748,736 bytes) MaxProtocolErrors : 5 MaxRecipientsPerMessage : 200 PermissionGroups : AnonymousUsers, ExchangeServers, ExchangeLegacyServers PipeliningEnabled : True ProtocolLoggingLevel : Verbose RemoteIPRanges : {::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, 0.0.0.0–255.255.255.255} RequireEHLODomain : False RequireTLS : False EnableAuthGSSAPI : False ExtendedProtectionPolicy : None LiveCredentialEnabled : False TlsDomainCapabilities : {mail.protection.outlook.com:AcceptCloudServicesMail} Server : CONTOSOXCH01 TransportRole : FrontendTransport RejectReservedTopLevelRecipientDomains : False RejectReservedSecondLevelRecipientDomains : False RejectSingleLabelRecipientDomains : False AcceptConsumerMail : False SizeEnabled : Enabled TarpitInterval : 00:00:05 AuthTarpitInterval : 00:00:05 MaxAcknowledgementDelay : 00:00:30 AdminDisplayName : ExchangeVersion : 0.1 (8.0.535.0) Name : Default Frontend CONTOSOXCH01 DistinguishedName : CN=Default Frontend CONTOSOXCH01,CN=SMTP Receive Connectors,CN=Protocols,CN=CONTOSOXCH01,CN=Servers,CN=Exchange Administrative Group (FYDIPYHF23SPDDT),CN=Administrative Groups,CN=CONTOSO,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=COM Identity : CONTOSOXCH01Default Frontend CONTOSOXCH01 Guid : f24a1f12-6ea7-5ed9-1b03-e5eec361d482 ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector ObjectClass : {top, msExchSmtpReceiveConnector} WhenChanged : 10/04/2018 12:02:20 WhenCreated : 29/01/2018 11:35:30 WhenChangedUTC : 10/04/2018 11:02:20 WhenCreatedUTC : 29/01/2018 11:35:30 OrganizationId : Id : CONTOSOXCH01Default Frontend CONTOSOXCH01 OriginatingServer : CONTOSODC01.contoso.com IsValid : True ObjectState : Unchanged
|
Default receive connector
Get-ReceiveConnector –Identity "CONTOSOXCH01Default CONTOSOXCH01" | Format-List
RunspaceId : 6dcbfe67-9b15-5537-8008-d7ea0c2dd5af AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer Banner : BinaryMimeEnabled : True Bindings : {0.0.0.0:2525, [::]:2525} ChunkingEnabled : True DefaultDomain : DeliveryStatusNotificationEnabled : True EightBitMimeEnabled : True SmtpUtf8Enabled : True BareLinefeedRejectionEnabled : False DomainSecureEnabled : False EnhancedStatusCodesEnabled : True LongAddressesEnabled : False OrarEnabled : False SuppressXAnonymousTls : False ProxyEnabled : False AdvertiseClientSettings : False Fqdn : CONTOSOXCH01.contoso.com ServiceDiscoveryFqdn : TlsCertificateName : Comment : Enabled : True ConnectionTimeout : 00:10:00 ConnectionInactivityTimeout : 00:05:00 MessageRateLimit : Unlimited MessageRateSource : IPAddress MaxInboundConnection : 5000 MaxInboundConnectionPerSource : Unlimited MaxInboundConnectionPercentagePerSource : 100 MaxHeaderSize : 256 KB (262,144 bytes) MaxHopCount : 60 MaxLocalHopCount : 12 MaxLogonFailures : 3 MaxMessageSize : 36 MB (37,748,736 bytes) MaxProtocolErrors : 5 MaxRecipientsPerMessage : 5000 PermissionGroups : ExchangeUsers, ExchangeServers, ExchangeLegacyServers PipeliningEnabled : True ProtocolLoggingLevel : None RemoteIPRanges : {::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, 0.0.0.0–255.255.255.255} RequireEHLODomain : False RequireTLS : False EnableAuthGSSAPI : False ExtendedProtectionPolicy : None LiveCredentialEnabled : False TlsDomainCapabilities : {} Server : CONTOSOXCH01 TransportRole : HubTransport RejectReservedTopLevelRecipientDomains : False RejectReservedSecondLevelRecipientDomains : False RejectSingleLabelRecipientDomains : False AcceptConsumerMail : False SizeEnabled : EnabledWithoutValue TarpitInterval : 00:00:05 AuthTarpitInterval : 00:00:05 MaxAcknowledgementDelay : 00:00:30 AdminDisplayName : ExchangeVersion : 0.1 (8.0.535.0) Name : Default CONTOSOXCH01 DistinguishedName : CN=Default CONTOSOXCH01,CN=SMTP Receive Connectors,CN=Protocols,CN=CONTOSOXCH01,CN=Servers,CN=Exchange Administrative Group (FYDIPYHF23SPDDT),CN=Administrative Groups,CN=CONTOSO,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=COM Identity : CONTOSOXCH01Default CONTOSOXCH01 Guid : ee22ce2c-fd09-5537-8008-1f20d8690123 ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector ObjectClass : {top, msExchSmtpReceiveConnector} WhenChanged : 29/01/2018 11:35:45 WhenCreated : 29/01/2018 11:25:41 WhenChangedUTC : 29/01/2018 11:35:45 WhenCreatedUTC : 29/01/2018 11:25:41 OrganizationId : Id : CONTOSOXCH01Default CONTOSOXCH01 OriginatingServer : CONTOSODC01.contoso.com IsValid : True ObjectState : Unchanged
|
Outbound proxy connector
Get-ReceiveConnector –Identity "CONTOSOXCH01Outbound Proxy Frontend CONTOSOXCH01" | Format-List
RunspaceId : 6dcbfe67-9b15-5537-8008-d7ea0c2dd5af AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer Banner : BinaryMimeEnabled : True Bindings : {[::]:717, 0.0.0.0:717} ChunkingEnabled : True DefaultDomain : DeliveryStatusNotificationEnabled : True EightBitMimeEnabled : True SmtpUtf8Enabled : True BareLinefeedRejectionEnabled : False DomainSecureEnabled : True EnhancedStatusCodesEnabled : True LongAddressesEnabled : False OrarEnabled : False SuppressXAnonymousTls : False ProxyEnabled : False AdvertiseClientSettings : False Fqdn : CONTOSOXCH01.contoso.com ServiceDiscoveryFqdn : TlsCertificateName : Comment : Enabled : True ConnectionTimeout : 00:10:00 ConnectionInactivityTimeout : 00:05:00 MessageRateLimit : Unlimited MessageRateSource : IPAddress MaxInboundConnection : 5000 MaxInboundConnectionPerSource : 20 MaxInboundConnectionPercentagePerSource : 2 MaxHeaderSize : 256 KB (262,144 bytes) MaxHopCount : 60 MaxLocalHopCount : 12 MaxLogonFailures : 3 MaxMessageSize : 36 MB (37,748,736 bytes) MaxProtocolErrors : 5 MaxRecipientsPerMessage : 200 PermissionGroups : ExchangeServers PipeliningEnabled : True ProtocolLoggingLevel : Verbose RemoteIPRanges : {::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff, 0.0.0.0–255.255.255.255} RequireEHLODomain : False RequireTLS : False EnableAuthGSSAPI : False ExtendedProtectionPolicy : None LiveCredentialEnabled : False TlsDomainCapabilities : {} Server : CONTOSOXCH01 TransportRole : FrontendTransport RejectReservedTopLevelRecipientDomains : False RejectReservedSecondLevelRecipientDomains : False RejectSingleLabelRecipientDomains : False AcceptConsumerMail : False SizeEnabled : Enabled TarpitInterval : 00:00:00 AuthTarpitInterval : 00:00:05 MaxAcknowledgementDelay : 00:00:30 AdminDisplayName : ExchangeVersion : 0.1 (8.0.535.0) Name : Outbound Proxy Frontend CONTOSOXCH01 DistinguishedName : CN=Outbound Proxy Frontend CONTOSOXCH01,CN=SMTP Receive Connectors,CN=Protocols,CN=CONTOSOXCH01,CN=Servers,CN=Exchange Administrative Group (FYDIPYHF23SPDDT),CN=Administrative Groups,CN=CONTOSO,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=COM Identity : CONTOSOXCH01Outbound Proxy Frontend CONTOSOXCH01 Guid : 89949ace-884b-5537-8008-ebc8a510b1e6 ObjectCategory : contoso.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector ObjectClass : {top, msExchSmtpReceiveConnector} WhenChanged : 29/01/2018 11:35:45 WhenCreated : 29/01/2018 11:35:30 WhenChangedUTC : 29/01/2018 11:35:45 WhenCreatedUTC : 29/01/2018 11:35:30 OrganizationId : Id : CONTOSOXCH01Outbound Proxy Frontend CONTOSOXCH01 OriginatingServer : CONTOSODC01.contoso.com IsValid : True ObjectState : Unchanged
|
Send connectors
Get-SendConnector
Identity AddressSpaces Enabled ——– ————- ——- Outgoing Email Send Connector {SMTP:*;10} True Sharepoint Forwarder 2010 {SMTP:*.sharepoint.contoso.com;1, SMTP:*.sp2010.contoso.com;1} True Sharepoint2010 {SMTP:contososp2010wfe.contoso.com;1} True Outbound to Office 365 {smtp:contoso.mail.onmicrosoft.com;1} True Send outbound email via Office 365 {smtp:*;9} True
|
Outbound O365 connector
Get-SendConnector –Identity "Outbound to Office 365" | Format-List
AddressSpaces : {smtp:contoso.mail.onmicrosoft.com;1} AuthenticationCredential : CloudServicesMailEnabled : True Comment : ConnectedDomains : {} ConnectionInactivityTimeOut : 00:10:00 ConnectorType : Default DNSRoutingEnabled : True DomainSecureEnabled : False Enabled : True ErrorPolicies : Default ForceHELO : False Fqdn : mail.contoso.com FrontendProxyEnabled : False HomeMTA : Microsoft MTA HomeMtaServerId : CONTOSOXCH01 Identity : Outbound to Office 365 IgnoreSTARTTLS : False IsScopedConnector : False IsSmtpConnector : True MaxMessageSize : 50 MB (52,428,800 bytes) Name : Outbound to Office 365 Port : 25 ProtocolLoggingLevel : None Region : NotSpecified RequireOorg : False RequireTLS : True SmartHostAuthMechanism : None SmartHosts : {} SmartHostsString : SmtpMaxMessagesPerConnection : 20 SourceIPAddress : 0.0.0.0 SourceRoutingGroup : Exchange Routing Group (DWBGPYFD01QNBDR) SourceTransportServers : {CONTOSOXCH01} TlsAuthLevel : DomainValidation TlsCertificateName : <I>CN=DigiCert SHA2 Secure Server CA, O=DigiCert Inc, C=US<S>CN=*.contoso.com, OU=IT, O=Contoso Corp, L=New York, S=New York, C=US TlsDomain : mail.protection.outlook.com UseExternalDNSServersEnabled : False
|
Outgoing email connector
Get-SendConnector –Identity "Outgoing Email Send Connector" | Format-List
AddressSpaces : {SMTP:*;10} AuthenticationCredential : CloudServicesMailEnabled : False Comment : ConnectedDomains : {} ConnectionInactivityTimeOut : 00:10:00 ConnectorType : Default DNSRoutingEnabled : True DomainSecureEnabled : False Enabled : True ErrorPolicies : Default ForceHELO : False Fqdn : FrontendProxyEnabled : False HomeMTA : Microsoft MTA HomeMtaServerId : CONTOSOXCH01 Identity : Outgoing Email Send Connector IgnoreSTARTTLS : False IsScopedConnector : False IsSmtpConnector : True MaxMessageSize : 53.71 MB (56,320,000 bytes) Name : Outgoing Email Send Connector Port : 25 ProtocolLoggingLevel : None Region : NotSpecified RequireOorg : False RequireTLS : False SmartHostAuthMechanism : None SmartHosts : {} SmartHostsString : SmtpMaxMessagesPerConnection : 20 SourceIPAddress : 0.0.0.0 SourceRoutingGroup : Exchange Routing Group (DWBGPYFD01QNBDR) SourceTransportServers : {CONTOSOXCH01} TlsAuthLevel : TlsCertificateName : TlsDomain : UseExternalDNSServersEnabled : False
|
Additional O365 connector?
Get-SendConnector –Identity "Send outbound email via Office 365" | Format-List
AddressSpaces : {smtp:*;9} AuthenticationCredential : CloudServicesMailEnabled : False Comment : ConnectedDomains : {} ConnectionInactivityTimeOut : 00:10:00 ConnectorType : Default DNSRoutingEnabled : False DomainSecureEnabled : False Enabled : True ErrorPolicies : Default ForceHELO : False Fqdn : mail.contoso.com FrontendProxyEnabled : False HomeMTA : Microsoft MTA HomeMtaServerId : CONTOSOXCH01 Identity : Send outbound email via Office 365 IgnoreSTARTTLS : False IsScopedConnector : False IsSmtpConnector : True MaxMessageSize : 50 MB (52,428,800 bytes) Name : Send outbound email via Office 365 Port : 25 ProtocolLoggingLevel : None Region : NotSpecified RequireOorg : False RequireTLS : True SmartHostAuthMechanism : None SmartHosts : {contoso.mail.protection.outlook.com} SmartHostsString : contoso.mail.protection.outlook.com SmtpMaxMessagesPerConnection : 20 SourceIPAddress : 0.0.0.0 SourceRoutingGroup : Exchange Routing Group (DWBGPYFD01QNBDR) SourceTransportServers : {CONTOSOXCH01} TlsAuthLevel : CertificateValidation TlsCertificateName : TlsDomain : UseExternalDNSServersEnabled : False
|
Sharepoint connector
Get-SendConnector –Identity "Sharepoint Forwarder 2010" | Format-List
AddressSpaces : {SMTP:*.sharepoint.contoso.com;1, SMTP:*.sp2010.contoso.com;1} AuthenticationCredential : CloudServicesMailEnabled : False Comment : ConnectedDomains : {} ConnectionInactivityTimeOut : 00:10:00 ConnectorType : Default DNSRoutingEnabled : False DomainSecureEnabled : False Enabled : True ErrorPolicies : Default ForceHELO : False Fqdn : FrontendProxyEnabled : False HomeMTA : Microsoft MTA HomeMtaServerId : CONTOSOXCH01 Identity : Sharepoint Forwarder 2010 IgnoreSTARTTLS : False IsScopedConnector : True IsSmtpConnector : True MaxMessageSize : 10 MB (10,485,760 bytes) Name : Sharepoint Forwarder 2010 Port : 25 ProtocolLoggingLevel : None Region : NotSpecified RequireOorg : False RequireTLS : False SmartHostAuthMechanism : None SmartHosts : {contososp2010wfe.contoso.com} SmartHostsString : contososp2010wfe.contoso.com SmtpMaxMessagesPerConnection : 20 SourceIPAddress : 0.0.0.0 SourceRoutingGroup : Exchange Routing Group (DWBGPYFD01QNBDR) SourceTransportServers : {CONTOSOXCH01} TlsAuthLevel : TlsCertificateName : TlsDomain : UseExternalDNSServersEnabled : False
|
Sharepoint 2010 connector
Get-SendConnector –Identity "Sharepoint2010" | Format-List
AddressSpaces : {SMTP:contososp2010wfe.contoso.com;1} AuthenticationCredential : CloudServicesMailEnabled : False Comment : ConnectedDomains : {} ConnectionInactivityTimeOut : 00:10:00 ConnectorType : Default DNSRoutingEnabled : False DomainSecureEnabled : False Enabled : True ErrorPolicies : Default ForceHELO : False Fqdn : FrontendProxyEnabled : False HomeMTA : Microsoft MTA HomeMtaServerId : CONTOSOXCH01 Identity : Sharepoint2010 IgnoreSTARTTLS : False IsScopedConnector : False IsSmtpConnector : True MaxMessageSize : Unlimited Name : Sharepoint2010 Port : 25 ProtocolLoggingLevel : None Region : NotSpecified RequireOorg : False RequireTLS : False SmartHostAuthMechanism : None SmartHosts : {contoso.com.outbound.snwlhostgen.com} SmartHostsString : contoso.com.outbound.snwlhostgen.com SmtpMaxMessagesPerConnection : 20 SourceIPAddress : 0.0.0.0 SourceRoutingGroup : Exchange Routing Group (DWBGPYFD01QNBDR) SourceTransportServers : {CONTOSOXCH01} TlsAuthLevel : TlsCertificateName : TlsDomain : UseExternalDNSServersEnabled : False
|