diff options
Diffstat (limited to 'editmap/editmap.0')
-rw-r--r-- | editmap/editmap.0 | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/editmap/editmap.0 b/editmap/editmap.0 index 664edb33f276..378dbb49ba1b 100644 --- a/editmap/editmap.0 +++ b/editmap/editmap.0 @@ -2,20 +2,20 @@ EDITMAP(8) EDITMAP(8) -NNAAMMEE - eeddiittmmaapp - query and edit single records in database maps for sendmail +[1mNAME[0m + [1meditmap [22m- query and edit single records in database maps for sendmail -SSYYNNOOPPSSIISS - eeddiittmmaapp [--CC _f_i_l_e] [--NN] [--ff] [--qq||--uu||--xx] maptype mapname key [ "value +[1mSYNOPSIS[0m + [1meditmap [22m[[1m-C [4m[22mfile[24m] [[1m-N[22m] [[1m-f[22m] [[1m-q|-u|-x[22m] maptype mapname key [ "value ..." ] -DDEESSCCRRIIPPTTIIOONN - EEddiittmmaapp queries or edits one record in database maps used by the keyed +[1mDESCRIPTION[0m + [1mEditmap [22mqueries or edits one record in database maps used by the keyed map lookups in sendmail(8). Arguments are passed on the command line and output (for queries) is directed to standard output. - Depending on how it is compiled, eeddiittmmaapp handles up to three different - database formats, selected using the _m_a_p_t_y_p_e parameter. They may be + Depending on how it is compiled, [1meditmap [22mhandles up to three different + database formats, selected using the [4mmaptype[24m parameter. They may be dbm DBM format maps. This requires the ndbm(3) library. @@ -23,39 +23,39 @@ DDEESSCCRRIIPPTTIIOONN hash Hash format maps. This also requires the Berkeley DB library. - If the _T_r_u_s_t_e_d_U_s_e_r option is set in the sendmail configuration file and - eeddiittmmaapp is invoked as root, the generated files will be owned by the - specified _T_r_u_s_t_e_d_U_s_e_r_. + If the [4mTrustedUser[24m option is set in the sendmail configuration file and + [1meditmap [22mis invoked as root, the generated files will be owned by the + specified [4mTrustedUser.[0m - FFllaaggss - --CC Use the specified sseennddmmaaiill configuration file for looking up the + [1mFlags[0m + [1m-C [22mUse the specified [1msendmail [22mconfiguration file for looking up the TrustedUser option. - --NN Include the null byte that terminates strings in the map (for + [1m-N [22mInclude the null byte that terminates strings in the map (for alias maps). - --ff Normally all upper case letters in the key are folded to lower + [1m-f [22mNormally all upper case letters in the key are folded to lower case. This flag disables that behaviour. This is intended to - mesh with the -f flag in the KK line in sendmail.cf. The value + mesh with the -f flag in the [1mK [22mline in sendmail.cf. The value is never case folded. - --qq Query the map for the specified key. If found, print value to + [1m-q [22mQuery the map for the specified key. If found, print value to standard output and exit with 0. If not found then print an error message to stdout and exit with EX_UNAVAILABLE. - --uu Update the record for _k_e_y with _v_a_l_u_e or inserts a new record if + [1m-u [22mUpdate the record for [4mkey[24m with [4mvalue[24m or inserts a new record if one doesn't exist. Exits with 0 on success or EX_IOERR on fail- ure. - --xx Deletes the specific key from the map. Exits with 0 on success + [1m-x [22mDeletes the specific key from the map. Exits with 0 on success or EX_IOERR on failure. - SSEEEE AALLSSOO + [1mSEE ALSO[0m sendmail(8), makemap(8) -HHIISSTTOORRYY - The eeddiittmmaapp command has no history. +[1mHISTORY[0m + The [1meditmap [22mcommand has no history. |