SPT_CHANGEARGV Write pointers to our own strings into the existing argv vector.
SPT_NONE Don??™t try to set the process title at all.
SPT_PSSTRINGS Use the magic PS_STRINGS pointer (4.4 BSD).
SPT_PSTAT Use the PSTAT_SETCMD option to pstat(2).
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
146 | Chapter 3: Tune sendmail with Compile-Time Macros
If you set SPT_TYPE to SPT_REUSEARGV, you will also have to define SPT_PADCHAR,
the character used to pad the process title. If the SPT_PADCHAR compile-time macro is
undefined, the space character is used to pad.
New ports should be reported to sendmail@sendmail.org so that they can be folded into
future releases.
3.4.62 STARTTLS
Enable stream encryption (V8.11 and above) Tune with confENVDEF
This STARTTLS compile-time macro was first introduced with V8.11 sendmail.
STARTTLS, and the subject of stream encryption that it is used for, are covered completely
in ?§5.3 on page 202. Also see the TLS_NO_RSA macro (?§3.4.67 on page 148).
3.4.63 SUID_ROOT_FILES_OK
Allow root delivery to files Debug with confENVDEF
When delivering to files, sendmail runs as the controlling user unless the suid or sgid bits of
the file are set. If they are set, sendmail runs as the owner of the file. A question arises when
suchfiles are root-owned.
Pages:
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287