7.1 on page 542) to determine whether NAMED_BIND support
is included (if it appears in the list, support is included).
3.4.28 MAP_NSD
Add support for IRIX nsd maps (V8.10 and above) Tune with confMAPDEF
The nsd class of map implements an interface to the Unified Name Service supplied under
IRIX 6.5 and above. This class of map is described in detail in ?§23.7.16 on page 929. If you
wish support for this class to be included when you compile sendmail, declare MAP_NSD
in your Build m4 file like this:
APPENDDEF(`confMAPDEF??, `-DMAP_NSD??)
If you are running a precompiled sendmail binary, you can use the -d0.10 debugging
command-line switch (?§15.7.3 on page 543) to determine whether MAP_NSD support is
defined (if it appears in the list, it is defined).
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
3.4 Compile-Time Macro Reference | 125
3.4.29 MAP_REGEX
Use regular expression maps (V8.9 and above) Tune with confMAPDEF
It might be desirable to match addresses to regular expressions in rule sets. One way to do
this is with the regex class of database map (?§23.7.21 on page 935). If suchsupport is desirable,
you can enable inclusion by declaring MAP_REGEX in your Build m4 file like this:
APPENDDEF(`confMAPDEF??, `-DMAP_REGEX??)
But just defining MAP_REGEX does not guarantee that sendmail will compile withsupport
for it.
Pages:
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247