aliases(5)


NAME

     aliases --- aliases file for smtpd

DESCRIPTION

     This manual page describes the format of the aliases file, as used by
     smtpd(8).  An alias in its simplest form is used to assign an arbitrary
     name to an email address, or a group of email addresses.  This provides a
     convenient way to send mail.  For example an alias could refer to all
     users of a group: email to that alias would be sent to all members of the
     group.  Much more complex aliases can be defined however: an alias can
     refer to other aliases, be used to send mail to a file instead of another
     person, or to execute various commands.

     Within the file, '#' is a comment delimiter; anything placed after it is
     discarded.  The file consists of key/value mappings of the form:

       key: value1, value2, value3, ...

     key is always folded to lowercase before alias lookups to ensure that
     there can be no ambiguity.  The key is expanded to the corresponding
     values, which consist of one or more of the following:

     user    A user on the host machine.  The user must have a valid entry in
         the passwd(5) database file.

     /path/to/file
         Append messages to file, specified by its absolute pathname.

     |command
         Pipe the message to command on its standard input.  The command
         is run under the privileges of the daemon's unprivileged account.

     :include:/path/to/file
         Include any definitions in file as alias entries.  The format of
         the file is identical to this one.

     user-part@domain-part
         An email address in RFC 5322 format (see mailaddr(7)).  If an
         address extension is appended to the user-part, it is first
         compared for an exact match.  It is then stripped so that an
         address such as user+ext@example.com will only use the part that
         precedes '+' as a key.

     error:code message
         A status code and message to return.  The code must be 3 digits,
         starting 4XX (TempFail) or 5XX (PermFail).  The message must be
         present and can be freely chosen.

     maildir:/path
         Deliver messages to Maildir at the path.

FILES

     /etc/aliases     Default aliases file.

SEE ALSO

     smtpd.conf(5), makemap(8), newaliases(8), smtpd(8)

HISTORY

     The aliases file format appeared in 4.0BSD.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.