Outbound SMTP port

aplcomp 21 Reputation points
2021-07-28T17:28:15.13+00:00

I want to send SMTP email from a VM/Postfix . Is it possible or do I need a special permit to allow SMTP outbound port?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,089 questions
0 comments No comments
{count} votes

Accepted answer
  1. Candy Luo 12,701 Reputation points Microsoft Vendor
    2021-07-29T01:42:32.653+00:00

    Hi ,

    When an email client or outgoing server is submitting an email to mail server, it should always use SMTP port 587 as the default port.

    Port 25 is the recommended port number for SMTP communications between mail servers (i.e., for relaying messages), port 587 is the one recommended for message submissions by mail clients to mail servers.

    So you need to allow inbound traffic on port 587, port 25 and outbound traffic on port 25.

    By the way, for SMTP related question is beyond our windows-network-access-protection support, it depends on which mail server you are using. If you are using exchange mail server, then you could ask the related question in our exchange forum. Since you are using third-party mail server (Postfix), you would better contact the vendor of Postfix for better answers.

    Best Regards,
    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.