3.4.24 MILTER
Enable the X configuration command (V8.11 and above) Tune with confENVDEF
The MILTER compile-time macro turns on support for the V8.12 X configuration
command, and is covered completely in ?§26.1.1 on page 1170.
3.4.25 MIME7TO8
Support MIME 7-to-8-bit conversion Tune with confENVDEF
V8.8 sendmail and above contain the internal ability to convert messages that were
converted into either quoted-printable or base64 (?§24.9.45 on page 1025) back into their
original 8-bit form. The decision to make this conversion is based on the F=9 delivery agent
flag (?§20.8.10 on page 765).
Defining MIME7TO8 to a value of 1 causes support for conversion to be included in sendmail.
It is defined as 1 by default. To disable the inclusion of conversion code, add a line
such as the following to your Build m4 file:
APPENDDEF(`confENVDEF??, `-DMIME7TO8=0??)
?†‘
exclude support
If you are running a precompiled sendmail binary, you can use the -d0.1 debugging
command-line switch (?§15.7.1 on page 542) to determine whether MIME7TO8 support is
included (if it appears in the list, support is included).
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
124 | Chapter 3: Tune sendmail with Compile-Time Macros
3.4.26 MIME8TO7
Support MIME 8- to 7-bit conversion Tune with confENVDEF
V8 sendmail contains the internal ability to convert 8-bit MIME message content into 7-bit
MIME so that mail can be transported through non-8-bit gateways.
Pages:
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245