diff options
Diffstat (limited to 'fml/etc/config.cf.en')
| -rw-r--r-- | fml/etc/config.cf.en | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/fml/etc/config.cf.en b/fml/etc/config.cf.en new file mode 100644 index 00000000..d12d6be9 --- /dev/null +++ b/fml/etc/config.cf.en @@ -0,0 +1,35 @@ +# +# $FML$ +# +# THE CHARSET OF THIS FILE IS US-ASCII. +# +# Usage: +# $ml_name and $ml_domain are determined by $0. +# +# Add and modify variables before =cut. +# See default_config.cf for variable list. +# + +# domain name +# ml_domain = __ml_domain__ +# +# ml name +# ml_name = __ml_name__ + +# maintainer +maintainer = $ml_name-admin@$ml_domain + +# address for post +address_for_post = $ml_name@$ml_domain + +# address for command mail +address_for_command = $ml_name-ctl@$ml_domain + + +=cut + +# +# write hook (perl script) after here. +# Example: +# $distribute_run_start_hook = q{ ... }; +# |
