/[anubis]/anubis/doc/anubis.texi
ViewVC logotype

Diff of /anubis/doc/anubis.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by polak, Sun Aug 24 17:34:09 2003 UTC revision 1.19 by gray, Mon Aug 25 07:14:12 2003 UTC
# Line 470  This option specifies an output level fo Line 470  This option specifies an output level fo
470  @end table  @end table
471  @end deffn  @end deffn
472    
473  @deffn Option tracefile @var{file-name}  @deffn Option tracefile @var{yes-or-no}
474    @deffnx Option tracefile @var{file-name}
475    @opindex tracefile @var{yes-or-no}
476  @opindex tracefile @var{file-name}  @opindex tracefile @var{file-name}
477    This option instructs @command{anubis} to log the execution of
478    tests and actions from the RULE sections. This is useful
479    for debugging the configuration files.
480    
481    When this option is used in the system-wide configuration file,
482    only its first form is allowed. Using @samp{tracefile yes} enables
483    logging of the actions and tests to the default syslog channel.
484    Using @samp{tracefile no} disables it.
485    
486    When used in the user configuration file, a filename is allowed
487    as an argument to this option. This allows you to explicitly
488    specify to which file the tracing output should go.
489    
490  @end deffn  @end deffn
491    
492    
493    
494  @node Proxy Settings, Encryption Settings, Output Settings, CONTROL Section  @node Proxy Settings, Encryption Settings, Output Settings, CONTROL Section
495  @subsection Proxy Settings  @subsection Proxy Settings
496  @cindex SOCKS proxy  @cindex SOCKS proxy
# Line 1386  example.key Line 1402  example.key
1402  @deffn Command gpg-sign-encrypt @var{gpg-keys}[:@var{gpg-signer-key}]  @deffn Command gpg-sign-encrypt @var{gpg-keys}[:@var{gpg-signer-key}]
1403  @deffnx Command gpg-se @var{gpg-keys}[:@var{gpg-signer-key}]  @deffnx Command gpg-se @var{gpg-keys}[:@var{gpg-signer-key}]
1404  @cmindex gpg-sign-encrypt @var{gpg-keys}[:@var{gpg-signer-key}]  @cmindex gpg-sign-encrypt @var{gpg-keys}[:@var{gpg-signer-key}]
1405  This command signs and encrypts (both at same time) your outgoing message.  This command simultaneously signs and encrypts your outgoing message.
1406  It has the same effect as @command{gpg -se}. The first argument is  It has the same effect as @command{gpg} command line switch
1407  required and is exactly the same as for @samp{gpg-encrypt}. The second  @option{-se}. The argument before the colon is a comma-separated list
1408  argument is optional and must be preceded with a colon (@samp{:}).  of PGP keys to encrypt the message with. This argument is mandatory.
1409  It specifies an optional signer key, which by default is set to your  The second argument is optional and is separated from the first one
1410  default private key (exactly the same as for @samp{gpg-sign}).  by a colon (@samp{:}). This argument specifies the signer key. In
1411    the absense of the second argument your default private key
1412    is used.
1413    
1414  For example:  For example:
1415    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26