summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-05-21 17:28:14 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-05-21 17:28:14 +0300
commitdd213e8c519df45f4a0b632d71691693ddf2502a (patch)
treefff0865d0f63e0ca44aa9bdf9bfdb435a9a8652a
parent4c4fce4f4a976371869ef05506b54a1960c29e02 (diff)
downloadmailutils-dd213e8c519df45f4a0b632d71691693ddf2502a.tar.gz
mailutils-dd213e8c519df45f4a0b632d71691693ddf2502a.tar.bz2
Describe maidag delivery-mode configuration variable.
-rw-r--r--doc/texinfo/programs/maidag.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/texinfo/programs/maidag.texi b/doc/texinfo/programs/maidag.texi
index 40c037d34..c66d4aefa 100644
--- a/doc/texinfo/programs/maidag.texi
+++ b/doc/texinfo/programs/maidag.texi
@@ -102,7 +102,7 @@ maidag:
102MeTA1 (@uref{http://meta1.org}) communicates with the delivery agent 102MeTA1 (@uref{http://meta1.org}) communicates with the delivery agent
103using @acronym{LMTP}. 103using @acronym{LMTP}.
104 104
105LMTP mode is enabled in @command{maidag} by the @samp{lmtp yes} 105LMTP mode is enabled in @command{maidag} by the @samp{delivery-mode lmtp}
106statement. The socket to listen on must be specified using 106statement. The socket to listen on must be specified using
107@code{server} statement (@pxref{Server Settings}). For the purposes of 107@code{server} statement (@pxref{Server Settings}). For the purposes of
108this section, let's suppose @command{maidag} will listen on a 108this section, let's suppose @command{maidag} will listen on a
@@ -111,7 +111,7 @@ following (minimal) @command{maidag} configuration will do the job:
111 111
112@example 112@example
113# @r{Start in LMTP mode.} 113# @r{Start in LMTP mode.}
114lmtp yes; 114delivery-mode lmtp;
115# @r{Run as daemon.} 115# @r{Run as daemon.}
116mode daemon; 116mode daemon;
117# @r{Switch to this group after startup.} 117# @r{Switch to this group after startup.}
@@ -488,6 +488,8 @@ For example:
488$ maidag --url maildir:///home/smith/Mail 488$ maidag --url maildir:///home/smith/Mail
489@end example 489@end example
490 490
491The same effect has the @samp{delivery-mode url} configuration statement.
492
491@node Remote Mailbox Delivery 493@node Remote Mailbox Delivery
492@subsection Remote Mailbox Delivery 494@subsection Remote Mailbox Delivery
493@command{Maidag} can be used to deliver mail to remote mailboxes, such 495@command{Maidag} can be used to deliver mail to remote mailboxes, such
@@ -587,6 +589,11 @@ statements:
587@item tcp-wrappers @tab @xref{tcp-wrappers statement}. 589@item tcp-wrappers @tab @xref{tcp-wrappers statement}.
588@end multitable 590@end multitable
589 591
592@deffn {Maidag Config} delivery-mode @var{mode}
593Configure delivery mode. The argument is one of: @samp{mda} (default),
594@samp{url}, or @samp{lmtp}.
595@end deffn
596
590@deffn {Maidag Config} ex-multiple-delivery-success @var{bool} 597@deffn {Maidag Config} ex-multiple-delivery-success @var{bool}
591In case of multiple delivery, exit with code 0 if at least one 598In case of multiple delivery, exit with code 0 if at least one
592delivery has succeeded. 599delivery has succeeded.
@@ -648,10 +655,6 @@ Configure safety checks for the forward file.
648@xref{Forwarding, forward-file-checks}. 655@xref{Forwarding, forward-file-checks}.
649@end deffn 656@end deffn
650 657
651@deffn {Maidag Config} lmtp @var{bool}
652Run in @acronym{LMTP} mode.
653@end deffn
654
655@deffn {Maidag Config} group @var{list} 658@deffn {Maidag Config} group @var{list}
656In @acronym{LMTP} mode, retain supplementary groups from @var{list}. 659In @acronym{LMTP} mode, retain supplementary groups from @var{list}.
657@end deffn 660@end deffn

Return to:

Send suggestions and report system problems to the System administrator.