Create ML on UNIX
run "makefml newml" to create an ML
To create an ML, use "makefml" command (CUI).
% su fml
% makefml newml elena
"makefml newml" processes the following steps.
create files such as
config.cf
include
include-ctl
at /var/spool/ml/elena.
The domai 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.
create samples for each MTA.
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.cgi
for 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
§.setup.postfix;
§.setup.qmail;
§.setup.config.cf;