2 How to configure postfix
Assume you have already made, installed and run postfix. So you can
send and receive mails via postfix now. If not, please see postfix
manual and configure before running fml.
2.1 How to configure /etc/postfix/main.cf
Consider /etc/postfix/main.cf. Postfix does not permit :include: form
in /etc/aliaes. You need the following line e.g.
allow_mail_to_commands = alias,forward,include
in main.cf
Also you need set up account for your ML. For exmaple
default_privs = fml
This is not a must but may be better?