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

Recipes

1. Specify administrator's mail address in alias file when "newml" command runs.
2. Not create a configuration file for a specific MTA not used.

1. Specify administrator's mail address in alias file when "newml" command runs.

CUI (makefml/fml) creats an alias in "newml".

${ml_name}-admin: ADDRESS
where ADDRESS is defined by $newml_command_ml_admin_default_address. By default, $newml_command_ml_admin_default_address == $fml_owner defined in /usr/local/etc/fml/main.cf file. To change the value, specify $newml_command_ml_admin_default_address in site_default_config.cf.
$newml_command_ml_admin_default_address = YOUR_ADDRESS
You can use $ml_name here.
$newml_command_ml_admin_default_address = $ml_name-owner@$ml_domain

2. Not create a configuration file for a specific MTA not used.

$newml_command_mta_config_list defines list of MTA. "makefml newml" command creates examples of the specified MTA's. Remove the specific MTA from the list to disable example creation.

For example, you do not need "qmail" configuration example

newml_command_mta_config_list -= qmail
fml8 does not generate ~/.qmail-* files.

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