aboutsummaryrefslogtreecommitdiffstats
path: root/mail/greylite
Commit message (Collapse)AuthorAgeFilesLines
* - Fix a typomiwi2008-02-022-7/+9
| | | | | | | - Update pkg-descr (forgot in the previous commit) PR: 120206 Submitted by: Mij <mij@bitchx.it> (maintainer)
* - Update to 2.2miwi2008-02-012-21/+21
| | | | | PR: 120037 Submitted by: Mij <mij@bitchx.it> (maintainer)
* - Update to 2.0beech2008-01-193-20/+38
| | | | | | | | | | | | | | Changes: - greylite can now work as a generic SMTP proxy - command errors in client behaviour analysis - completely new command session control, now able to extract   envelope information out of any SMTP command session even with unrecognized/custom commands. SMTP AUTH still passes transparently automatically PR: ports/119736 Submitted by: Mij <mij@bitchx.it> (maintainer) Approved by: linimon (mentor)
* Greylite is an implementation of a modified greylisting technology for fightingmiwi2007-12-194-0/+62
SPAM on mailservers running qmail. Greylite does not require patching qmail, it is self-contained because it uses sqlite, it uses a technology that minimizes delivery delays and enables suspect senders to be multiply rejected and never whitelisted. Greylite is easy to setup and maintain, and it is small and fast. WWW: http://mij.oltrelinux.com/net/greylite/ PR: ports/118233 Submitted by: Mij <mij at bitchx.it>