{"id":751,"date":"2020-03-17T14:34:00","date_gmt":"2020-03-17T14:34:00","guid":{"rendered":"https:\/\/sectigostore.com\/blog\/?p=751"},"modified":"2020-03-20T12:56:14","modified_gmt":"2020-03-20T12:56:14","slug":"what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security","status":"publish","type":"post","link":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/","title":{"rendered":"What Is a Secure SMTP SSL Port? Here&#8217;s What to Know About SMTP Security"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">All you need to know about secure SMTP SSL ports 587, 25, 465 and 2525, and the roles they play in email security <\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Simple mail transfer protocol (SMTP), which many email clients use to transfer outbound email messages, has fought a long and tedious fight to get where it is today. Several RFCs later, we finally have a standard that talks not just about reliable mail transfer but also looks at how to secure email communications. But none of it will help you if, while configuring your mail servers, you continue using the non-encrypted ports!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the following sections, we\u2019ll look at how SMTP security evolved in terms of some of the authentication methods that are available for use today. We\u2019ll also talk about secure SMTP port 587, port 465, port 2525, etc. But before any of that, let\u2019s get an overview of SMTP security.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>SMTP Security<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In and of itself, SMTP is an insecure protocol. It\nessentially lacks any real security features, which is why other methods of\nauthentication and secure transmissions are required. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Around 2004, researchers were trying to solve the problem of how to trust where the message was originating because SMTP was designed in a way that the displayed sender \u201cFrom&#8221; field need not match the envelope sender \u201cMail From\u201d field. So then how would you verify if your friend Jerry was sending you the email or whether someone was impersonating him?\u00a0 <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is why <a href=\"https:\/\/www.smartertools.com\/blog\/2019\/04\/09-understanding-spf-dkim-dmarc\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">authentication methods<\/a> like <a href=\"https:\/\/blog.mailtrap.io\/spf-records-explained\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Sender Policy Framework (SPF) (opens in a new tab)\">Sender Policy Framework (SPF)<\/a>, <a>DomainKeys Identified Mail <\/a>(<a href=\"https:\/\/blog.mailtrap.io\/dkim\/\">DKIM<\/a>), etc. came into the picture in an attempt to <a href=\"https:\/\/dmarcly.com\/blog\/how-to-implement-dmarc-dkim-spf-to-stop-email-spoofing-phishing-the-definitive-guide#how-to-stop-email-spoofing-phishing\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">prevent the sharing of fraudulent emails<\/a> via phishing attacks or spoofed addresses. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/sectigostore.com\/id\/email-signing-certificate\">Email signing certificates<\/a>, which not only can utilize end-to-end email encryption but also help to verify the identity of the sender, is another method of increasing email security. <a href=\"https:\/\/sectigostore.com\/ssl-certificates\">SSL\/TLS certificates<\/a> also add additional layers of security by <a href=\"https:\/\/www.thesslstore.com\/blog\/encryption-and-email-servers\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"encrypting the email servers themselves (opens in a new tab)\">encrypting the email servers themselves<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SPF, DKIM, and DMARC: The Three DNS Records That Are Your Key to Email\nSecurity<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Sender Policy Framework<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SPF records map IP addresses to specific domains\nindicating to the receiving client which addresses can send emails on behalf of\na domain.<\/strong> Irregular SPF records (with permerror, fail, etc.) could be an\nindication of spoofed email addresses. The DNS records (the system that\ntranslates domain names to IPs) linked to a domain lets the client know which\nserver wants to communicate with them, or if a client is sending a message, which\nserver it\u2019s talking to. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A TXT record, a type of DNS record, can hold SPF data and is used to indicate to a mail exchange server which hosts from a domain are authorized to send emails. However, this isn&#8217;t a foolproof method, and it also requires administrative efforts to maintain the records and time for any changes to propagate across the internet every time the fields update. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most of the time, instead of implementing a hard fail that\nmay block vital emails, organizations employ a soft fail mechanism that displays\na warning message whenever an email with unverified values gets delivered. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">DomainKeys Identified Mail<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>DKIM, on the other hand, is a digital signature that\u2019s used to assert authenticity and verify if the content of an email message was modified. <\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Domain-based Message Authentication, Reporting, and Conformance<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>DMARC<\/strong> was defined in RFC 7489 in the year 2015 and is\n<strong>meant to work alongside SPF and DKIM as a mechanism that describes how to\nrespond to potentially spoofed emails.<\/strong> It essentially relies on one method\nor the other to authenticate an email. Depending on the value of the \u201cp\u201d flag\nin DMARC, the receiving server can either reject or quarantine the email. They\ncan also opt to do nothing by setting the value as none and merely gain\nvisibility without impacting the flow. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The \u201crua\u201d is another prominent flag that can be used to specify\nthe list URIs where feedback can be sent (like the email address of a security\ngroup in the form \u201cmailto:dummyaddress@example.com\u201d). Another flag worth\nmentioning is the \u201cpct\u201d tag that describes the percentage of your email to which\nan action will be applied. For instance, if your DMARC record is set as \u201cp=reject,\npct=0\u201d it translates to the reject policy will be applied to zero percent of\nthe domain\u2019s messages. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A word of caution: Be wary when you see this flag, or about\nusing it if you\u2019re a domain owner. It can completely undermine the value that\nDMARC provides for email security.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"294\" src=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-header-example-1024x294.png\" alt=\"\" class=\"wp-image-758 addshadow\" srcset=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-header-example-1024x294.png 1024w, https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-header-example-300x86.png 300w, https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-header-example-560x161.png 560w, https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-header-example-940x269.png 940w, https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-header-example.png 1228w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"719\" src=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-security-example.png\" alt=\"\" class=\"wp-image-759 addshadow\" srcset=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-security-example.png 814w, https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-security-example-300x265.png 300w, https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-security-example-560x495.png 560w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Secure SMTP SSL Ports <\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Simple mail transfer protocol secure (SMTPS), in the days\nlong gone, used port 465 to secure SMTP at the transport layer by wrapping it\ninside a TLS (transport layer security) connection. The confusion around secure\nSMTP ports is understandable since the Internet Assigned Numbers Authority\n(IANA) at one point had taken the liberty to register port 465 to be used for\nSMTPS. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s take a look at each of these ports individually to\ngain a better understanding of secure SMTP ports:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Port 465<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Port 465 was never officially recognized by the IETF as an\nSMTP port, but since IANA had registered it to be used for SMTPS, it may still\nbe used as an SMTP SSL port in some legacy systems. However, by the end of 1998,\nIANA had assigned a new service to this port. As such, it\u2019s better to not use\nit as a secure SMTP communication even if your service provider extends support\nfor it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Port 25<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In a nutshell, port 25 is still used for SMTP relaying. In\nfact, with SMTP STS, which segregates message submission and message relaying,\nport 25 continues to be used for relaying a message from one mail server to\nanother. However, unless you\u2019re in charge of managing a message transfer agent\n(MTA) or a mail server, this port may be blocked for you, and normally you\nshould see no traffic on this port. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Port 587<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Port 587 should be used as the default port for submitting\nemail messages to a mail server along with TLS encryption as per the guidelines\nlaid out by the Internet Engineering Task Force (IETF). Transport layer\nsecurity can be implemented in two ways \u2014 opportunistic (explicit) TLS or\nthrough forced (implicit) TLS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With opportunistic TLS, first, an attempt is made to\ntransfer the message in an encrypted form by switching from a non-encrypted\nchannel to a secure one using the STARTTLS command. However, if both client and\nemail servers can\u2019t agree upon an encryption standard, the message is\ntransmitted in plaintext.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the case of forced TLS, on the other hand, if the\nnegotiation fails, and the email client and server can\u2019t support the same\nencryption standards, the message delivery then fails as well. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Port 2525<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Port 2525 is not recognized officially by either IETF or\nIANA, but it is commonly supported by most email service providers in case port\n587 has been blocked for some reason. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>In Summary<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hopefully, your questions around SMTP security and secure SMTP\nports that enable encrypted email communications have been answered. Though\nemail security is still a work in progress, we\u2019ve come a long way from the days\nof open relay. As you\u2019ve discovered, we can now sign our emails, block IPs,\nhave the server perform a consistent action if verification fails and share\nfeedback to gain visibility into where we might be going wrong. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">New email security standards are continually being developed, the latest being SMTP STS, defined by <a href=\"https:\/\/tools.ietf.org\/html\/rfc8461\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">RFC 8461<\/a>. It works alongside STARTTLS and is a mechanism that tries to avoid encryption downgrades. <a href=\"https:\/\/security.googleblog.com\/2019\/04\/gmail-making-email-more-secure-with-mta.html\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Gmail<\/a> was the first email provider to adopt SMTP MTA STS and SMTP TLS reporting. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>All you need to know about secure SMTP SSL ports 587, 25, 465 and 2525, and the roles they play in email security Simple mail transfer protocol (SMTP), which many&#8230;<\/p>\n","protected":false},"author":9,"featured_media":752,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":0,"tcb_editor_enabled":0,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"categories":[47],"tags":[46],"class_list":["post-751","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-email-security","tag-smtp","post-with-tags"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is a Secure SMTP SSL Port? Here&#039;s What to Know About SMTP Security - InfoSec Insights<\/title>\n<meta name=\"description\" content=\"We&#039;ll explore the evolution of SMTP security and the roles that each secure SMTP port plays in authentication and email security as a whole.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is a Secure SMTP SSL Port? Here&#039;s What to Know About SMTP Security - InfoSec Insights\" \/>\n<meta property=\"og:description\" content=\"We&#039;ll explore the evolution of SMTP security and the roles that each secure SMTP port plays in authentication and email security as a whole.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/\" \/>\n<meta property=\"og:site_name\" content=\"InfoSec Insights\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-17T14:34:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-20T12:56:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-security.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Lumena Mukherjee\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lumena Mukherjee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/\"},\"author\":{\"name\":\"Lumena Mukherjee\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#\\\/schema\\\/person\\\/8fc401352fbdfcfdf08996099c088b1f\"},\"headline\":\"What Is a Secure SMTP SSL Port? Here&#8217;s What to Know About SMTP Security\",\"datePublished\":\"2020-03-17T14:34:00+00:00\",\"dateModified\":\"2020-03-20T12:56:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/\"},\"wordCount\":1272,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/secure-smtp-email-security.jpg\",\"keywords\":[\"SMTP\"],\"articleSection\":[\"Email Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/\",\"name\":\"What Is a Secure SMTP SSL Port? Here's What to Know About SMTP Security - InfoSec Insights\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/secure-smtp-email-security.jpg\",\"datePublished\":\"2020-03-17T14:34:00+00:00\",\"dateModified\":\"2020-03-20T12:56:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#\\\/schema\\\/person\\\/8fc401352fbdfcfdf08996099c088b1f\"},\"description\":\"We'll explore the evolution of SMTP security and the roles that each secure SMTP port plays in authentication and email security as a whole.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/secure-smtp-email-security.jpg\",\"contentUrl\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/secure-smtp-email-security.jpg\",\"width\":1600,\"height\":1000,\"caption\":\"Graphic: Representing secure SMTP ports in the sense that they help to enable secure email through secure SMTP ports\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is a Secure SMTP SSL Port? Here&#8217;s What to Know About SMTP Security\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/\",\"name\":\"InfoSec Insights\",\"description\":\"SectigoStore.com Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#\\\/schema\\\/person\\\/8fc401352fbdfcfdf08996099c088b1f\",\"name\":\"Lumena Mukherjee\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a52ef8468ca2c6184cc71ebfa0bcdbf4c16ab01d988415c1bc743cb16730db3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a52ef8468ca2c6184cc71ebfa0bcdbf4c16ab01d988415c1bc743cb16730db3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8a52ef8468ca2c6184cc71ebfa0bcdbf4c16ab01d988415c1bc743cb16730db3?s=96&d=mm&r=g\",\"caption\":\"Lumena Mukherjee\"},\"description\":\"Lumena is a cybersecurity consultant, tech writer, and regular columnist for InfoSec Insights. She is currently pursuing her masters in cybersecurity and has a passion for helping companies implement better security programs to protect their customers' data.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is a Secure SMTP SSL Port? Here's What to Know About SMTP Security - InfoSec Insights","description":"We'll explore the evolution of SMTP security and the roles that each secure SMTP port plays in authentication and email security as a whole.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/","og_locale":"en_US","og_type":"article","og_title":"What Is a Secure SMTP SSL Port? Here's What to Know About SMTP Security - InfoSec Insights","og_description":"We'll explore the evolution of SMTP security and the roles that each secure SMTP port plays in authentication and email security as a whole.","og_url":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/","og_site_name":"InfoSec Insights","article_published_time":"2020-03-17T14:34:00+00:00","article_modified_time":"2020-03-20T12:56:14+00:00","og_image":[{"width":1600,"height":1000,"url":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-security.jpg","type":"image\/jpeg"}],"author":"Lumena Mukherjee","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lumena Mukherjee","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#article","isPartOf":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/"},"author":{"name":"Lumena Mukherjee","@id":"https:\/\/sectigostore.com\/blog\/#\/schema\/person\/8fc401352fbdfcfdf08996099c088b1f"},"headline":"What Is a Secure SMTP SSL Port? Here&#8217;s What to Know About SMTP Security","datePublished":"2020-03-17T14:34:00+00:00","dateModified":"2020-03-20T12:56:14+00:00","mainEntityOfPage":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/"},"wordCount":1272,"commentCount":0,"image":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-security.jpg","keywords":["SMTP"],"articleSection":["Email Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/","url":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/","name":"What Is a Secure SMTP SSL Port? Here's What to Know About SMTP Security - InfoSec Insights","isPartOf":{"@id":"https:\/\/sectigostore.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#primaryimage"},"image":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-security.jpg","datePublished":"2020-03-17T14:34:00+00:00","dateModified":"2020-03-20T12:56:14+00:00","author":{"@id":"https:\/\/sectigostore.com\/blog\/#\/schema\/person\/8fc401352fbdfcfdf08996099c088b1f"},"description":"We'll explore the evolution of SMTP security and the roles that each secure SMTP port plays in authentication and email security as a whole.","breadcrumb":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#primaryimage","url":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-security.jpg","contentUrl":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/secure-smtp-email-security.jpg","width":1600,"height":1000,"caption":"Graphic: Representing secure SMTP ports in the sense that they help to enable secure email through secure SMTP ports"},{"@type":"BreadcrumbList","@id":"https:\/\/sectigostore.com\/blog\/what-is-a-secure-smtp-ssl-port-heres-what-to-know-about-smtp-security\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sectigostore.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What Is a Secure SMTP SSL Port? Here&#8217;s What to Know About SMTP Security"}]},{"@type":"WebSite","@id":"https:\/\/sectigostore.com\/blog\/#website","url":"https:\/\/sectigostore.com\/blog\/","name":"InfoSec Insights","description":"SectigoStore.com Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sectigostore.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sectigostore.com\/blog\/#\/schema\/person\/8fc401352fbdfcfdf08996099c088b1f","name":"Lumena Mukherjee","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8a52ef8468ca2c6184cc71ebfa0bcdbf4c16ab01d988415c1bc743cb16730db3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8a52ef8468ca2c6184cc71ebfa0bcdbf4c16ab01d988415c1bc743cb16730db3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8a52ef8468ca2c6184cc71ebfa0bcdbf4c16ab01d988415c1bc743cb16730db3?s=96&d=mm&r=g","caption":"Lumena Mukherjee"},"description":"Lumena is a cybersecurity consultant, tech writer, and regular columnist for InfoSec Insights. She is currently pursuing her masters in cybersecurity and has a passion for helping companies implement better security programs to protect their customers' data."}]}},"_links":{"self":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/posts\/751","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/comments?post=751"}],"version-history":[{"count":0,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/posts\/751\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/media\/752"}],"wp:attachment":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/media?parent=751"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/categories?post=751"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/tags?post=751"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}