aboutsummaryrefslogtreecommitdiff
path: root/doc/mtasim.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mtasim.texi')
-rw-r--r--doc/mtasim.texi33
1 files changed, 30 insertions, 3 deletions
diff --git a/doc/mtasim.texi b/doc/mtasim.texi
index a8849fea..513d045d 100644
--- a/doc/mtasim.texi
+++ b/doc/mtasim.texi
@@ -454,6 +454,14 @@ cases.
454 Define Sendmail macro @var{macro} to the given @var{value}. It is 454 Define Sendmail macro @var{macro} to the given @var{value}. It is
455similar to the @code{\D} administrative command (@pxref{D command}) 455similar to the @code{\D} administrative command (@pxref{D command})
456 456
457@mtasimopt{gacopyz-log, summary}
458@item --gacopyz-log=@var{level}
459Set desired logging level for @command{gacopyz} library
460(@pxref{Gacopyz}). @xref{gacopyz-log option}, for a detailed
461description of @var{level}. Notice, that unless this option is used,
462the @option{--verbose} (@option{-v}) command line option implies
463@option{--gacopyz-log=debug}.
464
457@mtasimopt{group, summary} 465@mtasimopt{group, summary}
458@mtindex g, -g, @command{mtasim} option, summary 466@mtindex g, -g, @command{mtasim} option, summary
459@item --group=@var{name} 467@item --group=@var{name}
@@ -476,11 +484,29 @@ privileges.
476 Display a short help summary 484 Display a short help summary
477 485
478@mtasimopt{milter-version, summary} 486@mtasimopt{milter-version, summary}
479@item --milter-version=@var{number} 487@item --milter-version=@var{version}
480 Force using the given Milter protocol version number. This option 488 Force using the given Milter protocol version number. The
489@var{version} argument is either a numeric version (e.g. @samp{2}), or
490a version string in form @samp{@var{major}.@var{minor}[.@var{patch}]},
491where square brackets indicate optional part. The default is
492@samp{1.0.0}. If @var{version} is any of @samp{2}, @samp{3} or
493@samp{1.0.0}, the default protocol capabilities and actions for that
494version are set automatically. This option
481is intended for development and testing of the Gacopyz library 495is intended for development and testing of the Gacopyz library
482(@pxref{Gacopyz}). 496(@pxref{Gacopyz}).
483 497
498@mtasimopt{milter-proto, summary}
499@item --milter-proto=@var{bitmask}
500Set Milter protocol capabilities. See @file{gacopyz/gacopyz.h} for
501the meaning of various bits in the @var{bitmask}. Look for the C
502macros with the prefix @samp{SMFIP_}.
503
504@mtasimopt{milter-actions, summary}
505@item --milter-actions=@var{bitmask}
506Set Milter actions. See @file{gacopyz/gacopyz.h} for
507the meaning of various bits in the @var{bitmask}. Look for the C
508macros with the prefix @samp{SMFIF_}.
509
484@mtasimopt{no-interactive, summary} 510@mtasimopt{no-interactive, summary}
485@item --no-interactive 511@item --no-interactive
486 Not-interactive mode (disable readline). @xref{Command Line Editing, , 512 Not-interactive mode (disable readline). @xref{Command Line Editing, ,
@@ -520,7 +546,8 @@ is the default mode for @command{mtasim}. @xref{interactive mode}.
520@mtindex v, -v, @command{mtasim} option, summary 546@mtindex v, -v, @command{mtasim} option, summary
521@item --verbose 547@item --verbose
522@itemx -v 548@itemx -v
523 Increase verbosity level. 549 Increase verbosity level. Implies @option{--gacopyz-log=debug},
550unless that option is used explicitly.
524 551
525@item --version 552@item --version
526@itemx -V 553@itemx -V

Return to:

Send suggestions and report system problems to the System administrator.