Caution |
The usage of fml8 makefml is same as fml4 in the case of default domain. But not in the virtual domain case. See the Section called run "makefml newml" to create an ML (in the case of non default domain) for the virtual domain case. |
To create an ML, use "makefml" command (CUI) in the same way as fml4.
% su fml % makefml newml elena ... snip ...
In the case of non default domain (virtual domain), run "makefml newdomain" command before run "makefml newml".
% su root # makefml newdomain fml.org /var/spool/virtual/fml.org # exit % su fml % makefml newml elena ... snip ...
"makefml newml" processes the following steps.
create files such as
config.cf include include-ctlat /var/spool/ml/elena. The domain name et.al. in these files is replaced to proper value.
add elena ML entry into /var/spool/ml/etc/mail/aliases. run postalias to rebuild /var/spool/ml/etc/mail/aliases.db.
create ~fml/.qmail-* files for qmail.
update procmailrc as a sample.
prepare the directory
~fml/public_html/fml/mlarchive/$domain/$ml/for html archive. For example, for elena@fml.org
~fml/public_html/fml/mlarchive/fml.org/elena/is creatd. HTML archive of ML articles is created by default.
prepare CGI (GUI). set up
~fml/public_html/cgi-bin/fml/$domain/admin/config.cgifor the master cgi, instead cgi to control one ML $ml@$domain is set up at
~fml/public_html/cgi-bin/fml/$domain/ml-admin/$ml/config.cgi
Prev | Home | Next |
MTA configuration (qmail) | Up | run "makefml newml" to create an ML (in the case of non default domain) |
author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about FML, e-mail <fml-bugs@fml.org>.