framemain.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • framemain.html
  • View
  • Commits
  • Open Download .zip Download (773 B)
<html>
<body>
<h2>Configuring Slowmilt</h2>
The <b>slowmilt</b> milter's Makefile installs a pattern for
the milter's configuration file.
It is called <b>slow.conf.pat</b>.
<p>
This pattern file should be copied or moved to the name
<b>slow.conf</b> and edited, before <b>slowmilt</b> is run for the first time.
<p><code><pre><menu>
% cp slow.conf.pat slow.conf
% vi slow.conf
</menu></pre></code>
If this is an upgrade rather than a new install, you should use
<i>diff</i> to compare the existing <b>slow.conf</b> to the new
<b>slow.conf.pat</b>, and edit the existing <b>slow.conf</b>
in place.
<p><code><pre><menu>
% diff -c slow.conf.pat slow.conf | lpr
% vi slow.conf
</menu></pre></code>
The items to the left are the individual configuration items.
</body>
</html>	
# Change User Description Committed
#1 3998 bryan_costales Brought the whole distribution up to V0.9
Added a huge abount of documentation.
Added slowedit find
Created startup scripts to launch for testing
Fixed numerous bugs.
Fixed a few portablity issues.
Installed hooks for whitelisting and IP aliases.