POP3 not working for Windows Server 2003. What are the settings that needs to be checked?

Answered POP3 not working for Windows Server 2003. What are the settings that needs to be checked?

  • Thursday, October 04, 2012 6:57 AM
     
     

    Hi,

    I have configured SMTP and POP3 in Windows server 2003. Iam able to send mails via SMTP to Outlook client, but not able to receive email to the destination (another server). Same setup previously(just 1 week before) was working fine. but suddenly not sure what settings have changed. Please help me which options to check in 2003.


    Regards Jeyalakshmi

All Replies

  • Thursday, October 04, 2012 7:05 AM
     
     

    telnet the server from the client and check it port 100 is opened and also please disable the FW/AV on the server and restart the pop3 service

    http://www.windowsreference.com/windows-server-2003/step-by-step-email-server-setup-in-windows-server-2003/


    http://www.arabitpro.com

  • Thursday, October 04, 2012 8:14 AM
     
     
    Please tell me where to find FW/AV option?

    Regards Jeyalakshmi

  • Thursday, October 04, 2012 8:17 AM
     
     

    Hi Jeyalakshmi,

    It is Firewall/Antivirus. Those programs may block the unwanted port access. So you need to check both to make sure that the required port is allowed by those application.


    Regards,
    Rafic

    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Friday, October 05, 2012 8:58 AM
     
     

    Hi,

    Thanks for the clarification. I would agree that FW/AV is blocking. but we are in a separate LAN and i send or receive within my LAN. That is from my device i send email to the Server and the server in turn should return that email to the device.

    While sending we use SMTP and receiving we use POP3, after a Poll interval the device should poll the server for any job it can receive .


    Regards Jeyalakshmi

  • Friday, October 05, 2012 9:30 AM
     
     Answered

    As Syed mention, check the POP3 services is running and also check the port 110 is opened.

    Make use of SMTPDiag tool. It helps you to troubleshooting the DNS resolution issues.

    For more Information:
    http://msmvps.com/blogs/bernard/archive/2004/09/28/14480.aspx


    You can also check it in IIS forum for SMTP and POP3.
    http://forums.iis.net/


    Thanks