{"id":29288,"date":"2025-03-25T13:13:46","date_gmt":"2025-03-25T13:13:46","guid":{"rendered":"https:\/\/blog.lacnic.net\/?p=29288"},"modified":"2025-03-25T13:24:57","modified_gmt":"2025-03-25T13:24:57","slug":"story-of-email","status":"publish","type":"post","link":"https:\/\/blog.lacnic.net\/en\/story-of-email\/","title":{"rendered":"MX Records: The Untold Story of Email"},"content":{"rendered":"\n<p>By <a href=\"https:\/\/blog.lacnic.net\/en\/author\/alejandro-acosta\/\">Alejandro Acosta<\/a>, R+D Coordinator at LACNIC<\/p>\n\n\n\n<p>Advances occur across the world of technology, and DNS and email are no exceptions. In this blog post, we&#8217;ll go back in time and explore the history behind certain DNS records, we&#8217;ll briefly examine how email systems worked before 1983, and we&#8217;ll acknowledge the powerful MX record, which revolutionized how email is handled on the Internet. It should be noted that we won&#8217;t use the concepts of MTA (Mail Transfer Agent) or MUA (Mail User Agent), as these mnemonics were introduced years after the MX record itself.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>Email was very different back then from what we know today.<\/h1>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"850\" height=\"850\" src=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig1-mxrecords-historia-del-email.png\" alt=\"\" class=\"wp-image-29270\" style=\"width:300px\" srcset=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig1-mxrecords-historia-del-email.png 850w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig1-mxrecords-historia-del-email-300x300.png 300w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig1-mxrecords-historia-del-email-330x330.png 330w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig1-mxrecords-historia-del-email-768x768.png 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/figure>\n\n\n\n<p>1. Early email systems appeared in the 1960s and 1970s, developed at universities and research centers. One of the first was MIT&#8217;s \u2018CTSS Mail\u2019 program, which allowed users to send messages to others, but <em>*only*<\/em> on the same server.<\/p>\n\n\n\n<p>2. Formats and Protocols (1971-1982). At this time, there was no standardized protocol for email. Instead, each system used its own format and methods for sending and receiving messages. This meant that messages sent from one system to another might not be compatible.<\/p>\n\n\n\n<p>3. Ray Tomlinson&#8217;s work in 1971 made history by implementing the first email system capable of sending messages between different computers on the ARPANET. Tomlinson introduced the use of the \u2018@\u2019 symbol to separate the username from the hostname, a format still in use today. Fun fact: There are many stories about why the \u2018@\u2019 symbol was chosen to separate the username and hostname. Part of the reason is because \u2018@\u2019 is read as \u2018at,\u2019 meaning that <a href=\"mailto:luisalfonso@lacnic.net\">luisalfonso@lacnic.net<\/a> is read as Luis Alfonso at lacnic.net<\/p>\n\n\n\n<p>4. In 1983, the introduction of SMTP (Simple Mail Transfer Protocol) established a standard that allowed more efficient and universal communication between different email systems, ushering in a new era in digital messaging.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>Which DNS records were used before MX?<\/h1>\n\n\n\n<p>Before MX records were introduced, MD (Mail Delivery) and MF (Mail Forwarding) records were used to connect mail agents in the Domain Name System (DNS). The original specification used these MD and MF records to connect mail agents.<\/p>\n\n\n\n<p>Key aspects of MD and MF records:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>MAILA queries requested both MD and MF records.<\/li>\n\n\n\n<li>MD records identified hosts that were expected to have the recipient&#8217;s mailbox.<\/li>\n\n\n\n<li>MF records identified hosts that were expected to act as intermediaries and forward mail to the final destination.<\/li>\n<\/ul>\n\n\n\n<p>The problem with using separate MD and MF records was that a mail agent performing a MAILA query couldn&#8217;t effectively use the cache, as this could only store results for either an MD or an MF query, but not both. The solution was to replace MD and MF with a new type of record \u2014the MX record\u2014 which combines information from MD and MF records into a single type.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>           F.ISI.ARPA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IN&nbsp;&nbsp;&nbsp;&nbsp; 10.2.0.52\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; F.ISI.ARPA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IN&nbsp;&nbsp;&nbsp;&nbsp; F.ISI.ARPA\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XXXX.ARPA&nbsp;&nbsp;&nbsp;    CNAME&nbsp;   IN&nbsp;&nbsp;&nbsp;&nbsp; F.ISI.ARPA\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XXXX.ARPA&nbsp;&nbsp;&nbsp;    MF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IN&nbsp;&nbsp;&nbsp;&nbsp; A.ISI.ARPA<\/code><\/pre>\n\n\n\n<p><em>Example configuration excerpt taken from RFC 882.<\/em><\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>What are DNS MAILA queries?<\/h1>\n\n\n\n<p>MAILA queries were DNS queries used to retrieve both MD and MF records from the Domain Name System.<\/p>\n\n\n\n<p>Key aspects of MAILA queries:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>They requested both types of records, MD and MF.<\/li>\n\n\n\n<li>MD records identified hosts that were expected to have the recipient&#8217;s mailbox.<\/li>\n\n\n\n<li>MF records specified hosts that were expected to act as intermediaries.<\/li>\n<\/ul>\n\n\n\n<p>However, using separate records presented a caching problem. Since a mail agent couldn&#8217;t rely on the cache having both records, it often had to query the authoritative servers directly. To solve this issue, MX records were introduced, which combine the information into a single record type.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"399\" src=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email-1024x399.png\" alt=\"\" class=\"wp-image-29273\" srcset=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email-1024x399.png 1024w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email-300x117.png 300w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email-680x265.png 680w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email-768x299.png 768w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email-1536x598.png 1536w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig2-mxrecords-historia-del-email.png 1634w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><em>Example of a DNS MAILA query<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"543\" src=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email-1024x543.png\" alt=\"\" class=\"wp-image-29276\" srcset=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email-1024x543.png 1024w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email-300x159.png 300w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email-623x330.png 623w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email-768x407.png 768w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email-1536x814.png 1536w, https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/fig3-mxrecords-historia-del-email.png 1638w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><em>Example of a DNS MAILA response<\/em><\/p>\n\n\n<section class=\"acf-view acf-view--id--21788 acf-view--object-id--29288\"><div class=\"acf-view__texto_fijo acf-view__row\"><div class=\"acf-view__texto_fijo-field acf-view__field\"><div class=\"acf-view__texto_fijo-choice acf-view__choice\">Additional reading:<\/div><\/div><\/div><div class=\"acf-view__enlace acf-view__row\"><div class=\"acf-view__enlace-field acf-view__field\"><a target=\"_self\" class=\"acf-view__enlace-link acf-view__link\" href=\"https:\/\/blog.lacnic.net\/en\/the-history-behind-netmasks\/\">The History behind Netmasks<\/a><\/div><\/div><\/section>\n\n\n<h1 class=\"wp-block-heading\">When were MD and MF records used?<\/h1>\n\n\n\n<p>MD and MF records were used between 1983 and 1986. Here&#8217;s a brief timeline:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>November 1983: RFCs 882 and 883 are published, defining the Domain Name System and specifying the use of MD and MF records.<\/li>\n\n\n\n<li>November 1985: Craig Partridge completes RFC 974, which addresses an error in MD\/MF records.<\/li>\n\n\n\n<li>January 1986: RFC 973 is published, introducing the MX record and replacing MD and MF records.<\/li>\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>What were the errors\/issues with MD and MF records?<\/h1>\n\n\n\n<p>Back then, the main problem with MD and MF records was that a mail agent performing a MAILA query couldn&#8217;t use the cache efficiently, as it could only store one record type \u2014either MD or MF\u2014 not both. This meant that each routing decision required querying authoritative servers, which is what led to the creation of the MX record.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>Example of mail delivery by an agent (1983-1986)<\/h1>\n\n\n\n<p>Before MX records, MAILA queries requested MD and MF records.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A mail agent wants to send an email to user@example.com.<\/li>\n\n\n\n<li>The agent issues a DNS MAILA query to example.com.<\/li>\n\n\n\n<li>The DNS server might respond with:<ul><li>An MD record specifying the host responsible for final delivery.<\/li><\/ul>\n<ul class=\"wp-block-list\">\n<li>An MF record specifying a host that will forward the email.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>The mail agent uses this information to route the email.<\/li>\n<\/ul>\n\n\n\n<p>Although not explicitly stated, the mail program would likely have first attempted to deliver the email to the MD, and if that failed, it would have tried the MF.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>What was the mail system like prior to 1983?<\/h1>\n\n\n\n<p>Before 1983, the mail system was based on UUCP (UNIX-to-UNIX Copy Protocol), which was the backbone of a store-and-forward network. Users had to manually specify mail routes (the format was hosta!hostb!user) which became problematic as USENET grew.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>An Attempt in the 1990s<\/h1>\n\n\n\n<p>In July 1990, RFC 1168, titled \u2018Intermail and Commercial Mail Relay Services,\u2019 described a system for commercial users to send email over the Internet at a time when network access was limited and networks were fragmented into isolated \u2018islands&#8217;. The document proposed Intermail, a service that acted as a bridge to relay email between commercial and academic networks, solving a temporary connectivity issue.<\/p>\n\n\n\n<p>However, its success was limited. With the rapid expansion of the Internet and the adoption of the SMTP protocol as a universal standard, systems like Intermail became obsolete by the mid-1990s. Today, RFC 1168 is a landmark document that reflects the challenges and creative solutions of the early years of email and lays the foundation for modern global communication.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>What is the mail system like today?<\/h1>\n\n\n\n<p>Today, mail forwarders (MTAs) use MX records to determine how to route messages. The agent queries the destination domain&#8217;s MX records using DNS (Querytype=MX) and attempts delivery in order of preference: the lower the preference, the higher the priority. <a><\/a><\/p>\n\n\n\n<p>Conclusions<\/p>\n\n\n\n<p>MD and MF records played a key role in mail routing before the introduction of MX records. However, their separate use led to caching and efficiency issues. The introduction of the MX record solved these problems by combining the information into a single record type, simplifying mail routing within the Domain Name System.<\/p>\n\n\n\n<p>Did you know this interesting story? Will MX records change in the future?<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><a><\/a>References:<\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Thread on the IH Mailing List: Converging on MX Use <a href=\"https:\/\/elists.isoc.org\/pipermail\/internet-history\/2025-February\/010241.html\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/elists.isoc.org\/pipermail\/internet-history\/2025-February\/010241.html<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/datatracker.ietf.org\/doc\/html\/rfc973\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/datatracker.ietf.org\/doc\/html\/rfc973<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/datatracker.ietf.org\/doc\/html\/rfc974\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/datatracker.ietf.org\/doc\/html\/rfc974<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc882.html\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.rfc-editor.org\/rfc\/rfc882.html<\/a><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Alejandro Acosta, R+D Coordinator at LACNIC Advances occur across the world of technology, and DNS and email are no exceptions. In this blog post, we&#8217;ll go back in time and explore the history behind certain DNS records, we&#8217;ll briefly examine how email systems worked before 1983, and we&#8217;ll acknowledge the powerful MX record, which [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":29282,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[1321],"tags":[416,1360],"archivo":[1345,1451],"taxonomy-authors":[1248],"tipo_autor":[],"class_list":["post-29288","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dns-en","tag-dns-en","tag-labs","archivo-editions","archivo-highlights-2023","taxonomy-authors-alejandro-acosta-en"],"acf":{"author":"","related_notes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LACNIC Blog | MX Records: The Untold Story of Email<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LACNIC Blog | MX Records: The Untold Story of Email\" \/>\n<meta property=\"og:description\" content=\"By Alejandro Acosta, R+D Coordinator at LACNIC Advances occur across the world of technology, and DNS and email are no exceptions. In this blog post, we&#8217;ll go back in time and explore the history behind certain DNS records, we&#8217;ll briefly examine how email systems worked before 1983, and we&#8217;ll acknowledge the powerful MX record, which [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\" \/>\n<meta property=\"og:site_name\" content=\"LACNIC Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/lacnic\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-25T13:13:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-25T13:24:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"330\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gianni\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lacnic\" \/>\n<meta name=\"twitter:site\" content=\"@lacnic\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\"},\"author\":{\"name\":\"Gianni\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab\"},\"headline\":\"MX Records: The Untold Story of Email\",\"datePublished\":\"2025-03-25T13:13:46+00:00\",\"dateModified\":\"2025-03-25T13:24:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\"},\"wordCount\":1160,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.lacnic.net\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png\",\"keywords\":[\"DNS\",\"Labs\"],\"articleSection\":[\"DNS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\",\"url\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\",\"name\":\"LACNIC Blog | MX Records: The Untold Story of Email\",\"isPartOf\":{\"@id\":\"https:\/\/blog.lacnic.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png\",\"datePublished\":\"2025-03-25T13:13:46+00:00\",\"dateModified\":\"2025-03-25T13:24:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.lacnic.net\/en\/story-of-email\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage\",\"url\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png\",\"contentUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png\",\"width\":680,\"height\":330},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.lacnic.net\/en\/story-of-email\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/blog.lacnic.net\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MX Records: The Untold Story of Email\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.lacnic.net\/#website\",\"url\":\"https:\/\/blog.lacnic.net\/\",\"name\":\"LACNIC Blog\",\"description\":\"En el Blog de LACNIC encontrar\u00e1s art\u00edculos t\u00e9cnicos vinculados al desarrollo de Internet en la regi\u00f3n de Am\u00e9rica Latina y el Caribe.\",\"publisher\":{\"@id\":\"https:\/\/blog.lacnic.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.lacnic.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.lacnic.net\/#organization\",\"name\":\"LACNIC Blog\",\"url\":\"https:\/\/blog.lacnic.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg\",\"contentUrl\":\"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg\",\"caption\":\"LACNIC Blog\"},\"image\":{\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/lacnic\",\"https:\/\/x.com\/lacnic\",\"https:\/\/www.instagram.com\/lacnic\/?hl=es-la\",\"https:\/\/uy.linkedin.com\/company\/lacnic\",\"https:\/\/www.youtube.com\/user\/lacnicstaff\",\"https:\/\/www.lacnic.net\/podcast\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab\",\"name\":\"Gianni\",\"url\":\"https:\/\/blog.lacnic.net\/en\/author\/gianni\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LACNIC Blog | MX Records: The Untold Story of Email","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:\/\/blog.lacnic.net\/en\/story-of-email\/","og_locale":"en_US","og_type":"article","og_title":"LACNIC Blog | MX Records: The Untold Story of Email","og_description":"By Alejandro Acosta, R+D Coordinator at LACNIC Advances occur across the world of technology, and DNS and email are no exceptions. In this blog post, we&#8217;ll go back in time and explore the history behind certain DNS records, we&#8217;ll briefly examine how email systems worked before 1983, and we&#8217;ll acknowledge the powerful MX record, which [&hellip;]","og_url":"https:\/\/blog.lacnic.net\/en\/story-of-email\/","og_site_name":"LACNIC Blog","article_publisher":"https:\/\/facebook.com\/lacnic","article_published_time":"2025-03-25T13:13:46+00:00","article_modified_time":"2025-03-25T13:24:57+00:00","og_image":[{"width":680,"height":330,"url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png","type":"image\/png"}],"author":"Gianni","twitter_card":"summary_large_image","twitter_creator":"@lacnic","twitter_site":"@lacnic","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#article","isPartOf":{"@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/"},"author":{"name":"Gianni","@id":"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab"},"headline":"MX Records: The Untold Story of Email","datePublished":"2025-03-25T13:13:46+00:00","dateModified":"2025-03-25T13:24:57+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/"},"wordCount":1160,"commentCount":0,"publisher":{"@id":"https:\/\/blog.lacnic.net\/#organization"},"image":{"@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png","keywords":["DNS","Labs"],"articleSection":["DNS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.lacnic.net\/en\/story-of-email\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/","url":"https:\/\/blog.lacnic.net\/en\/story-of-email\/","name":"LACNIC Blog | MX Records: The Untold Story of Email","isPartOf":{"@id":"https:\/\/blog.lacnic.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage"},"image":{"@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png","datePublished":"2025-03-25T13:13:46+00:00","dateModified":"2025-03-25T13:24:57+00:00","breadcrumb":{"@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.lacnic.net\/en\/story-of-email\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#primaryimage","url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png","contentUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png","width":680,"height":330},{"@type":"BreadcrumbList","@id":"https:\/\/blog.lacnic.net\/en\/story-of-email\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/blog.lacnic.net\/en\/"},{"@type":"ListItem","position":2,"name":"MX Records: The Untold Story of Email"}]},{"@type":"WebSite","@id":"https:\/\/blog.lacnic.net\/#website","url":"https:\/\/blog.lacnic.net\/","name":"LACNIC Blog","description":"En el Blog de LACNIC encontrar\u00e1s art\u00edculos t\u00e9cnicos vinculados al desarrollo de Internet en la regi\u00f3n de Am\u00e9rica Latina y el Caribe.","publisher":{"@id":"https:\/\/blog.lacnic.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.lacnic.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.lacnic.net\/#organization","name":"LACNIC Blog","url":"https:\/\/blog.lacnic.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/","url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg","contentUrl":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2023\/03\/lacnic-blog.svg","caption":"LACNIC Blog"},"image":{"@id":"https:\/\/blog.lacnic.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/lacnic","https:\/\/x.com\/lacnic","https:\/\/www.instagram.com\/lacnic\/?hl=es-la","https:\/\/uy.linkedin.com\/company\/lacnic","https:\/\/www.youtube.com\/user\/lacnicstaff","https:\/\/www.lacnic.net\/podcast"]},{"@type":"Person","@id":"https:\/\/blog.lacnic.net\/#\/schema\/person\/1338d9cfdb0137e8bc5581f3771f39ab","name":"Gianni","url":"https:\/\/blog.lacnic.net\/en\/author\/gianni\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/blog.lacnic.net\/wp-content\/uploads\/2025\/03\/mx-records-historia-correo-electronico.png","jetpack_sharing_enabled":true,"wpml_current_locale":"en_US","wpml_translations":[{"locale":"es_ES","id":29265,"post_title":"MX Records: la historia no contada del correo electr\u00f3nico","slug":"historia-correo-electronico","href":"https:\/\/blog.lacnic.net\/historia-correo-electronico\/"},{"locale":"pt_BR","id":29294,"post_title":"MX Records: a hist\u00f3ria n\u00e3o contada do correio eletr\u00f4nico","slug":"historia-correio-eletronico","href":"https:\/\/blog.lacnic.net\/pt-br\/historia-correio-eletronico\/"}],"_links":{"self":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/29288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/comments?post=29288"}],"version-history":[{"count":2,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/29288\/revisions"}],"predecessor-version":[{"id":29302,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/posts\/29288\/revisions\/29302"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/media\/29282"}],"wp:attachment":[{"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/media?parent=29288"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/categories?post=29288"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/tags?post=29288"},{"taxonomy":"archivo","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/archivo?post=29288"},{"taxonomy":"taxonomy-authors","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/taxonomy-authors?post=29288"},{"taxonomy":"tipo_autor","embeddable":true,"href":"https:\/\/blog.lacnic.net\/en\/wp-json\/wp\/v2\/tipo_autor?post=29288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}