After migrating from Exchange 2007 to Exchange 2010 I made a big mistake not documenting my receive connector settings on Exchange 2007. Both exchange 2007 and exchange 2010 ran together for about two weeks then I completely uninstalled and removed the 2007 exchange server.
Now on a regular basis I get event 1035
Type : Warning
Date : 2/13/2015
Time : 8:14:05 PM
Event : 1035
Source : MSExchangeTransport
Category : SmtpReceive
User : N/A
Computer : SERV025.FQDN.com
Description:
The description for Event ID ( 1035 ) in Source ( MSExchangeTransport ) could not be found.
Either the component that raises this event is not installed on the computer or the installation is corrupted.You can install or repair the component or try to change Description Server.
The following information was included with the event (insertion strings):
LogonDenied
Default SERV025
Ntlm
203.125.141.216
The ip address given is foreign not an ip address known by my system.
This occurs regularly with different ip addresses.
I have been blocking countries in my router but this is crazy..
I believe my default serv025 receiver connector is not setup correctly.
This is my default receive connector
[PS] C:\Windows\system32>get-receiveconnector 'default serv025' |fl
RunspaceId : e062116f-832a-4908-adce-e055fa4830b4
AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer
Banner :
BinaryMimeEnabled : True
Bindings : {:::25, 0.0.0.0:25}
ChunkingEnabled : True
DefaultDomain :
DeliveryStatusNotificationEnabled : True
EightBitMimeEnabled : True
BareLinefeedRejectionEnabled : False
DomainSecureEnabled : False
EnhancedStatusCodesEnabled : True
LongAddressesEnabled : False
OrarEnabled : False
SuppressXAnonymousTls : False
AdvertiseClientSettings : False
Fqdn : SERV025.fqdn.com
Comment :
Enabled : True
ConnectionTimeout : 00:10:00
ConnectionInactivityTimeout : 00:05:00
MessageRateLimit : unlimited
MessageRateSource : IPAddress
MaxInboundConnection : 5000
MaxInboundConnectionPerSource : unlimited
MaxInboundConnectionPercentagePerSource : 100
MaxHeaderSize : 64 KB (65,536 bytes)
MaxHopCount : 60
MaxLocalHopCount : 8
MaxLogonFailures : 3
MaxMessageSize : 10 MB (10,485,760 bytes)
MaxProtocolErrors : 5
MaxRecipientsPerMessage : 5000
PermissionGroups : AnonymousUsers
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 : SERV025
SizeEnabled : EnabledWithoutValue
TarpitInterval : 00:00:05
MaxAcknowledgementDelay : 00:00:30
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
Name : Default SERV025
DistinguishedName : CN=Default SERV025,CN=SMTP Receive Connectors,CN=Protocols,CN=SERV025,CN=Serv ers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=MYDOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=xxxx,DC=xxxx,DC=Mydomain,DC=com
Identity : SERV025\Default SERV025
Guid : c7f72790-8ffa-4d59-8de2-59a919e8b5a1
ObjectCategory : our.network.tgcsnet.com/Configuration/Schema/ms-Exch-Smtp-Receive-Connector
ObjectClass : {top, msExchSmtpReceiveConnector}
WhenChanged : 3/29/2015 10:16:42 PM
WhenCreated : 1/10/2015 5:46:30 PM
WhenChangedUTC : 3/30/2015 2:16:42 AM
WhenCreatedUTC : 1/10/2015 10:46:30 PM
OrganizationId :
OriginatingServer : serv011.fqdn.com
IsValid : True
I think this is the cause
AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer
What should this be? I am thinking I only need TLS
I have another receive connector for port 1025 and it only has TLS and it works I can receive email fro outside sources using port 1025.
Thoughts.
I never had this issue on exchange 2007?
I really think it is the settings on the
AuthMechanism : Tls, Integrated, BasicAuth, BasicAuthRequireTLS, ExchangeServer
What do you think will happen if I just leave TLS on?
Thoughts?