blob: 6280f26a878cff7b182d1b8b4f4032135a2a6c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
EDITMAP(8) EDITMAP(8)
NNAAMMEE
eeddiittmmaapp - 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 ..." ]
DDEESSCCRRIIPPTTIIOONN
EEddiittmmaapp queries 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
dbm DBM format maps. This requires the ndbm(3)
library.
btree B-Tree format maps. This requires the new Berkeley
DB library.
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 configu-
ration 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_.
FFllaaggss
--CC Use the specified sseennddmmaaiill configuration file for
looking up the TrustedUser option.
--NN Include 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 case. This flag disables that
behaviour. This is intended to mesh with the -f
flag in the KK line in sendmail.cf. The value is
never case folded.
--qq Query 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 one doesn't exist. Exits with 0 on
success or EX_IOERR on failure.
--xx Deletes the specific key from the map. Exits with
Date: 2003/03/15 23:38:57 1
EDITMAP(8) EDITMAP(8)
0 on success or EX_IOERR on failure.
SSEEEE AALLSSOO
sendmail(8), makemap(8)
HHIISSTTOORRYY
The eeddiittmmaapp command has no history.
Date: 2003/03/15 23:38:57 2
|