カスタム検索
|
Tweet |
|
|
fmlのインストール
Modified: 10 February 2006
CentOS4.2での実験です。
fmlのダウンロードからインストール (10 February 2006)
fmlのダウンロード
以下の本家のサイトからダウンロードできます。
「ダウンロード」をクリックし、「Stable」(動作安定版)をダウンロードします。私は、2006年2月10日に、"fml-4.0.3.tar.gz"をダウンロードしました。
管理ユーザの作成
fmlというグループを作り、fmlという名前のユーザを作ります。
# useradd fml
管理ディレクトリの作成
以下のように、2つの管理ディレクトリを作成します。
# mkdir /usr/local/fml
# chown fml.fml /usr/local/fml
#
# mkdir /var/spool/ml
# chown fml.fml /var/spool/ml
#
解凍する
fmlのホームディレクトリ("/home/fml")に移動し、ダウンロードしたファイルを、ここに移動します。
上記の場所出ない場合、インストールでエラーになりますの、必ずにここに移動してください。
# cd /home/fml
# su - fml
$ tar zxvf fml-4.0.3.tar.gz
:
$ cd fml-4.0.3
解凍しインストール
$ perl makefml install unshift(@INC, /home/fml/fml/fml-4.0.3/src) ---NOT USING configuration file (for the first time) THIS HOST (rh73-93-postfix.tomo.ac) IS [i686-pc-linux-gnu] ---Please Define Your Fml System Configurations Personal Use or ML-Admin-Group-Shared or fmlserv you use? Personal, Group, Fmlserv (personal/group/fmlserv) [personal] <Enter> DOMAIN NAME [tomo.ac] <Enter> FQDN [tomo.ac] <Enter> EXEC FILES DIRECTORY [/usr/local/fml] <Enter> TOP LEVEL ML DIRECTORY [/var/spool/ml] <Enter> Language (Japanese or English) [English] Japanese<Enter> TimeZone (TZ: e.g. +0900, -0300) [+0900] <Enter> --- summary --- DOMAIN: tomo.ac FQDN: rh73-93-postfix.tomo.ac EXEC_DIR: /usr/local/fml ML_DIR: /var/spool/ml Language: English TimeZone: +0900 The current configuration is saved in /usr/local/fml/.fml/system ---Install the Fml system to /usr/local/fml. (y/n) [n] y <Enter> Installing fml system to /usr/local/fml Fixing Path: src ............................................................... ............. libexec ..... sbin . cf . bin .................... www/cgi-bin ... ...... www/lib ... sys ......... module .. Done. Generate nroff manuals: Installing bin ... Installing sbin . Installing libexec . Installing cf . Installing etc .... Installing sys .. Installing src ....... Installing drafts .. Installing messages ..... Installing www ...... Installing module ............ Installing databases ... Installing doc ................................................................. ................... Done. Setup CGI examples ........ CGI configuration is saved in /usr/local/fml/.fml/cgi.conf -- Enjoy Internetworking! $
Postfixの設定変更
"/etc/postfix/mail.cf"の最後に、以下を追加します。
:allow_mail_to_commands = alias,forward,include設定を有効にするために、再起動します。
# postfix reload postfix/postfix-script: refreshing the Postfix mail system #