Unblocking port 25 limitations in Azure

13,026

The answer is in the article you linked: use an authenticated and encrypted mail submission agent.

However, this will limit your ability to connect to MTAs on port 25. Presumably, this is by design, as there are less attentive Azure customers contributing to the junk mail problem.

Recommended Method of Sending E-mail

Microsoft recommends that Azure customers employ authenticated SMTP relay services (typically connected via TCP port 587 or 443, but often support other ports too) to send e-mail from Azure VMs or from Azure App Services. These services specialize in sender reputation to minimize the possibility 3rd party e-mail providers will reject the message. Such SMTP relay services include but are not limited to Exchange Online Protection and SendGrid.

Use of these e-mail delivery services is in no way restricted in Azure regardless of subscription type.

Share:
13,026

Related videos on Youtube

usr-local-ΕΨΗΕΛΩΝ
Author by

usr-local-ΕΨΗΕΛΩΝ

Chuck Norris is the only one who can type my name on a keyboard by using my teeth as keys, courtesy of a roundhouse kick in my mouth

Updated on September 18, 2022

Comments

  • usr-local-ΕΨΗΕΛΩΝ
    usr-local-ΕΨΗΕΛΩΝ almost 2 years

    I run my own mail server on Azure for my domain. After deploying a new VM that will replace my existing server I stumbled upon the inability to run trivial email diagnostic tests like port25's DKIM tester. I found this Microsoft article showing that MS decided to shut down the ability for new deployments to run port 25 and that a support request should be made to unlock port 25 outbound.

    The article says that the support request must be for a technical issue, however my subscription does not allow technical support requests unless I buy a paid MSDN subscription.

    I run my own domain on a very low budget and mostly for fun than for profit, but I am trying to reduce the number of servers after shutting down my ecommerce hosting business. So I wouldn't like to pay for a subscription that is worth more than the two servers I currently run.

    How can I request port 25 unlock and go through Microsoft's screening without the ability to issue technical requests?

  • usr-local-ΕΨΗΕΛΩΝ
    usr-local-ΕΨΗΕΛΩΝ about 6 years
    But they cost additional money. I want to give a try with Microsoft unblocking me, otherwise I will need to reconsider my cloud budget or reconsider my cloud provider (e.g. VPSVille does not have such restrictions but will kill you on the first spam report)
  • Sam Cogan
    Sam Cogan about 6 years
    Sendgrid offers 25.000 mails a month for free, so if you are under that then you can use that. If you still need the port unblocking then you will need to raise a support ticket.
  • Peter David Carter
    Peter David Carter over 4 years
    Not everyone is happy with being forced to farm this out to a third party. There is a fundamental lack of control here. The issue for me is being blocked off from something that is necessary for development of publicly useful apps unless I take on additional, onerous setup steps or put everything in the hands of another company I never really wanted to use and who may not fully support my product vision. Microsoft claim with one mouth to be in favour of an open and free internet/software, and with the other say and do things that can only imply the opposite.
  • John Mahowald
    John Mahowald over 4 years
    If your MTAs use auth over 587 you are not blocked. Extra validation for port 25 isn't about proprietary anything, it is to slow the ridiculous amount of junk email. For every experienced mail admin like yourself, there is another that appreciates the recommendation to make running a MTA someone else's problem.