Changed the new "plussed_user" option to mts.conf's "masquerade:" to
[mmh] / man / mh-tailor.man
1 .\"
2 .\" %nmhwarning%
3 .\" $Id$
4 .\"
5 .\" include the -mh macro file
6 .so %etcdir%/tmac.h
7 .\"
8 .TH MH-TAILOR %manext5% MH.6.8 [%nmhversion%]
9 .SH NAME
10 mh-tailor, mts.conf \- mail transport customization for nmh message handler
11
12 .SH SYNOPSIS
13 .in +.5i
14 .ti -.5i
15 \fI%etcdir%/mts.conf\fP
16 .in -.5i
17 .SH DESCRIPTION
18 The file %etcdir%/mts.conf defines run-time options for those \fInmh\fR
19 programs which interact (in some form) with the message transport system.
20 At present, these (user) programs are: \fIap\fR, \fIconflict\fR,
21 \fIinc\fR, \fImsgchk\fR, \fImsh\fR, \fIpost\fR, \fIrcvdist\fR, and
22 \fIrcvpack\fR.
23
24 Each option should be given on a single line.  Blank lines and lines
25 which begin with `#' are ignored.  The options available along with
26 default values and a description of their meanings are listed below:
27
28 .in +.5i
29 .ti -.5i
30 localname:
31 .br
32 The hostname \fInmh\fR considers local.  It should typically be a fully
33 qualified hostname.  If this is not set, depending on the version of
34 UNIX you're running, \fInmh\fR will query the system for this value
35 (e.g., uname, gethostname, etc.), and attempt to fully qualify this
36 value.
37
38 If you are using POP to retrieve new messages, you may want to set this
39 value to the name of the POP server, so that outgoing message appear to
40 have originated on the POP server.
41
42 .ti -.5i
43 localdomain:
44 .br
45 If this is set, a `.' followed by this string will be appended to your
46 hostname.
47
48 This should only be needed, if for some reason \fInmh\fR is not able to
49 fully qualify the hostname returned by the system (e.g., uname,
50 gethostname, etc.).
51
52 .ti -.5i
53 clientname:
54 .br
55 This option specifies the host name that \fInmh\fP will give in the
56 SMTP \fBHELO\fP (and \fBEHLO\fP) command, when posting mail.  If not
57 set, the default is to use the host name that \fInmh\fR considers local
58 (see \*(lqlocalname\*(rq above).  If this option is set, but empty, no
59 \fBHELO\fP command will be given.
60
61 .sp
62 Although the \fBHELO\fP command is required by RFC\-821, many SMTP servers
63 do not require it.  Early versions of SendMail will fail if the hostname
64 given in the \fBHELO\fP command is the local host.  Later versions of
65 SendMail will complain if you omit the \fBHELO\fP command.  If you run
66 SendMail, find out what your system expects and set this field if needed.
67
68 .ti -.5i
69 systemname:
70 .br
71 This option is only used for UUCP mail.  It specifies the name of the
72 local host in the \fIUUCP\fR \*(lqdomain\*(rq.  If not set, depending
73 on the version of UNIX you're running, \fInmh\fR will query the system
74 for this value.  This has no equivalent in the \fInmh\fR configuration
75 file.
76
77 .ti -.5i
78 mmdfldir: %mailspool%
79 .br
80 The directory where maildrops are kept.  If this option is set, but empty,
81 the user's home directory is used.  This overrides the default value
82 chosen at the time of compilation.
83
84 .ti -.5i
85 mmdflfil: 
86 .br
87 The name of the maildrop file in the directory where maildrops are kept.
88 If this is empty, the user's login name is used.  This overrides the default
89 value (which is empty).
90
91 .ti -.5i
92 mmdelim1: \\001\\001\\001\\001\\n
93 .br
94 The beginning-of-message delimiter for maildrops.
95
96 .ti -.5i
97 mmdelim2: \\001\\001\\001\\001\\n
98 .br
99 The end-of-message delimiter for maildrops.
100
101 .ti -.5i
102 masquerade:
103 .br
104 This directive controls three different types of email address masquerading.
105 The three possible values, which may be specified in any combination on the
106 line, separated by spaces, are "draft_from", "mmailid", and
107 "username_extension".
108
109 "mmailid" was the only type of masquerading in the original MH package, and
110 apparently stands for "masquerade mail identification".  This type of
111 masquerading keys off of the GECOS field of the passwd file.  When enabled,
112 \fInmh\fR will check if the user's pw_gecos field in the passwd file is of the
113 form:
114
115 .ti +.5i
116 Full Name <fakeusername>
117
118 If it is, the internal \fInmh\fR routines that find the username and full name
119 of that user will return "fakeusername" and "Full Name" respectively.  This is
120 useful if you want the messages you send to always appear to come from the name
121 of an MTA alias rather than your actual account name.  For instance, many
122 organizations set up "First.Last" sendmail aliases for all users.  If this is
123 the case, the GECOS field for each user should look like:
124
125 .ti +.5i
126 First [Middle] Last <First.Last>
127
128 "username_extension", when specified on the "masquerade:" line, allows a second
129 type of username masquerading.  If the user sets the \fB$USERNAME_EXTENSION\fR
130 environment variable, its value will be appended to the actual login name.  For
131 instance, if I am dan@company.com, and I set \fB$USERNAME_EXTENSION\fR to
132 "\-www", my mail will appear to come from "dan\-www@company.com".  This is meant
133 to interact with qmail's "user\-extension" feature, where mail sent to
134 \fIuser\fR\-\fIstring\fR will be delivered to \fIuser\fR.  Likewise, those using
135 versions of sendmail for which "plussed user" processing is active can set
136 \fB$USERNAME_EXTENSION\fR to "+\fIstring\fR".  These MTA features are useful
137 because they allow one to use different email addresses in different situations
138 (to aid in automatic mail filtering or in determining where spammers got one's
139 address) while only actually having a single account.
140
141 "draft_from" controls the most powerful type of address masquerading.  Normally,
142 when a user explicitly specifies a "From:" header in a draft, \fInmh\fR uses it
143 rather than constructing its own.  However, to discourage email forgery, the
144 SMTP envelope "From:" and a "Sender:" header are set to the user's real address.
145 When "draft_from" is turned on, though, the envelope "From:" will use the
146 address specified in the draft, and there will be no "Sender:" header.  This is
147 useful when a user wants to pretend to be sending mail "directly" from a remote
148 POP3 account, or when remote mail robots incorrectly use the envelope "From:" in
149 preference to the body "From:" (or refuse to take action when the two don't
150 match).  Note that the MTA may still reveal the user's real identity (e.g.
151 sendmail's "X\-Authentication\-Warning:" header).
152
153 .ti -.5i
154 maildelivery: %libdir%/maildelivery
155 .br
156 The name of the system-wide default \fI\&.maildelivery\fR file.
157 See \fIslocal\fR\0(1) for the details.
158
159 .ti -.5i
160 everyone: 200
161 .br
162 The highest user-id which should NOT receive mail addressed to
163 \*(lqeveryone\*(rq.
164
165 .ti -.5i
166 noshell: 
167 .br
168 If set, then each user-id greater than \*(lqeveryone\*(rq that has a
169 login shell equivalent to the given value (e.g., \*(lq/bin/csh\*(rq)
170 indicates that mail for \*(lqeveryone\*(rq should not be sent to them.
171 This is useful for handling admin, dummy, and guest logins.
172
173 .in -.5i
174 .Uh "SMTP support"
175 These options are only available if you compiled \fInmh\fP with the
176 \*(lq/smtp\*(rq support.
177
178 .in +.5i
179 .ti -.5i
180 hostable: %etcdir%/hosts
181 .br
182 The exceptions file for /etc/hosts used by \fIpost\fR to try to find
183 official names.  The format of this file is quite simple:
184
185 .in +.5i
186 1. Comments are surrounded by sharp (`#') and newline.
187 .br
188 2. Words are surrounded by white space.
189 .br
190 3. The first word on the line is the official name of a host.
191 .br
192 4. All words following the official names are aliases for that host.
193 .in -.5i
194
195 .ti -.5i
196 servers: localhost \\01localnet
197 .br
198 A lists of hosts and networks which to look for SMTP servers when
199 posting local mail.  It turns out this is a major win for hosts which
200 don't run an message transport system.  The value of \*(lqservers\*(rq
201 should be one or more items.  Each item is the name of either a host
202 or a net (in the latter case, precede the name of the net by a \\01).
203 This list is searched when looking for a smtp server to post mail.
204 If a host is present, the SMTP port on that host is tried.  If a net
205 is present, the SMTP port on each host in that net is tried.  Note that
206 if you are running with the BIND code, then any networks specified are
207 ignored (sorry, the interface went away under BIND).
208
209 .in -.5i
210 .Uh "SendMail"
211 This option is only available if you compiled \fInmh\fP to use
212 \fISendMail\fP as your delivery agent.
213
214 .in +.5i
215 .ti -.5i
216 sendmail: %sendmailpath%
217 .br
218 The pathname to the \fIsendmail\fR program.
219
220 .in -.5i
221 .Uh "Post Office Protocol"
222 This option is only available if you have compiled \fInmh\fP with POP
223 support enabled (i.e., \*(lq--enable-nmh-pop\*(rq).
224
225 .in +.5i
226 .ti -.5i
227 pophost:
228 .br
229 The name of the default POP service host.  If this is not set, then
230 \fInmh\fR looks in the standard maildrop areas for waiting mail, otherwise
231 the named POP service host is consulted.
232
233 .in -.5i
234 .Uh "BBoards Delivery"
235 This option is only available if you compiled \fInmh\fP with
236 \*(lqbbdelivery:\ on\*(rq.
237
238 .in +.5i
239 .ti -.5i
240 bbdomain:
241 .br
242 The local BBoards domain (a UCI hack).
243
244 .in -.5i
245 .Uh "BBoards & The POP"
246 These options are only available if you compiled \fInmh\fP with
247 \*(lqbboards:\ pop\*(rq and \*(lqpop:\ on\*(rq.
248
249 .in +.5i
250 .ti -.5i
251 popbbhost:
252 .br
253 The POP service host which also acts as a BBoard server.  This variable
254 should be set on the POP BBoards client host.
255
256 .ti -.5i
257 popbbuser:
258 .br
259 The guest account on the POP/BB service host.  This should be a different
260 login ID than either the POP user or the BBoards user.  (The user-id
261 \*(lqftp\*(rq is highly recommended.)  This variable should be set on
262 both the POP BBoards client and service hosts.
263
264 .ti -.5i
265 popbblist: %etcdir%/hosts.popbb
266 .br
267 A file containing of lists of hosts that are allowed to use the POP
268 facility to access BBoards using the guest account.  If this file is not
269 present, then no check is made.  This variable should be set on the POP
270 BBoards service host.
271
272 .in -.5i
273 .if n .ne 8
274 .Uh "BBoards & The NNTP"
275 This option is only available if you compiled \fInmh\fP with
276 \*(lqbboards:\ nntp\*(rq and \*(lqpop:\ on\*(rq.
277
278 .in +.5i
279 .ti -.5i
280 nntphost:
281 .br
282 The host which provides the NNTP service.  This variable should be set
283 on the NNTP BBoards client host.
284
285 .in -.5i
286 .Uh "File Locking"
287 A few words on locking: \fInmh\fR has several methods for creating locks
288 on files.  When configuring \fInmh\fR, you will need to decide on the
289 locking style and locking directory (if any).  The first controls the
290 method of locking, the second says where lock files should be created.
291
292 To configure \fInmh\fR for kernel locking, define \fBFLOCK_LOCKING\fP if
293 you want to use the \fIflock\fP system call; define \fBLOCKF_LOCKING\fP if
294 you want to use the \fIlockf\fP system call; or define \fBFCNTL_LOCKING\fP
295 if you want to use the \fIfcntl\fP system call for kernel-level locking.
296
297 Instead of kernel locking, you can configure \fInmh\fR to use dot
298 locking by defining \fBDOT_LOCKING\fP.  Dot locking specifies that
299 a file should be created whose existence means \*(lqlocked\*(rq and
300 whose non-existence means \*(lqunlocked\*(rq.  The name of this file is
301 constructed by appending \*(lq.lock\*(rq to the name of the file being
302 locked.  If \fBLOCKDIR\fP is not specified, lock files will be created
303 in the directory where the file being locked resides.  Otherwise, lock
304 files will be created in the directory specified by \fBLOCKDIR\fP.
305
306 Prior to installing \fInmh\fR, you should see how locking is done at
307 your site, and set the appropriate values.
308
309 .Fi
310 ^%etcdir%/mts.conf~^nmh mts configuration file
311 .Pr
312 None
313 .Sa
314 mh\-mts(8), post(8)
315 .De
316 As listed above
317 .Co
318 None
319 .En