[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

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.

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >