aboutsummaryrefslogtreecommitdiff
path: root/mail/softfail
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featureBryan Drewery2013-03-151-6/+3
| | | | | | | | | | | | | | | bapt contributed to the qmail.mk as well - Trim headers USES= qmail:run will add qmail into RUN_DEPENDS USES= qmail:build will add qmail into BUILD_DEPENDS USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS USES= qmail:vars will set QMAIL_PREFIX With hat: portmgr Notes: svn path=/head/; revision=314324
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Update to 2.0Dennis Herrmann2009-05-123-6/+8
| | | | | | | | | PR: ports/134493 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=233791
* - Update to 1.20.Marcelo Araujo2007-08-262-8/+8
| | | | | | | | | | | - Allow port to install with qmail-ldap slaveport. PR: ports/115794 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer) Approved by: stas (mentor) Notes: svn path=/head/; revision=198328
* - Fix port to docs go into post-install target.Jean Milanez Melo2007-06-151-2/+1
| | | | | | | Reported by: kris, pav Notes: svn path=/head/; revision=193581
* - Update to 1.18Jean Milanez Melo2007-06-012-23/+29
| | | | | | | | PR: ports/113221 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Notes: svn path=/head/; revision=192529
* - Fix DOCS install.Jean Milanez Melo2007-02-091-6/+2
| | | | | | | | | | PR: ports/108993 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer) Reviewed by: jmelo Reported by: krismail Notes: svn path=/head/; revision=184741
* - Fix to don't add crontab entry automatically. Now the user should type ↵Jean Milanez Melo2007-02-082-4/+13
| | | | | | | | | | 'make crontab-entry' to do it. PR: ports/108931 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=184582
* Softfail is an enhaced greylisting system to be used on qmail MTA patchedMartin Wilke2007-02-065-0/+157
with SMTPEXTFORK feature. It is an independent program, which is forked from qmail-smtpd. It allows manual whitelisting and blacklisting as well as automatic black and whitelisting. Automatic whitelisting is done by the usual greylisting method while automatic blacklisting is done when the remote SMTP server breaks some aspects of RFC rules and insists on redelivery very early. All aspects of softfail's behavior can be configured. There are maintainance scripts to be ran from crontab, which removes expired entries and generates reports. WWW: http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/ PR: ports/108846 Submitted by: Patrick Tracanelli <eksffa at freebsdbrasil.com.br> Notes: svn path=/head/; revision=184439