MF_KEEPQUOTES 0x00010000 Don??™t dequote key before lookup.
MF_NODEFER 0x00020000 Don??™t defer if map lookup fails (V8.8 and above).
MF_REGEX_NOT 0x00040000 Regular expression negation (V8.9 and above).
MF_DEFER 0x00080000 Don??™t look up map in defer mode (V8.10 and above).
MF_SINGLEMATCH 0x00100000 Successful only if matches one key (V8.10 and above).
MF_FILECLASS 0x00400000 This is a file database type (V8.12 and above).
MF_OPENBOGUS 0x00800000 Open failed, don??™t call map_close (V8.12 and above).
MF_CLOSING 0x01000000 This map is being closed (V8.12 and above).
Table 15-10. Flags describing properties of database maps (continued)
Hex Text Description
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
568 | Chapter 15: Debug sendmail with -d
15.7.51 -d38.12
Trace database map stores Debug command-line switch
The -d38.12 debugging switch shows values being stored in maps that support updates:
db_map_store(name, key, value)
ndbm_map_store(name, key, value)
seq_map_store(name, key, value)
Here, the name is either the name you gave to the database map with the K configuration
command, or a name assigned internally by sendmail (suchas aliases.files). The key is the
key for the new value that is being stored, and the value is the value being assigned to that
key.
Pages:
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008