SMTP Server Setup on Windows 2019

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Install SMTP Server on Windows Server 2019
    Instructional only.
    Telnet to your SMTP Server
    Telnet 127.0.0.1 587
    mail from:xxx@yy.com
    rcpt to:ggg@gmail.com
    data
    this is the subject
    this is the body
    .
    Starting on November 15, 2017, outbound email messages that are sent directly to external domains (like outlook.com and gmail.com) from a virtual machine (VM) are made available only to certain subscription types in Azure. Outbound SMTP connections that use TCP port 25 were blocked. (Port 25 is used mainly for unauthenticated email delivery.)
    This change in behavior applies only to subscriptions and deployments that were created after November 15, 2017.
    docs.microsoft...

Комментарии • 21

  • @brolysmash9333
    @brolysmash9333 3 года назад +4

    Budy, I was stuck with a little thing on my relay options. You are a life saver. :)

    • @pcsbarcode
      @pcsbarcode  3 года назад +1

      My pleasure - Wish I could have demonstrated the full cycle, but the new Azure VMs don't allow smtp out unless you have an agreement for it.

    • @brolysmash9333
      @brolysmash9333 3 года назад

      @@pcsbarcode no worries. I’m sure you would haha.
      Thanks again.

  • @ZombieRodeo
    @ZombieRodeo 2 года назад +3

    No matter what I do (I’ve followed the instructions exactly) the ‘Mail from’ part never works and I get different errors (unrecognized command, invalid address…etc..)

  • @loubna5687
    @loubna5687 Год назад +1

    Telnet command doesn't work in cmd

  • @ushifty
    @ushifty 2 года назад +1

    Why is it not going to work? How do I make this work? I am setting up a forum and am trying to send out emails for verifying the email address

  • @hasanayar6103
    @hasanayar6103 2 месяца назад

    Hi Thanks for your perfectly explanation. I tried as you way. But our system gave me this error
    "A TLS server certificate was found for SMTP virtual server instance '1' with thumbprint 9063c71b5949babe642939648d18ff853e99aeb8. TLS will be available for this virtual-server."
    How can fixed this issue.
    thanxs

  • @alphamusic3990
    @alphamusic3990 Год назад

    You tried blocking the name even though you can clearly see it on the right

  • @dirkmantz1786
    @dirkmantz1786 2 года назад +2

    OK so far everything works, but when will the email be sent? Or in other words, how is the email sent?

  • @nagarajang434
    @nagarajang434 11 месяцев назад +2

    mail is going to drop folder, why ?

    • @youarehappy
      @youarehappy 15 дней назад

      you need DMARK and DKIM

  • @jerometomaskovich5067
    @jerometomaskovich5067 2 года назад +1

    Why do you enable the "Restart the destination server automatically if required" option? What does this do?

    • @tommyromeo
      @tommyromeo 2 года назад

      sometimes when you install features, they don’t work until the reboot if required. i check the box so that i don’t waste time trying to figure out why it does not work

  • @turbofiero86
    @turbofiero86 2 года назад

    isnt this a relay not a server? quite confused

    • @pcsbarcode
      @pcsbarcode  2 года назад

      no - you could set it up that way. This is an SMTP Server - the issue is that the ports are blocked by the service provider

    • @turbofiero86
      @turbofiero86 2 года назад

      @@pcsbarcode ports arent blocked. i have setup hmailserver since then

    • @pcsbarcode
      @pcsbarcode  2 года назад

      @@turbofiero86 docs.microsoft.com/en-us/azure/virtual-network/troubleshoot-outbound-smtp-connectivity
      So apparently Azure is blocking this

  • @shysoulx3
    @shysoulx3 Год назад +1

    too complicated

  • @igizigi2262
    @igizigi2262 Год назад +1

    the most useless tutorial on the internet. it doesnt work and you speed run the setup