-C | Use the specified sendmail configuration file for looking up the TrustedUser option. |
-N | Include the null byte that terminates strings in the map (for alias maps). |
-f | Normally all upper case letters in the key are folded to lower case. This flag disables that behaviour. This is intended to mesh with the -f flag in the K line in sendmail.cf. The value is never case folded. |
-q | Query the map for the specified key. If found, print value to standard output and exit with 0. If not found then print an error message to stdout and exit with EX_UNAVAILABLE. |
-u | Update the record for key with value or inserts a new record if one doesnt exist. Exits with 0 on success or EX_IOERR on failure. |
-x | Deletes the specific key from the map. Exits with 0 on success or EX_IOERR on failure. |
|
|