Chapter 4. Unix 上での fml のインストール

Table of Contents
インストールの準備
configure を実行する
補足: 各ディレクトリの役割
fml のインストール: make install
main.cf を編集する
site_default_config.cf を編集する (オプション)
フィルタをどうするか?
バーチャルドメインの場合
メールサーバの設定 (Postfix)
メールサーバの設定 (qmail)
レシピ’s

インストールの準備

configure を実行する(後述)前に、 ユーザ fml とグループ fml を作ってください。

例

% su root
# groupadd fml
# useradd -g fml -m fml

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

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>.