Configuring Slowmilt

The slowmilt milter's Makefile installs a pattern for the milter's configuration file. It is called slow.conf.pat.

This pattern file should be copied or moved to the name slow.conf and edited, before slowmilt is run for the first time.


% cp slow.conf.pat slow.conf
% vi slow.conf
If this is an upgrade rather than a new install, you should use diff to compare the existing slow.conf to the new slow.conf.pat, and edit the existing slow.conf in place.


% diff -c slow.conf.pat slow.conf | lpr
% vi slow.conf
The items to the left are the individual configuration items.