summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/command.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-26 04:29:12 +0000
committerfukachan <fukachan>2003-07-26 04:29:12 +0000
commit0f8a45b45d759f9e192b8ea3e0865ef31e697b78 (patch)
tree804e45ffa87ecea0c174498629de1c3997587284 /fml/doc/en/tutorial/usage/command.sgml
parentf1246849a7356ec80778a8a983ab81dc7b5c26e5 (diff)
downloadfml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.gz
fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.tar.bz2
fml8-0f8a45b45d759f9e192b8ea3e0865ef31e697b78.zip
translated
Diffstat (limited to 'fml/doc/en/tutorial/usage/command.sgml')
-rw-r--r--fml/doc/en/tutorial/usage/command.sgml63
1 files changed, 63 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/usage/command.sgml b/fml/doc/en/tutorial/usage/command.sgml
new file mode 100644
index 00000000..7d10919a
--- /dev/null
+++ b/fml/doc/en/tutorial/usage/command.sgml
@@ -0,0 +1,63 @@
+<!--
+ $FML$
+ $jaFML: command.sgml,v 1.7 2003/04/15 14:51:46 fukachan Exp $
+-->
+
+<sect1 id="fml.command.bymail">
+ <title>
+ command mail (control fml by sendmail mails)
+ </title>
+
+<para>
+fml accepts control commands which is sent as a mail.
+It is called "command mail".
+</para>
+
+<important>
+<para>
+The use of CUI (makefml/fml) is basic in fml world.
+</para>
+
+</important>
+
+
+<sect2 id="fml.command.bymail.flow">
+ <title>
+ flow
+ </title>
+
+<para>
+Consider elena ML. Send the command mail to elena-ctl@fml.org which
+is the address for command mail. MTA receives the mail and finally
+kicks off /usr/local/libexec/fml/command program. This program
+receives the mail (command mail) from STDIN , processes the requests
+and sends back the result to the sender.
+The mail to send back is passed to MTA for delivery via SMTP.
+</para>
+
+<warning>
+<para>
+The result is aggreagated to one msssage as
+<link linkend="message.reply">
+MIME/Multipart
+</link>
+. This is different from &fml4; behaviour.
+</para>
+</warning>
+
+</sect2>
+
+
+<sect2>
+ <title>
+ perl modules of command mails
+ </title>
+
+<para>
+All modules which CUI, GUI and command mail uses are implented as
+FML::Command:: class.
+</para>
+
+</sect2>
+
+</sect1>