honeyfile.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • honeyfile.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<b>NAME</b><br>
HoneyFile - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
HoneyFile = /path/file
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The HoneyFile slow.conf configuration item defines
the path and file name for the file containing the list
of honeypot recipients.
<p>
If this HoneyFile item is declared (given a /path/file definition),
the Milter will read that /path/file's contents
into memory and use that list to check for
matches to SMTP RCPT TO: recipients.
If any inbound recipeint is found in the list of honeypot
recipients,
the <b>hon</b> event (as described in the
<a href="../slowedit/events.html">standard event set</a>) is set.
Also, the count of honeypot recipients for the message is incremented
in the <b>ho=</b> event (as described in the
<a href="../slowedit/events.html">standard event set</a>).
<p>
If this HoneyFile item is omitted (undefined), no check is made for
honey-pot recipients.
<p>
You will be shown how to set up a honeypot file when you go to the
next step.
<p>
</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.