[PREVIOUS CHAPTER] [NEXT CHAPTER]
2 fml を動かすために必要な設定?

当然の大前提として、すでにpostfixのインストールが終って、メールを出す、
受け取ることができているとします。

2.1	変更するべき設定

デフォルトでは :include: が使えないので /etc/postfix/main.cf を次のよ
うに変更して下さい。これで :include: 命令が有効になります。

	allow_mail_to_commands = alias,forward,include

main.cf を変更後、 postfix reload を忘れずに!

この postfix 特有の設定以外は sendmail と同じと思って構わないとおもい
ます。


[PREVIOUS CHAPTER] [NEXT CHAPTER]
Copyright (C) 1993-2000 Ken'ichi Fukamachi
All rights of this page is reserved.

# This Document(html format) is automatically geneareted by fwix.pl. 
# fwix (Formatter of WIX Language) is fml document formatter system
# designed to generate plaintext, html, texinfo and nroff from one file.