aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xf-spf
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featurebdrewery2013-03-161-6/+2
| | | | | | | | | | | | 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
* - remove MD5ohauer2011-07-031-1/+0
|
* - Bump PORTREVISION due to libspf2 updatemnag2008-10-291-1/+2
| | | | - Change lib dependency
* - Change my mail address to lippe@.lippe2008-03-101-1/+1
| | | | Approved by: araujo (mentor)
* - Update maintainer mail adressmiwi2007-12-191-1/+1
| | | | | PR: 118787 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
* When an SMTP session starts, xf-spf is expected to be forked fromaraujo2007-10-224-0/+88
qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this processes gets all enviroment variables which were available for the parent process (qmail-smtpd). PR: ports/116332 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Approved by: stas (mentor)