Options

Options determine most of the sendmail program's behavior. They are declared on the command line with the -O switch:

-Oname=value

and in the configuration file with the O line:

O name=value

The space following the O is mandatory. Prior to V8.7 sendmail, option names could be only a single character. Beginning with V8.7, option names can be multi-character. Where appropriate, the old form is listed parenthetically after the new form.

True/False options, when absent, default to false, but when present with no value, default to true. Options marked as "(safe)" can be specified on the command line without giving up root privileges.