Avatar of heze54
heze54Flag for Spain

asked on 

After get a goddady cert imap crashed

Hi,


I bought a new ssl cert for my exchange server IIS services.

Everythin went fine, following a microsoft tech guide, but after apply the cert every IMAP configured mail account didnt work again. I´m trying with 143 or 993 but same error.

Any idea?
Exchange

Avatar of undefined
Last Comment
heze54
ASKER CERTIFIED SOLUTION
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of heze54
heze54
Flag of Spain image

ASKER

I think wildcard
Avatar of 5g6tdcv4
5g6tdcv4
Flag of United States of America image

do a Get-ExchangeCertificate -DomainName your.domain.name in ems.
are the services assigned to the correct cert/thumbprint?
Enable-ExchangeCertificate -ThumbPrint copyandpastethecorectthumbprint -Services "SMTP, IMAP, POP, IIS"
Avatar of heze54
heze54
Flag of Spain image

ASKER

[PS] C:\>get-exchangecertificate -domainname exchange.hezesoft.org
Creando una nueva sesión para la comunicación remota implícita del comando "Get-ExchangeCertificate"...

Thumbprint                                Services   Subject
----------                                --------   -------
C0714E7BD4A3476D5D119EFA60BA57AB6A37F500  IP.WS.     CN=exchange.hezesoft.org, OU=Domain Control Validated, O=exchan...
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Yeah there is a known issue with wildcard certs and pop/imap. You can not use the normal certificate implementation process. You will need to use the set-imapsettings to fix the issue

Set-ImapSettings -Server Exchange2010 -X509CertificateName imap.yourdomain.com
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Do not use the Enable-ExchangeCertificate for imap or pop
Avatar of heze54
heze54
Flag of Spain image

ASKER

Ummm


then... whats the correct command?
Avatar of heze54
heze54
Flag of Spain image

ASKER

then would be:

Set-ImapSettings -Server Exchange2010 -X509CertificateName exchange.hezesoft.org
Avatar of heze54
heze54
Flag of Spain image

ASKER

Set-ImapSettings -Server exchange.hezesoft.org -X509CertificateName exchange.hezesoft.org


Done but  not changes were made
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Enable-ExchangeCertificate -ThumbPrint copyandpastethecorectthumbprint -Services "SMTP, IIS"

should remove the imap and pop then run the Set-ImapSettings line again. And is the -X509CertificateName what they use to connect to your imap server?  
Avatar of heze54
heze54
Flag of Spain image

ASKER

Which is  copyandpastethecorectthumbprin?
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Sorry, reference 5g6tdcv4: post above
Avatar of heze54
heze54
Flag of Spain image

ASKER

[PS] C:\Users\Administrador\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup>
[PS] C:\Users\Administrador\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup>Enable-ExchangeCertificate -Th
umbPrint C0714E7BD4A3476D5D119EFA60BA57AB6A37F500 -Services "SMTP, IIS"
[PS] C:\Users\Administrador\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup>Set-ImapSettings -Server excha
nge.hezesoft.org -X509CertificateName exchange.hezesoft.org
ADVERTENCIA: El comando finalizó correctamente, pero no se ha modificado ningún valor de configuración de "EXCHANGE\1".
[PS] C:\Users\Administrador\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup>
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

ImapSettings -Server (netbios servername) -X509CertificateName exchange.hezesoft.org
Avatar of heze54
heze54
Flag of Spain image

ASKER

yes... imap worked but  not smtp. I tried with 25, 995 ssl tls but nothing
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Try 587
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

You may need to create a new Receive Connector that has 587 port and set authentication to TLS with windows integrated authentication
Avatar of heze54
heze54
Flag of Spain image

ASKER

0x800ccc67 error
Avatar of heze54
heze54
Flag of Spain image

ASKER

where ?
Avatar of heze54
heze54
Flag of Spain image

ASKER

or how using console.. I only know with graphic mode
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

EMC -> Server Configuration -> Hub Transport -> Receive Connector
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

New Receive Connector -> Internet Type -> Port 587 -> Enter FQDN -> New
Avatar of heze54
heze54
Flag of Spain image

ASKER

same 0x800ccc67 error using ssl 587
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Now right click connector -> Authentication -> Check TLS, Basic, Offer, Integrated -> Permission Groups -> Exchange Users -> OK
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

TLS 587
Avatar of heze54
heze54
Flag of Spain image

ASKER

error.. when trying to send a test email
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Sorry you actually didn't need to create a new receiver. You should have a client and default. Goto client and verify those settings
Avatar of heze54
heze54
Flag of Spain image

ASKER

I knew when I saw it
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Are you using outlook as the client?
Avatar of heze54
heze54
Flag of Spain image

ASKER

Well

I could change everything and only apply  the cert to  owa access and run imap pop and beyond in plain text... for the moment
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

No don't do that yet
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Can you double check that your outgoing server is set to use the same username and password as incoming? I've ran into it before
Avatar of heze54
heze54
Flag of Spain image

ASKER

Then?

any idea?
Avatar of heze54
heze54
Flag of Spain image

ASKER

smtp problems....
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Can you double check that your outgoing server is set to use the same username and password as incoming? I've ran into it before
Avatar of heze54
heze54
Flag of Spain image

ASKER

pufff an avast problem


fuck
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Lol. Bad ass!
Avatar of ShareefHuddle
ShareefHuddle
Flag of United States of America image

Well atleast we got your certificate issue fixed ;)
Avatar of heze54
heze54
Flag of Spain image

ASKER

then.... sharing contacts jajajaj
Exchange
Exchange

Exchange is the server side of a collaborative application product that is part of the Microsoft Server infrastructure. Exchange's major features include email, calendaring, contacts and tasks, support for mobile and web-based access to information, and support for data storage.

213K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo