{"id":3881,"date":"2022-12-20T17:28:19","date_gmt":"2022-12-20T20:28:19","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/mailaddr-man7\/"},"modified":"2022-12-20T17:28:19","modified_gmt":"2022-12-20T20:28:19","slug":"mailaddr-man7","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/mailaddr-man7\/","title":{"rendered":"MAILADDR (man7)"},"content":{"rendered":"<h1 align=\"center\">MAILADDR<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#COLOPHON\">COLOPHON<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">mailaddr \u2212 mail addressing description<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This manual page gives a brief introduction to SMTP mail addresses, as used on the Internet. These addresses are in the general format<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"7%\"><\/td>\n<td width=\"85%\">\n<p>user@domain<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">where a domain is a hierarchical dot-separated list of subdomains. These examples are valid forms of the same address:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>john.doe@monet.example.com<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>John Doe <john.doe@monet.example.com><\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>john.doe@monet.example.com (John Doe)<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">The domain part (&#8220;monet.example.com&#8221;) is a mail-accepting domain. It can be a host and in the past it usually was, but it doesn\u2019t have to be. The domain part is not case sensitive.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The local part (&#8220;john.doe&#8221;) is often a username, but its meaning is defined by the local software. Sometimes it is case sensitive, although that is unusual. If you see a local-part that looks like garbage, it is usually because of a gateway between an internal e-mail system and the net, here are some examples:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>&#8220;surname\/admd=telemail\/c=us\/o=hp\/prmd=hp&#8221;@some.where<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>USER%SOMETHING@some.where<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>machine!machine!name@some.where<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>I2461572@some.where<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">(These are, respectively, an X.400 gateway, a gateway to an arbitrary internal mail system that lacks proper internet support, an UUCP gateway, and the last one is just boring username policy.)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The real-name part (&#8220;John Doe&#8221;) can either be placed before <>, or in () at the end. (Strictly speaking the two aren\u2019t the same, but the difference is beyond the scope of this page.) The name may have to be quoted using &#8220;&#8221;, for example, if it contains &#8220;.&#8221;:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p>&#8220;John Q. Doe&#8221; <john.doe@monet.example.com><\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Abbreviation<\/b> <br \/> Some mail systems let users abbreviate the domain name. For instance, users at example.com may get away with &#8220;john.doe@monet&#8221; to send mail to John Doe. <i>This behavior is deprecated.<\/i> Sometimes it works, but you should not depend on it.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Route-addrs<\/b> <br \/> In the past, sometimes one had to route a message through several hosts to get it to its final destination. Addresses which show these relays are termed &#8220;route-addrs&#8221;. These use the syntax:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"8%\"><\/td>\n<td width=\"92%\">\n<p><@hosta,@hostb:user@hostc><\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">This specifies that the message should be sent to hosta, from there to hostb, and finally to hostc. Many hosts disregard route-addrs and send directly to hostc.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Route-addrs are very unusual now. They occur sometimes in old mail archives. It is generally possible to ignore all but the &#8220;user@hostc&#8221; part of the address to determine the actual address.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Postmaster<\/b> <br \/> Every site is required to have a user or user alias designated &#8220;postmaster&#8221; to which problems with the mail system may be addressed. The &#8220;postmaster&#8221; address is not case sensitive.<\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>\/etc\/aliases <br \/> ~\/.forward<\/i><\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><b>mail<\/b><\/i>(1), <b>aliases<\/b>(5), <b>forward<\/b>(5), <b>sendmail<\/b>(8) <br \/> <a href=\"http:\/\/www.ietf.org\/rfc\/rfc5322.txt\">IETF RFC\u00a05322<\/a><\/p>\n<h2>COLOPHON <a name=\"COLOPHON\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This page is part of release 5.10 of the Linux <i>man-pages<\/i> project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https:\/\/www.kernel.org\/doc\/man\u2212pages\/.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  mailaddr \u2212 mail addressing description <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[971],"tags":[973,976,972],"class_list":["post-3881","post","type-post","status-publish","format-standard","hentry","category-7-miscelanea","tag-973","tag-mailaddr","tag-man7"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3881","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3881"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3881\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3881"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3881"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3881"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}