diff options
| author | fukachan <fukachan> | 2003-07-25 17:05:46 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-07-25 17:05:46 +0000 |
| commit | ccd3cb0f89ed46d9d2482bfd832fe0b8ed4d2356 (patch) | |
| tree | e432d64c97d7d6a55a279f5dc1cf4724a6c91e36 /fml/doc/en/tutorial/setup/test.sgml | |
| parent | a0e3a475d4c4fc3bd0d098d8532bfbc434895f13 (diff) | |
| download | fml8-ccd3cb0f89ed46d9d2482bfd832fe0b8ed4d2356.tar.gz fml8-ccd3cb0f89ed46d9d2482bfd832fe0b8ed4d2356.tar.bz2 fml8-ccd3cb0f89ed46d9d2482bfd832fe0b8ed4d2356.zip | |
translated
Diffstat (limited to 'fml/doc/en/tutorial/setup/test.sgml')
| -rw-r--r-- | fml/doc/en/tutorial/setup/test.sgml | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/setup/test.sgml b/fml/doc/en/tutorial/setup/test.sgml new file mode 100644 index 00000000..970e389d --- /dev/null +++ b/fml/doc/en/tutorial/setup/test.sgml @@ -0,0 +1,141 @@ +<!-- + $FML$ + $jaFML: test.sgml,v 1.4 2003/04/15 14:51:44 fukachan Exp $ +--> + +<chapter id="test"> + <title> + test + </title> + + +<sect1> + <title> + before test + </title> + +<warning> +<para> +set up MTA properly before test of fml. +</para> +</warning> + +<para> +In this chapter, +&fmldevel; and MTA works on ahodori.fml.org, which is called as +the mail server. +</para> + +</sect1> + + +<sect1> + <title> + test of only MTA + </title> + +<para> +check MTA without fml on ahodori.fml.org. +</para> + +<para> +FIrstly, +prepare one personal user address such as rudo@fml.org. +Usually, just create a user named as "rudo". +<screen> +# useradd rudo +</screen> +</para> + +<para> +You should verify SMTP over network. +Send a mail to rudo@fml.org from other host (not ahodori.fml.org). +If rudo receives the mail, o.k. +</para> + +<para> +Secondly check the local delivery. +send a mail to rudo@fml.org on ahodori.fml.org. +<screen> +% echo test |Mail rudo@fml.org +</screen> +</para> + +</sect1> + + +<sect1> + <title> + send a mail to ML + </title> + +<para> +Create elena ML (elena@fml.org) and subscribe rudo@fml.org to elena ML. +<screen> +% su fml +% makefml newml elena +% makefml add elena rudo@fml.org +</screen> +</para> + +<para> +Send a test mail to elena@fml.org from other host (not ahodori.fml.org). +Verify the header of this test mail should be "From: rudo@fml.org". +</para> + +<sect2> + <title> + checks + </title> + +<para> +If not works well, check the following: +<screen> +check the mail server log (e.g. /var/log/maillog) +check the fml log (e.g. /var/spool/m/elena/log) +fml pass the message to MTA ? +MTA succeeds to deliver it? +</screen> +</para> + +</sect2> + +</sect1> + + +<sect1> + <title> + test of fml8 itself. + </title> + +<para> +not yet implemented. +</para> + +</sect1> + + +<sect1> + <title> + reset after test. + </title> + +<para> +It is easy to re-create this mailing list (e.g. test ML). +<screen> +% su fml +% makefml rmml test +% makefml newml test +</screen> +The removed ML home is left as /var/spool/ml/@test. +Please remove it since this is a test to avoid the duplication in the +future. +<screen> +% rm -fr /var/spool/ml/@test +</screen> +</para> + +</sect1> + + +</chapter> |
