diff options
| author | fukachan <fukachan> | 2002-02-24 08:18:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-02-24 08:18:24 +0000 |
| commit | c5789d314bfb336ba4f3d9335989c52509d652d4 (patch) | |
| tree | 4f3b67a820db0099cbc77c8ef29ae8ed6fd35db7 /fml | |
| parent | 2c3aee7f43b1048018d76034748d39bf31a5e49f (diff) | |
| download | fml8-c5789d314bfb336ba4f3d9335989c52509d652d4.tar.gz fml8-c5789d314bfb336ba4f3d9335989c52509d652d4.tar.bz2 fml8-c5789d314bfb336ba4f3d9335989c52509d652d4.zip | |
define syscon_dir, mailconf_dir and mail_aliases_file
$sysconf_dir = $ml_home_prefix/etc
$mailconf_dir = $sysconf_dir/mail
$mail_aliases_file = $mailconf_dir/aliases
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 20 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/directory.cf | 12 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/file.cf | 7 | ||||
| -rw-r--r-- | fml/etc/src/list.cf | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index b1e18c6f..a7e28612 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -47,6 +47,18 @@ default_directory_mode = 0755 # Examples: /var/spool/ml/elena # ml_home_dir = +# Descriptions: fml からシステムに教えるデータを置くためのディレクトリ +# History: fml 4.0 ではきめうち +# Value: directory +# Examples: /var/spool/ml/etc +sysconf_dir = $ml_home_prefix/etc + +# Descriptions: MTA 用に教えるための設定ファイルを置くディレクトリ +# History: fml 4.0 ではきめうち +# Value: directory +# Examples: /var/spool/ml/etc/mail +mailconf_dir = $sysconf_dir/mail + # Descriptions: ML 間でシェアするデータベースをおくホームディレクトリ # History: fml 4.0 に該当するものはない # Value: directory @@ -93,6 +105,14 @@ message_template_dir = $fml_share_dir/template/$template_file_charset # Examples: /usr/local/share/fml/$fml_version/message/$language message_message_dir = $fml_share_dir/message/$template_file_charset +=head1 ファイル + +# Descriptions: MTA に教えるための aliases ファイル +# History: fml 4.0 ではきめうち +# Value: file path +# Examples: /var/spool/ml/etc/mail/aliases +mail_aliases_file = $mailconf_dir/aliases + =head1 アクセス制御ルール # Descriptions: 投稿への制限 diff --git a/fml/etc/src/config.cf.ja/directory.cf b/fml/etc/src/config.cf.ja/directory.cf index 72cfece8..fe80003d 100644 --- a/fml/etc/src/config.cf.ja/directory.cf +++ b/fml/etc/src/config.cf.ja/directory.cf @@ -17,6 +17,18 @@ # Examples: /var/spool/ml/elena # ml_home_dir = +# Descriptions: fml からシステムに教えるデータを置くためのディレクトリ +# History: fml 4.0 ではきめうち +# Value: directory +# Examples: /var/spool/ml/etc +sysconf_dir = $ml_home_prefix/etc + +# Descriptions: MTA 用に教えるための設定ファイルを置くディレクトリ +# History: fml 4.0 ではきめうち +# Value: directory +# Examples: /var/spool/ml/etc/mail +mailconf_dir = $sysconf_dir/mail + # Descriptions: ML 間でシェアするデータベースをおくホームディレクトリ # History: fml 4.0 に該当するものはない # Value: directory diff --git a/fml/etc/src/config.cf.ja/file.cf b/fml/etc/src/config.cf.ja/file.cf new file mode 100644 index 00000000..0a30fbf0 --- /dev/null +++ b/fml/etc/src/config.cf.ja/file.cf @@ -0,0 +1,7 @@ +=head1 ファイル + +# Descriptions: MTA に教えるための aliases ファイル +# History: fml 4.0 ではきめうち +# Value: file path +# Examples: /var/spool/ml/etc/mail/aliases +mail_aliases_file = $mailconf_dir/aliases diff --git a/fml/etc/src/list.cf b/fml/etc/src/list.cf index 047e5edb..9eecac30 100644 --- a/fml/etc/src/list.cf +++ b/fml/etc/src/list.cf @@ -1,5 +1,6 @@ basic.cf directory.cf +file.cf acl.cf delivery.cf messages.cf |
