I have a exchange 2010 and windows server 2008. I am trying to configure POP3 on my laptop but it fail.
Below is the Exchange configuration.
- Edited by libra_ali786 23 hours 18 minutes ago
Technology Tips and News
I have a exchange 2010 and windows server 2008. I am trying to configure POP3 on my laptop but it fail.
Below is the Exchange configuration.
If you need to enable POP3, you just need to run the below command.
Get-Mailbox | Set-CASMailbox -PopEnabled:$true
If you need to disable POP3, run the below command.
Get-Mailbox | Set-CASMailbox -PopEnabled:$false
What is the alternate way?
If you working with Exchange server, so you just need to work with the default protocol (MAPI) and RPC over Http, more secure than uses POP3 or IMAP.
If yo still need to working with POP3 protocol make sure that your ISP is allowing your mail traffic through POP3.
If you are able to receive emails, then there is NO problem with POP3 service/settings.
So, stop troubleshooting/checking stuff regarding POP3.
If you are not able to send emails, then the problem is due to Outgoing server.
I would check the below things:
What's the SMTP server your client is pointing to ? Is it the same (exchange server) ?
Can you telnet to the smtp (outgoing) server over 25 ?
If it's exchange server, then you may need to check on the receive connectors configuration.. (we have default receive connectors to receive emails from clients but I think that's on a different port 587..)
You may also need to check the authentication option for Outgoing server..
You can also try sending an email using a different email client like Thunderbird or something else just to isolate the issue from the client side.