Commit Graph

8 Commits

Author SHA1 Message Date
Dirk Meyer
3b9c035d7d - rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
2004-12-17 04:38:34 +00:00
Dirk Meyer
72ef392689 - register depedency for SENDMAIL_WITH_SHARED_MILTER 2004-12-16 21:07:39 +00:00
Dirk Meyer
2a686b1c21 - Fix threading for FreeBSD 5.2.1 2004-12-16 20:57:39 +00:00
Dirk Meyer
26825492c3 - Fix build on alpha4 2004-11-27 06:02:53 +00:00
Kris Kennaway
d608ca20c4 s/BROKEN/IGNORE/ because the package builds but is unusable.
# XXX Is it really still unusable?
2004-08-17 10:36:32 +00:00
Dirk Meyer
3bc36ee9df - new option SENDMAIL_PORT 2004-07-19 04:45:33 +00:00
Dirk Meyer
55623f62a7 - update distifo
distfiles was rerolled at Apr 29
list of extensions extended
example configuration files added
2004-06-15 03:11:57 +00:00
Dirk Meyer
1d6794a971 Spamilter is a Sendmail milter written entierly in C, and therefore
is faster and less cpu intensive than other interperative based solutions.

It blocks spam using the following methods;

    * Configurable Realtime DNS Blacklists
    * Sender Address verification
    * Configurable Black and White lists
    * Invalid MTA hostname verfication
    * Basic Virus/Worm file attachment rejection for files ending
      in .pif, .scr, etc.. via MsExtChk filter
    * SPF via libspf

Also;

    * Realtime firewall blocking of MTA hosts with invalid host names via
      MtaHostIpfw filter
    * Realtime rate limited connection blocking via firewall rule injection

All actions are logged via syslog with both the sender and the recipient.
From this, report generation and notification to recipients showing
 activity becomes extremely simple.

WWW: http://www.wanlink.com/spamilter/index.php
2004-06-11 05:54:37 +00:00