📄 mailaddr.7
字号:
.\" Copyright (c) 1983, 1987, 1990, 1993.\" The Regents of the University of California. All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\" notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\" notice, this list of conditions and the following disclaimer in the.\" documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\" must display the following acknowledgement:.\" This product includes software developed by the University of.\" California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\" may be used to endorse or promote products derived from this software.\" without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\" @(#)mailaddr.7 8.1 (Berkeley) 6/16/93.\".Dd June 16, 1993.Dt MAILADDR 7.Os BSD 4.2.Sh NAME.Nm mailaddr.Nd mail addressing description.Sh DESCRIPTIONMail addresses are based on the Internet protocol listed at the end of thismanual page. These addresses are in the general format.Pp.Dl user@domain.Ppwhere a domain is a hierarchical dot separated list of subdomains. Forexample, a valid address is:.Pp.Dl eric@CS.Berkeley.EDU.PpUnlike some other forms of addressing, domains do not imply any routing.Thus, although this address is specified as an Internet address, it mighttravel by an alternate route if that were more convenient or efficient.For example, at Berkeley, the associated message would probably go directlyto CS over the Ethernet rather than going via the Berkeley Internetgateway..Ss Abbreviation.Under certain circumstances it may not be necessary to type the entiredomain name. In general, anything following the first dot may be omittedif it is the same as the domain from which you are sending the message.For example, a user on ``calder.berkeley.edu'' could send to ``eric@CS''without adding the ``berkeley.edu'' since it is the same on both sendingand receiving hosts..Ss Compatibility..PpCertain old address formats are converted to the new format to providecompatibility with the previous mail system. In particular,.Pp.Dl user@host.Ppand.Dl user@host.domain.Ppare allowed;.Pp.Dl host.domain!user.Ppis converted to.Pp.Dl user@host.domain.Ppand.Pp.Dl host!user.Ppis converted to.Pp.Dl user@host.UUCP.PpThis is normally converted back to the ``host!user'' form before being senton for compatibility with older UUCP hosts..Pp.Ss Case Distinctions..PpDomain names (i.e., anything after the ``@'' sign) may be given in any mixtureof upper and lower case with the exception of UUCP hostnames. Most hostsaccept any combination of case in user names, with the notable exception ofMULTICS sites..Ss Route-addrs..PpUnder some circumstances it may be necessary to route a message throughseveral hosts to get it to the final destination. Normally this routingis done automatically, but sometimes it is desirable to route the messagemanually. Addresses which show these relays are termed ``route-addrs.''These use the syntax:.Pp.Dl <@hosta,@hostb:user@hostc>.PpThis specifies that the message should be sent to hosta, from there to hostb,and finally to hostc. This path is forced even if there is a more efficientpath to hostc..PpRoute-addrs occur frequently on return addresses, since these are generallyaugmented by the software at each host. It is generally possible to ignoreall but the ``user@hostc'' part of the address to determine the actualsender..Pp[Note: the route-addr syntax is officially deprecatedin RFC 1123 and should not be used.].PpMany sites also support the ``percent hack'' for simplistic routing:.Pp.Dl user%hostc%hostb@hosta.Ppis routed as indicated in the previous example..Ss Postmaster..PpEvery site is required to have a user or user alias designated ``postmaster''to which problems with the mail system may be addressed..Ss Other Networks..PpSome other networks can be reached by giving the name of the network as thelast component of the domain..Em This is not a standard featureand maynot be supported at all sites. For example, messages to CSNET or BITNET sitescan often be sent to ``user@host.CSNET'' or ``user@host.BITNET'' respectively..Sh SEE ALSO.Xr mail 1 ,.Xr sendmail 8 ;.brCrocker, D. H.,.Em Standard for the Format of Arpa Internet Text Messages,RFC822..Sh HISTORY.Nm Mailaddrappeared in 4.2 BSD..Sh BUGSThe RFC822 group syntax (``group:user1,user2,user3;'') is not supportedexcept in the special case of ``group:;'' because of a conflict with oldberknet-style addresses..PpRoute-Address syntax is grotty..PpUUCP- and Internet-style addresses do not coexist politely.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -