Mail-Toaster
view release on metacpan or search on metacpan
doc/modules/Setup.html view on Meta::CPAN
</dd>
<dt id="ezmlm">ezmlm</dt>
<dd>
<p>Installs Ezmlm-idx. This also tweaks the port Makefile so that it will build against MySQL 4.0 libraries if you don't have MySQL 3 installed. It also copies the sample config files into place so that you have some default settings.</p>
<pre><code> $setup->ezmlm( );
required arguments:
conf
result:
1 - success
0 - failure</code></pre>
</dd>
<dt id="filtering">filtering</dt>
<dd>
<p>Installs SpamAssassin, ClamAV, simscan, QmailScanner, maildrop, procmail, and programs that support the aforementioned ones. See toaster-watcher.conf for options that allow you to customize which programs are installed and any options available.</...
<pre><code> $setup->filtering();</code></pre>
</dd>
<dt id="maillogs">maillogs</dt>
<dd>
<p>Installs the maillogs script, creates the logging directories (toaster_log_dir/), creates the qmail supervise dirs, installs maillogs as a log post-processor and then builds the corresponding service/log/run file to use with each post-processor.</...
<pre><code> $setup->maillogs();</code></pre>
</dd>
<dt id="startup_script">startup_script</dt>
<dd>
<p>Sets up the supervised mail services for Mail::Toaster</p>
<pre><code> $setup->startup_script( );</code></pre>
<p>If they don't already exist, this sub will create:</p>
<pre><code> daemontools service directory (default /var/service)
symlink to the services script</code></pre>
<p>The services script allows you to run "services stop" or "services start" on your system to control the supervised daemons (qmail-smtpd, qmail-pop3, qmail-send, qmail-submit). It affects the following files:</p>
<pre><code> $prefix/etc/rc.d/[svscan|services].sh
$prefix/sbin/services</code></pre>
</dd>
<dt id="test">test</dt>
<dd>
<p>Run a variety of tests to verify that your Mail::Toaster installation is working correctly.</p>
</dd>
</dl>
<h1 id="DEPENDENCIES">DEPENDENCIES</h1>
<pre><code> IO::Socket::SSL</code></pre>
<h1 id="AUTHOR">AUTHOR</h1>
<p>Matt Simerson - matt@tnpi.net</p>
<h1 id="SEE-ALSO">SEE ALSO</h1>
<p>The following are all perldoc pages:</p>
<pre><code> Mail::Toaster
Mail::Toaster::Conf
toaster.conf
toaster-watcher.conf
http://mail-toaster.org/</code></pre>
</body>
</html>
( run in 2.231 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )