aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter
Commit message (Collapse)AuthorAgeFilesLines
* Utilize PORTDOCSMarkus Brueffer2007-02-051-7/+2
| | | | | | | Approved by: dinoex (maintainer) Notes: svn path=/head/; revision=184264
* - use milter frameworkDirk Meyer2007-01-131-19/+3
| | | | Notes: svn path=/head/; revision=182276
* - fix build on RELENG_6Dirk Meyer2006-07-191-1/+1
| | | | | | | Submitted by: ume (Hajimu UMEMOTO) Notes: svn path=/head/; revision=168206
* - fix build on FreeBSD 700014Dirk Meyer2006-05-151-2/+1
| | | | | | | Submitted by: Hajimu UMEMOTO Notes: svn path=/head/; revision=162450
* - mark BROKEN on FreeBSD 7.xDirk Meyer2006-04-301-1/+1
| | | | Notes: svn path=/head/; revision=160937
* - fix build on 7-CURRENTDirk Meyer2006-03-311-0/+4
| | | | | | | Submitted by: Hajimu UMEMOTO Notes: svn path=/head/; revision=158456
* - fix missing/obsolete patchesDirk Meyer2005-12-172-73/+66
| | | | | | | - new options WITH_PAM SMTP_AFTER_POP3 Notes: svn path=/head/; revision=151366
* - update to 0.60Dirk Meyer2005-12-142-5/+4
| | | | Notes: svn path=/head/; revision=151168
* - add SHA checksumDirk Meyer2005-11-131-0/+2
| | | | Notes: svn path=/head/; revision=148088
* - make patchsite fixableDirk Meyer2005-11-081-1/+1
| | | | | | | Submitted by: Pav Lucistnik Notes: svn path=/head/; revision=147560
* - fix a violation of RFC2821Dirk Meyer2005-11-083-13/+18
| | | | | | | Reported by: Claus Assmann Notes: svn path=/head/; revision=147550
* - reset IGNORE for FreeBSD >= 5.4Dirk Meyer2005-07-271-0/+2
| | | | Notes: svn path=/head/; revision=140264
* - rename optionDirk Meyer2004-12-171-3/+3
| | | | | | | SENDMAIL_PORT -> SENDMAIL_MILTER_PORT Notes: svn path=/head/; revision=124245
* - register depedency for SENDMAIL_WITH_SHARED_MILTERDirk Meyer2004-12-161-0/+4
| | | | Notes: svn path=/head/; revision=124228
* - Fix threading for FreeBSD 5.2.1Dirk Meyer2004-12-161-2/+11
| | | | Notes: svn path=/head/; revision=124227
* - Fix build on alpha4Dirk Meyer2004-11-271-0/+11
| | | | Notes: svn path=/head/; revision=122570
* s/BROKEN/IGNORE/ because the package builds but is unusable.Kris Kennaway2004-08-171-1/+1
| | | | | | | # XXX Is it really still unusable? Notes: svn path=/head/; revision=116503
* - new option SENDMAIL_PORTDirk Meyer2004-07-191-1/+2
| | | | Notes: svn path=/head/; revision=113930
* - update distifoDirk Meyer2004-06-152-3/+8
| | | | | | | | | distfiles was rerolled at Apr 29 list of extensions extended example configuration files added Notes: svn path=/head/; revision=111511
* Spamilter is a Sendmail milter written entierly in C, and thereforeDirk Meyer2004-06-115-0/+199
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 Notes: svn path=/head/; revision=111253