<

Exchange 2019:- POP external and internal settings

Posted on
6,078 Points
79 Views
Last Modified:
Published
Experience Level: Intermediate
6:15
Edward van Biljon
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video we show you how to configure the POP settings on your Exchange 2019 Server. This includes the internal and external settings as well as the X509 setting and lastly we look at authentication methods and how you should configure you services.

Video Steps

1. Launch Exchange Management Shell

Click on Start and then expand Exchange Server 2019 and right click on the Exchange Management Shell and select "Run as Administrator"

2. Type in command

Type in the command: Get-popsettings -Server EX2019A | fl

3. Type in command

Run the following command to set the pop internal settings: Set-PopSettings -server EX2019A -InternalConnectionSettings "pop3.thexchangelab.com:995:SSL","pop3.thexchangelab.com:110:TLS" -X509CertificateName pop3.thexchangelab.com

4. Type in command

Run the following command to set the pop external settings: Set-PopSettings -server EX2019A -ExternalConnectionSettings "pop3.thexchangelab.com:995:SSL","pop3.thexchangelab.com:110:TLS" -X509CertificateName pop3.thexchangelab.com

5. Type in command

Run the following command to set the X509: Set-PopSettings -server EX2019A -X509CertificateName pop3.thexchangelab.com
0
0 Comments
Experts Exchange (EE) has become my companies go-to resource to get answers. I've used EE to make decisions, solve problems and even save customers.
In this article, we will explain how to configure HTTP Strict Transport Security (HSTS) and its security feature that helps avoid security risks and attacks.