dotforward, dot-forward - Read $HOME/.forward
$ cat $HOME/.courier || dotforward ./Maildir
The dotforward program is a compatibility module that reads forwarding instructions in $HOME/.forward. dotforward is used for compatibility with sendmail or other mail servers that use the $HOME/.forward file. The dotforward program is intended to be executed from a dot-courier(5)[1] delivery instruction file. The system administrator can add it to the default set of delivery instructions, thus unilaterally implementing $HOME/.forward systemwide. To read forwarding instructions from $HOME/.forward, put "|| dotforward" on the first line of $HOME/.courier*. "|| dotforward" can also be added to the DEFAULTDELIVERY setting in the courierd configuration file. In both cases it must be followed by a newline, and the remaining delivery instructions, which will be used if $HOME/.forward does not exist. dotforward expects to be invoked from dot-courier(5)[1] delivery instruction file via the "||" operator (or from DEFAULTDELIVERY). dotforward checks its environment, reads the message from standard input, reconciles its environment with the contents of $HOME/.forward, then prints on standard output equivalent dot-courier(5)[1] compatible delivery instructions. The "||" operator reinterprets dotforward's output as additional delivery instructions, by the Courier mail server. The different security models of the Courier mail server and other mail servers that use $HOME/.forward, such as sendmail, means that it is not possible to faithfully duplicate 100% of the behavior of $HOME/.forward that originated with sendmail. The following section documents the behavior of the dotforward utility in the the Courier mail server mail server. $HOME/.forward processing dotforward reads the DTLINE environment variable, and the headers of the message being delivered, from standard input. DTLINE contains the recipient's E-mail address. The Delivered-To headers list the recipients that already received this message. This is used to prevent mail loops between $HOME/.forward files from different recipients, which forward mail to each other. If $HOME/.forward does not exist, dotforward quietly terminates with a zero exit code, doing nothing. The remaining delivery instructions in $HOME/.courier are then carried out. If $HOME/.forward exists, it is expected to contain a list of addresses that the message should be forwarded to. An address may be an actual E-mail address, or a name of a program or a mailbox. Each line in $HOME/.forward should contain a list of comma-separated addresses. Use "| /path/to/program" (including the double quotes) to specify a delivery to a program (the message is piped to the given program). Use "/path/to/mailbox" or "./path/to/mailbox" (again including the double quotes) to specify a delivery to a mailbox (relative to $HOME in the second case). "| /path/to/program", "/path/to/mailbox", and "./path/to/mailbox" may also be listed on a line by themselves without the double quotes. All other addresses are interpreted as E-mail addresses where the mail should be forwarded. Any backslash at the beginning of an E-mail address is removed. Backslashes are used by sendmail to prevent mail loops. The Courier mail server does not need the backslashes -- it uses a different mechanism to prevent mail loops. Every E-mail address is checked against the list of E-mail addresses found in Delivered-To headers. If the E-mail address specified in $HOME/.forward matches any address in the Delivered-To header, it is automatically removed from a list of addresses. dotforward normally terminates with the exit code set to 99. This results in the Courier mail server considering the message to be succesfully delivered, and any additional delivery instructions in the .courier file will not be carried out. If an address read from $HOME/.forward matches the address in the DTLINE environment variable, the address is removed from the list of addresses that the message will be forwarded to, and dotforward terminates with the exit code set to 0 (after printing all the relevant delivery instructions to standard output). The messages will be forwarded, and the Courier mail server will proceed with additional delivery instructions in the .courier after finishing with the delivery instructions it reads from dotforward.
The restrictions and precautions mentioned in dot-courier(5)[1] are also applicable here. There is an upper limit on the maximum number of characters that are read from any process executed by ||. Also if any delivery instruction fails with a transit exit code, the message will be completely redelivered at a later point, even to all the addresses it has been succesfully delivered the first time around.
dot-courier(5)[1].
Sam Varshavchik Author
1. dot-courier(5) [set $man.base.url.for.relative.links]/dot-courier.html
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 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.
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.
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.