Hello, how are you?
Man, if you can answer this question, thank you.
I have a problem that only the service "Microsoft Exchange POP3 Backend" does not start, the two IMAP services and "Microsoft Exchange POP3" successfully start. I tried all the solutions listed below without success. If you can help me within
the extent possible in his time, thank you.
windows Firewall: Disabled
IPv6: Disabled
[PS] C:\>Get-ExchangeCertificate 9629327AA5E9790E33197D859EAD5E40CF5524A4 | select CertificateDomains, Services, *Not* |
FL
CertificateDomains : {webmail.domain.com.br, mail.domain.com.br, autodiscover.domain.com.br,
vdwwad5.domain.com.br}
Services : IMAP, POP, IIS, SMTP
NotAfter : 11/05/2016 09:00:00
NotBefore : 02/05/2013 21:00:00
[PS] C:\>Get-OwaVirtualDirectory | select *default*, *logon*
DefaultTheme :
DefaultClientLanguage : 0
DefaultDomain : domain.com.br
LogonFormat : UserName
LogonPagePublicPrivateSelectionEnabled : False
LogonPageLightSelectionEnabled : False
LogonAndErrorLanguage : 0
ExplicitLogonEnabled : True
####################################################Problem###########################################
Failed to start listening (Error: 10048). Binding: 0.0.0.0:9955.
The address is already in use. Binding: 0.0.0.0:9955.
Failed to open one or more bindings. The service will be stopped.
The Microsoft Exchange POP3 Backend service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
https://social.technet.microsoft.com/Forums/en-US/4cbb7a6e-c6d9-4a83-b305-336617205991/imap-error-no-connection-could-be-made-because-the-target-machine-actively-refused-it?forum=exchangesvrclients
http://technet.microsoft.com/en-us/library/dd789669(v=exchg.80).aspx
http://technet.microsoft.com/en-us/library/bb217629(v=exchg.80).aspx
##########################################################################################################
#####################################################################################
Preciso Aplicar no Ambiente
http://it.gamerz-bg.com/index.php/failed-security-audits-4265-hmworker-exchange-2013/
#####################################################################################
######################################
Executar no CMD
telnet vdwwad5.domain.com.br 110
user evandro.semedo@domain.com.br
pass ******
list
stat
######################################
##############################################
Executar no P.S do Windows (Azul)
netstat -a | Select-String -Pattern ".*9995.*"
##############################################
############################
Executar no CMD
netstat -anb
netstat -anb | findstr 9995
############################
#########################################################################################
Executar no P.S do Exchange
Test-PopConnectivity -ClientAccessServer vdwwad5 -MailboxCredential (Get-Credential) | FL
RunspaceId : 08850262-7242-405b-a7f0-41b923aa6bf2
LocalSite : DC
SecureAccess : False
VirtualDirectoryName :
Url :
UrlType : Unknown
Port : 995
ConnectionType : Ssl
ClientAccessServerShortName : VDWWAD5
LocalSiteShortName : DC
ClientAccessServer : VDWWAD5.domain.com.br
Scenario : Test POP3 Connectivity
ScenarioDescription : Connect to server using POP3 protocol, search for the test message, and delete it along
with any messages that are older than 24 hours.
PerformanceCounterName : POPConnectivity-Latency
Result : Failure
Error : POP Error: -ERR Logon failure: unknown user name or bad password.
UserName : evandro.semedo
StartTime : 16/01/2015 15:43:43
Latency : 00:00:01.2921456
EventType : Error
LatencyInMillisecondsString :
Identity :
IsValid : True
ObjectState : New
#########################################################################################
Logs de POP
2015-01-16T17:43:43.575Z,0000000000000010,2,192.168.10.3:995,192.168.10.3:51916,evandro.semedo@domain.com.br,1,37,5,user,evandro.semedo@domain.com.br,R=ok
2015-01-16T17:43:44.823Z,0000000000000010,3,192.168.10.3:995,192.168.10.3:51916,evandro.semedo,1243,10,56,pass,*****,"R=""-ERR Logon failure: unknown user name or bad password."";Msg=""User:evandro semedo:0996ae67-3906-49ff-9db6-ca08a1ff6504:Mailbox
Database 1265223959:VDWWAD5.mbsseguros.com.br;Proxy:vdwwad5.mbsseguros.com.br:9955:SSL;ProxyFailed"";Excpt=""No connection could be made because the target machine actively refused it 192.168.10.3:9955-SocketException"""
2015-01-16T17:43:44.823Z,0000000000000010,4,192.168.10.3:995,192.168.10.3:51916,evandro.semedo,0,0,0,CloseSession,,
####################################################################################################
UnencryptedOrTLSBindings : {[::]:110, 0.0.0.0:110}
SSLBindings : {[::]:995, 0.0.0.0:995}
set-popsettings -unencryptedortlsbindings "0.0.0.0:110" -sslbindings "0.0.0.0:995"
set-popsettings -unencryptedortlsbindings "0.0.0.0:110",":::110" -sslbindings "0.0.0.0:995",":::995"
####################################################################################################
Any idea?
Thanks.