summaryrefslogtreecommitdiff
path: root/fml/etc/config.cf.en
blob: 694f788e348fce0e466b42109df26631b1545295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# $FML: config.cf.en,v 1.1 2003/07/26 14:23:48 fukachan Exp $
#
# 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
article_post_address = $ml_name@$ml_domain

# address for command mail
command_mail_address = $ml_name-ctl@$ml_domain


=cut

#
# write hook (perl script) after here.
# Example:
#	$distribute_run_start_hook = q{ ... };
#