ケーススタディ: 誰でもコマンドメールが使える

command_mail_restrictions はコマンドメールの利用を許すメンバーを定義してい ます。

command_mail_restrictions = permit_anyone
これで、MLのメンバーか否かを問わず誰でもコマンドメールが使えます。

こんな設定していいのか? いつ使うんだ?というのはありますが、理論上、設定は可能です。

レシピ’s

1. 誰でもコマンドメールが使える
2. システムアカウントを除き誰でもコマンドメールが使える
3. コマンドメールを誰も使えないようにする

1. 誰でもコマンドメールが使える

command_mail_restrictions = permit_anyone

2. システムアカウントを除き誰でもコマンドメールが使える

command_mail_restrictions = isolate_system_accounts
                            permit_anyone
注: 以前は reject_system_accounts でした。 fml8 2008/08/17 以降のバージョンでは isolate (SPAM の隔離)が推奨です。

3. コマンドメールを誰も使えないようにする

command_mail_restrictions = isolate
注: 以前は reject でした。 fml8 2008/08/17 以降のバージョンでは isolate (SPAM の隔離)が推奨です。

これ以外にも方法があります。くわしくは the Section called ケーススタディ: コマンドメールを誰も使えないようにする を参照して下さい。

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