Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
MAKEMAP(8) OpenBSD System Manager's Manual MAKEMAP(8)
NAME
makemap - create database maps for sendmail
SYNOPSIS
makemap [-N] [-d] [-f] [-o] [-r] [-v] maptype mapname
DESCRIPTION
makemap creates the database maps used by the keyed map lookups in
sendmail(8). It reads input from the standard input and outputs them to
the indicated mapname.
Depending on how it is compiled, makemap handles up to three different
database formats, selected using the maptype parameter. They may be
dbm DBM format maps. This requires the ndbm(3) library.
btree B-Tree format maps. This requires the new Berkeley db(3) li-
brary.
hash Hash format maps. This also requires the db(3) library.
In all cases, makemap reads lines from the standard input consisting of
two words separated by white space. The first is the database key, the
second is the value. The value may contain ``%n'' strings to indicated
parameter substitution. Literal percents should be doubled (``%%'').
Blank lines and lines beginning with ``#'' are ignored.
Flags
-N Include the null byte that terminates strings in the map.
This must match the -N flag in the sendmail.cf ``K'' line.
-d Allow duplicate keys in the map. This is only allowed on B-
Tree format maps. If two identical keys are read, they will
both be inserted into the map.
-f Normally all upper case letters in the key are folded to low-
er case. This flag disables that behaviour. This is intend-
ed to mesh with the -f flag in the K line in sendmail.cf.
The value is never case folded.
-o Append to an old file. This allows you to augment an exist-
ing file.
-r Allow replacement of existing keys. Normally makemap com-
plains if you repeat a key, and does not do the insert.
-v Verbosely print what it is doing.
SEE ALSO
sendmail(8)
HISTORY
The makemap command appeared in 4.4BSD.
4.4BSD November 16, 1992 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for makemap(8) OpenBSD sources for makemap(8)
Up to: Email Server and Transport Agents - Electronic mail servers including delivery, routing, and transfer agents (MTAs), protocols (SMTP, POP, IMAP, -
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
makemap.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|