makemap --- create database maps for smtpd
makemap [-U] [-d dbtype] [-o dbfile] [-t type] file
Maps provide a generic interface for associating textual key to a value. Such associations may be accessed through a plaintext file, database, or DNS. The format of these file types is described below. makemap itself creates the database maps used by keyed map lookups specified in smtpd.conf(5). makemap reads input from file and writes data to a file whose name is made by adding a ".db" suffix to file. The current line can be extended over multiple lines using a backslash ('\'). Comments can be put anywhere in the file using a hash mark ('#'), and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. In all cases, makemap reads lines consisting of words separated by whitespace. The first word of a line is the database key; the remainder represents the mapped value. The database key and value may optionally be separated by the colon character. The options are as follows: -d dbtype Specify the format of the database. Available formats are hash and btree. The default value is hash. -o dbfile Write the generated database to dbfile. -t type Specify the format of the resulting map file. The default map format is suitable for storing simple, unstructured, key-to-value string associations. However, if the mapped value has special meaning, as in the case of the virtual domains file, a suitable type must be provided. The available output types are: aliases The mapped value is a comma-separated list of mail destinations. This format can be used for building user aliases and user mappings for virtual domain files. set There is no mapped value -- a map of this type will only allow for the lookup of keys. This format can be used for building primary domain maps. -U Instead of generating a database map from text input, dump the contents of a database map as text with the key and value separated with a tab.
Primary domains can be kept in tables. To create a primary domain table, add each primary domain on a single line by itself. In addition to adding an entry to the primary domain map, one must add a filter rule that accepts mail for the domain map, for example: table domains "/etc/domains" accept for domain <domains> deliver to mbox
Virtual domains may also be kept in tables. To create a virtual domain table, add each virtual domain on a single line by itself. Virtual domains expect a mapping of virtual users to real users in order to determine if a recipient is accepted or not. The mapping format is an extension to aliases(5), which allows the use of "user@domain.tld" to accept user only on the specified domain, "user" to accept the user for any of the virtual domains, "@domain.tld" to provide a catch-all for the specified domain and "@" to provide a global catch-all for all domains. smtpd(8) will perform the lookups in that specific order. To create single virtual address, add "user@example.com user" to the users map. To handle all mail destined to any user at example.com, add "@example.com user" to the virtual map. In addition to adding an entry to the virtual map, one must add a filter rule that accepts mail for virtual domains, for example: table vdomains "/etc/vdomains" table vusers "/etc/users" accept for domain <vdomains> virtual <vusers> deliver to mbox accept for domain example.org virtual <vusers> deliver to mbox
/etc/aliases List of user mail aliases. /etc/secrets List of remote host credentials.
The makemap utility exits 0 on success, and >0 if an error occurs.
aliases(5), smtpd.conf(5), table(5), newaliases(8), smtpd(8)
The makemap command first appeared in OpenBSD 4.6 as a replacement for the equivalent command shipped with sendmail.
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.