Hi,
I've got very strange situation. This is example.
Account i AD with usermailbox (POP and IMAP) Enabled.
--------------------
logon: twn\ttashop
password:*****
e-mail shop@domain123.com
-------------------
When I run Test-PopConnectivity -ClientAccessServer: tos127 -MailboxCredential twn\ttashop
I get error:
CasServer LocalSite Scenario Result Latency(MS) Error
--------- --------- -------- ------ ----------- -----
Tos127 Wroclaw Test POP3 Failure System.TimeoutException:
Connectivity The server didn't
respond within 60
seconds.
Using Microsoft Remote Connection Analyzer:
C: USER shop@domain123.com
S: +OK C: PASS <password> S: -ERR Logon failure: unknown user name or bad password. Wyjątek: Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.MailProtocolException: -ERR Logon failure: unknown
user name or bad password. at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.Pop3ProtocolTester.SendCommand(String command, String logString) at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.Pop3ProtocolTester.Login() at Microsoft.Exchange.Tools.ExRca.Tests.ImapPop.BaseProtocolTest.PerformTestReally()
Very strange becouse I can use this account name and Password and logon to computer or OWA on the same exchange server.
Does something hang on this account?
Below: Get-CASMailbox -Identity ttashop:
RunspaceId : 225c7e83-6afe-4b96-829a-16c1c7046456
EmailAddresses : {smtp:ttashop@tcn.domain123.com, smtp:shop@domain123.com}
LegacyExchangeDN : /o=Domain123/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Shope8fd0009
LinkedMasterAccount :
PrimarySmtpAddress : shop@domain123.com
SamAccountName : ttashop
ServerLegacyDN : /o=Domain123/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=TOS127
ServerName : tos127
DisplayName : Shop24
ActiveSyncAllowedDeviceIDs : {}
ActiveSyncBlockedDeviceIDs : {}
ActiveSyncMailboxPolicy : Default
ActiveSyncMailboxPolicyIsDefaulted : True
ActiveSyncDebugLogging : False
ActiveSyncEnabled : True
HasActiveSyncDevicePartnership : False
ActiveSyncSuppressReadReceipt : False
ExternalImapSettings :
InternalImapSettings :
ExternalPopSettings :
InternalPopSettings :
ExternalSmtpSettings :
InternalSmtpSettings :
OwaMailboxPolicy :
OWAEnabled : True
OWAforDevicesEnabled : True
IsOptimizedForAccessibility : False
ECPEnabled : True
PopEnabled : True
PopMessageDeleteEnabled : False
PopUseProtocolDefaults : True
PopMessagesRetrievalMimeFormat : BestBodyFormat
PopEnableExactRFC822Size : False
PopSuppressReadReceipt : False
PopForceICalForCalendarRetrievalOption : False
ImapEnabled : True
ImapUseProtocolDefaults : True
ImapMessagesRetrievalMimeFormat : BestBodyFormat
ImapEnableExactRFC822Size : False
ImapSuppressReadReceipt : False
ImapForceICalForCalendarRetrievalOption : False
MAPIEnabled : True
MapiHttpEnabled :
MAPIBlockOutlookNonCachedMode : False
MAPIBlockOutlookVersions :
MAPIBlockOutlookRpcHttp : False
PublicFolderClientAccess : False
MAPIBlockOutlookExternalConnectivity : False
UniversalOutlookEnabled : True
EwsEnabled :
EwsAllowOutlook :
EwsAllowMacOutlook :
EwsAllowEntourage :
EwsApplicationAccessPolicy :
EwsAllowList :
EwsBlockList :
ShowGalAsDefaultView : True
IsValid : True
ExchangeVersion : 0.20 (15.0.0.0)
Name : Domain123.com
DistinguishedName : CN=Shop24,CN=Users,DC=twn,DC=domain123,DC=com
Guid : ee85fc11-8874-4ef3-8c59-53cc4680265a
WhenChanged : 7/21/2020 4:34:01 PM
WhenCreated : 11/26/2008 4:02:40 PM
WhenChangedUTC : 7/21/2020 2:34:01 PM
WhenCreatedUTC : 11/26/2008 3:02:40 PM
OrganizationId :
I compare with other account (without pop3 problems) and every settings look the same.
Could you help me to solve this problem?
Kind Regards Tomasz