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.
Define Sendmail macro @var{macro} to the given @var{value}. It is
similar to the @code{\D} administrative command (@pxref{D command})
+@mtasimopt{gacopyz-log, summary}
+@item --gacopyz-log=@var{level}
+Set desired logging level for @command{gacopyz} library
+(@pxref{Gacopyz}). @xref{gacopyz-log option}, for a detailed
+description of @var{level}. Notice, that unless this option is used,
+the @option{--verbose} (@option{-v}) command line option implies
+@option{--gacopyz-log=debug}.
+
@mtasimopt{group, summary}
@mtindex g, -g, @command{mtasim} option, summary
@item --group=@var{name}
@@ -476,11 +484,29 @@ privileges.
Display a short help summary
@mtasimopt{milter-version, summary}
-@item --milter-version=@var{number}
- Force using the given Milter protocol version number. This option
+@item --milter-version=@var{version}
+ Force using the given Milter protocol version number. The
+@var{version} argument is either a numeric version (e.g. @samp{2}), or
+a version string in form @samp{@var{major}.@var{minor}[.@var{patch}]},
+where square brackets indicate optional part. The default is
+@samp{1.0.0}. If @var{version} is any of @samp{2}, @samp{3} or
+@samp{1.0.0}, the default protocol capabilities and actions for that
+version are set automatically. This option
is intended for development and testing of the Gacopyz library
(@pxref{Gacopyz}).
+@mtasimopt{milter-proto, summary}
+@item --milter-proto=@var{bitmask}
+Set Milter protocol capabilities. See @file{gacopyz/gacopyz.h} for
+the meaning of various bits in the @var{bitmask}. Look for the C
+macros with the prefix @samp{SMFIP_}.
+
+@mtasimopt{milter-actions, summary}
+@item --milter-actions=@var{bitmask}
+Set Milter actions. See @file{gacopyz/gacopyz.h} for
+the meaning of various bits in the @var{bitmask}. Look for the C
+macros with the prefix @samp{SMFIF_}.
+
@mtasimopt{no-interactive, summary}
@item --no-interactive
Not-interactive mode (disable readline). @xref{Command Line Editing, ,
@@ -520,7 +546,8 @@ is the default mode for @command{mtasim}. @xref{interactive mode}.
@mtindex v, -v, @command{mtasim} option, summary
@item --verbose
@itemx -v
- Increase verbosity level.
+ Increase verbosity level. Implies @option{--gacopyz-log=debug},
+unless that option is used explicitly.
@item --version
@itemx -V

Return to:

Send suggestions and report system problems to the System administrator.