Mail-Toaster
view release on metacpan or search on metacpan
doc/toaster.conf.html view on Meta::CPAN
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mail::Toaster toaster.conf</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@tenten-slave.macports.org" />
</head>
<body style="background-color: white">
<ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a>
<ul>
<li><a href="#SITE-SETTINGS">SITE SETTINGS</a></li>
</ul>
</li>
<li><a href="#AUTHOR">AUTHOR</a></li>
<li><a href="#SEE-ALSO">SEE ALSO</a></li>
<li><a href="#COPYRIGHT">COPYRIGHT</a></li>
</ul>
<h1 id="NAME">NAME</h1>
<p>toaster.conf - Configuration file for Mail::Toaster</p>
<h1 id="SYNOPSIS">SYNOPSIS</h1>
<p>man pages for options in toaster.conf</p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p>toaster.conf - This document provides details on what all them nifty settings do.</p>
<p>A current copy of toaster.conf is posted on the Mail::Toaster web site at http://mail-toaster.org/etc/toaster.conf</p>
<h2 id="SITE-SETTINGS">SITE SETTINGS</h2>
<pre><code> #######################################
# Mail::Toaster::Logs #
#######################################</code></pre>
<p>This section lets you configure the logging behavior on your toaster. This section is used primarily by the maillogs script. Note that there are also settings which affect logs in toaster-watcher.conf</p>
<pre><code> logs_base = /var/log/mail</code></pre>
<p>If you store your logs somewhere else, change this. (Some people prefer /var/log/qmail, following "Life with Qmail")</p>
<pre><code> logs_supervise = /var/qmail/supervise</code></pre>
<p>The location of your supervise directory. The supervise directory contains control files for all supervised services available on your machine, even if they aren't running.</p>
<p>THE DIFFERENCE BETWEEN SUPERVISE AND SERVICE DIRS</p>
<p>The supervise directory is where all the control files are created and where they'll live forever and ever, even if they aren't used. The supervise directory can be the same as the service directory, but it shouldn't be. Per Dan & ...
<p>In the service directory you create symlinks to the supervised directories you want running.</p>
( run in 2.788 seconds using v1.01-cache-2.11-cpan-f889d44b568 )