diff options
| author | fukachan <fukachan> | 2006-01-19 10:14:04 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 10:14:04 +0000 |
| commit | 9c6bf92b7986b51312e0558e834c96d00c2710b3 (patch) | |
| tree | 80c3ead8bd16422bda115301908d0e8e1ab2379f /fml/doc/en/tutorial/customize | |
| parent | 1308b00fb949afccd5d0e27e2d7af4f93715c135 (diff) | |
| download | fml8-9c6bf92b7986b51312e0558e834c96d00c2710b3.tar.gz fml8-9c6bf92b7986b51312e0558e834c96d00c2710b3.tar.bz2 fml8-9c6bf92b7986b51312e0558e834c96d00c2710b3.zip | |
add admin command recipes
Diffstat (limited to 'fml/doc/en/tutorial/customize')
| -rw-r--r-- | fml/doc/en/tutorial/customize/chapter.command.sgml | 3 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/customize/recipes.command.admin.sgml | 110 |
2 files changed, 112 insertions, 1 deletions
diff --git a/fml/doc/en/tutorial/customize/chapter.command.sgml b/fml/doc/en/tutorial/customize/chapter.command.sgml index 079ec1f8..b9cfe493 100644 --- a/fml/doc/en/tutorial/customize/chapter.command.sgml +++ b/fml/doc/en/tutorial/customize/chapter.command.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.command.sgml,v 1.3 2005/09/24 13:53:40 fukachan Exp $ + $FML: chapter.command.sgml,v 1.4 2006/01/16 12:02:07 fukachan Exp $ $jaFML: chapter.command.sgml,v 1.1 2002/09/15 01:46:30 fukachan Exp $ --> @@ -32,6 +32,7 @@ help command is loaded for help command (FML::Command::User::help). </title> §.customize.command.recipes; +§.customize.command.admin.recipes; </sect1> diff --git a/fml/doc/en/tutorial/customize/recipes.command.admin.sgml b/fml/doc/en/tutorial/customize/recipes.command.admin.sgml new file mode 100644 index 00000000..42a0c8ef --- /dev/null +++ b/fml/doc/en/tutorial/customize/recipes.command.admin.sgml @@ -0,0 +1,110 @@ +<!-- + $FML$ +--> + +<qandaset> + + +<qandaentry> + +<question> +<para> +initialize ML by admin command. +</para> +</question> + +<answer> +<para> +now allowd. +Please use CUI on the mail server host. +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +add or remove a log of user by admin command. +</para> +</question> + +<answer> +<para> +Specific command not yet supported. +Use ordinary admin commands. +<screen> +admin add .. +admin add .. +admin add .. +</screen> + +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +send welcome message when "admin add" runs. +</para> +</question> + +<answer> +<para> +not implemented. +<screen> + +</screen> + +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +restrict subscribers. +</para> +</question> + +<answer> +<para> +not implemented. +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +I forget how to use admin command ? +</para> +</question> + +<answer> +<para> +See &fml8; document ;-) +<screen> +http://www.fml.org/software/fml8/ +</screen> +</para> +</answer> + +</qandaentry> + + + +</qandaset> + |
