summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.ja/directory.cf
AgeCommit message (Collapse)Author
2004-11-20new systematic value definitionsfukachan
2004-05-22rename variable: $error_* -> $error_mail_*fukachan
error_analyzer_day_limit->error_mail_analyzer_day_limit error_analyzer_cache_dir->error_mail_analyzer_cache_dir error_analyzer_cache_type->error_mail_analyzer_cache_type error_analyzer_cache_mode->error_mail_analyzer_cache_mode error_analyzer_cache_size->error_mail_analyzer_cache_size error_analyzer_function_select_list->error_mail_analyzer_function_select_list error_analyzer_function->error_mail_analyzer_function error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
2004-04-27define $etc_dir and fixed to use it.fukachan
newml command creates $etc_dir.
2003-12-29*_private_dirs -> *_private_directoriesfukachan
2003-10-18default_file_mode -> file_default_modefukachan
default_directory_mode -> directory_default_mode move definitions from basic.cf to file.cf.
2003-10-17add $domain_local_*fukachan
2003-07-19defined $udb_base_dirfukachan
2002-11-20mkdir $error_analyzer_cache_dir in initialization phasefukachan
2002-10-29handle both public and private directories in initialization phase.fukachan
create variables: $newml_command_init_public_dirs $newml_command_init_private_dirs changed newml codes to use them.
2002-08-14define $ml_local_* for ml specific customizefukachan
+ ml_local_dir = $ml_home_dir/local + ml_local_lib_dir = $ml_local_dir/lib + ml_local_share_dir = $ml_local_dir/share + ml_local_message_template_dir = $ml_local_share_dir/message change definition for $message_template_dir: $fml_share_dir/message/$template_file_charset -> $fml_share_dir/message where handling of $charset is done within FML::Process::Kernel functions.
2002-08-07$scheduler_queue_dir = $var_dir/scheduler/queuefukachan
-> $event_queue_dir = $var_dir/event/queue
2002-08-03define $scheduler_queue_dirfukachan
2002-07-28rename: init_config_dir_list -> newml_command_init_dirsfukachan
added $shared_db_dir $var_dir $db_dir $lock_dir $tmp_dir $spool_dir
2002-07-12enable newml/rmml updates procmailrc templatesfukachan
2002-06-01major variable naming overhaulfukachan
relocating variable definitions in etc/src/ aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir rename: $recipient_limit -> $smtp_recipient_limit $incoming_mail_dir -> $incoming_mail_cache_dir $outgoing_mail_dir -> $outgoing_mail_cache_dir $qmail_control_virtualdomains_file -> $qmail_virtualdomains_file s/header_filter/article_header_filter/ s/header_rewrite/article_header_rewrite/ s/body_filter/article_body_filter/ s/subject_tag/article_subject_tag/ verify_XXX_* -> check_XXX newly defined: $use_digest_header_rewrite removed: $smtp_log_dir $smtp_log_file
2002-05-28$init_config_dir_list is mandatory directoriesfukachan
2002-05-28clarify prefixes in caution.fukachan
define or rename sysconf_dir et.al. to $domain_XXX_config_dir
2002-05-27add cautionfukachan
define terms on "mail" and "message" change: _message_ -> _mail_ define $postfix_virtual_map_file add $admin_member_maps to $member_maps change attribute names: o permit_members_only -> permit_member_maps o check_command -> check_admin_member_password
2002-05-21defined ${incoming,outgoing}_message_dirfukachan
2002-05-21renamed to var/mail/{incoming,outgoing,queue}/ syntaxfukachan
2002-05-17comment on LOG_MAIL_DIRfukachan
2002-05-17save incoming message at $ml_home_dir/var/mincoming/fukachan
2002-04-11template/ -> message/fukachan
2002-03-31remove $message_message_dirfukachan
change $message_template_dir change $html_archive_dir add $listinfo_dir
2002-02-24define syscon_dir, mailconf_dir and mail_aliases_filefukachan
$sysconf_dir = $ml_home_prefix/etc $mailconf_dir = $sysconf_dir/mail $mail_aliases_file = $mailconf_dir/aliases
2001-12-18add comment on $fml_owner_home_dirfukachan
change default value of $html_archive_dir
2001-12-09Initial revisionfukachan