Modify delivery process ( libexec/distribute ) to send back /etc/fml/help file. For example, when a user can send anything to help@fml.org, fml sends back help file to the sender.
In this case, set at config.cf
post_restrictions = permit_anyoneand define the following hook after =cut line.
$distribute_run_start_hook = q{ $curproc->reply_message( { type => "text/plain; charset=iso-2022-jp", path => "/etc/fml/help", filename => "help", disposition => "help example", }); $curproc->refuse_further_processing(); };
Prev | Home | Next |
Case study: remote administrator password files | Up | case study: anyonen can use command mail. |
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>.