# $Header: /afs/sipb/service/rtfm-new/src/mail-server/RCS/mservconfig.pl,v 1.13 1998/04/26 16:01:35 mhpower Exp arolfe $

$mservroot = "/rtfm/mserv";
$sendscriptdir = "$mservroot/sendscripts";
$queuedir = "$mservroot/queue";
$lockfile = 'queue.lock';
$archiver = 'mail-server';
$tempfile = "/tmp/server$$";
$administrator = 'owner-mail-server';
# Use "-odq" to tell sendmail to queue messages for delivery the next
# time the queue is run, if your machine is very heavily loaded and
# you therefore don't want queue-run.pl forking off lots of mailers.
# Otherwise, use "-odi" to tell sendmail to try to deliver messages
# immediately, and set $runnable_mailers to the maximum number of
# mailers you want it to be running at the same time.
# Note that if you use "-odq", the setting of $runnable_mailers is
# mostly irrelevant.
$bounce_adr = "mail-server-bounces";
$mailer = "/usr/lib/sendmail -oi -t -odq -f$bounce_adr";
$runnable_mailers = 10;
$helpfile = "$mservroot/Help";
$help_message = undef;
$maxsize = 50000;
$server_host = "rtfm.mit.edu";
$address = "$archiver@$server_host";
$admin_address = "$administrator@$server_host";
$logservice = 'local3';
$vote_log = "/rtfm/mserv/logs/vote.log";
$vote_config = "$mservroot/vote.config";
$stat_file = "$mservroot/logs/stat.log";
$bounce_log = "/rtfm/mserv/logs/bounce.log";
$bounce_last = "/rtfm/mserv/logs/bounce.last";
# If set, then queue-run won't run the queue if the load (as reported
# by "uptime") is higher than the specified value.
$max_load = 15;

$valid_addresses = undef;
$invalid_address_file = undef;

$max_daily_requests = 25;
$request_db = undef;
$default_request_db = "$queuedir/request_db";
$max_errors = 20;
$max_requests = 20;

$precedence_junk = 1;

$archive_root = "/rtfm/ftp/pub";

1;
