Verbose

Verbose

Run in verbose mode All versions

The sendmail program offers a verbose mode of operation. In this "blow-by-blow" mode, a description of all the sendmail program's actions is printed to the standard output. This mode is valuable in running sendmail interactively but must not be used when running in daemon mode. Consequently, you should never set this option in the sendmail.cf file. Instead, you should set it from the command line using the -v command-line switch.

After the sendmail.cf file is parsed and the command-line arguments have been processed , sendmail checks to see whether it is in verbose mode. If it is, it sets the HoldExpensive option (don't connect to expensive mailers, HoldExpensive) to false and sets the DeliveryMode option (DeliveryMode) to interactive.

The forms of the Verbose option are as follows :

 -v   command-line shorthand  O Verbose=  bool    configuration file (V8.7 and later)  -OVerbose=  bool    command line (V8.7 and later)  Ov  bool    configuration file (deprecated)  -ov  bool    command line (deprecated)  

The argument bool is of type Boolean . If it is missing, the default value is true (be verbose). If the entire option is missing, the default value is false (be quiet).

Note that setting restrictexpand (See this section), with the PrivacyOptions option, disables this Verbose option.

The Verbose option is safe. When it is specified from the command line, sendmail retains its special privileges. Note that the Verbose option should never be set in the configuration file.



Sendmail
sendmail, 4th Edition
ISBN: 0596510292
EAN: 2147483647
Year: 2002
Pages: 1174

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net