Case Study: Anyonen Can Use Command Mail.

$command_mail_restrictions defines who can use command mail. By default user registerd as a poster can use command mail. To enable that anyone can use command mail, set

command_mail_restrictions = permit_anyone

Recipes

1. Anyone can use command mail.
2. Anyone except system accounts can use command mail.
3. nobody use command mail.

1. Anyone can use command mail.

command_mail_restrictions = permit_anyone

2. Anyone except system accounts can use command mail.

command_mail_restrictions = reject_system_accounts
                            permit_anyone

3. nobody use command mail.

command_mail_restrictions = reject

There are other methods to disable command mail. See the Section called Case Study: Disable Command Mail for more details.

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