9.61 on page 1040) is also
nonzero. Fortunately, this is usually the case because the default is 9. See also SYSLOG_
BUFSIZE (?§3.4.64 on page 147) for a way to tune syslog(3)??™s buffer size if necessary.
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 LOG support is
included (if it appears in the list, support is included). New ports should be reported to
sendmail@sendmail.org so that they can be folded into future releases.
3.4.21 MATCHGECOS
Support fuzzy name matching Tune with confENVDEF
Defining MATCHGECOS causes code to be included inside sendmail for support of limited
fuzzy name matching. This process is described under the MatchGECOS option (?§24.9.63 on
page 1043). This MATCHGECOS compile-time macro is normally defined as true by
default. If you want to turn it off, use an expression such as this in your Build m4 file:
APPENDDEF(`conf_sendmail_ENVDEF??, `-DMATCHGECOS=0??)
?†‘
disable fuzzy name matching inside sendmail
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 MATCHGECOS
support is included (if it appears in the list, support is included).
3.4.22 MAX...
Redefine maximums Port, edit specific files
When porting sendmail to a new system or tuning it for special needs, you might need to
adjust one of sendmail??™s predefined maximums.
Pages:
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239