summaryrefslogtreecommitdiff
path: root/mail/milter-greylist/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-01-13Simplify code to select BDB version. "db1" gets excluded on Solaris 11tron1-6/+1
automatically anyway. This finally fixes PR pkg/47420 by Richard Palo.
2013-01-12Attempt to fix build problems under Solaris (11 at least) if the "drac"tron1-1/+13
option is used. Problem reported by Richard Palo in PR pkg/47420.
2009-09-22Always add "VARBASE" to "BUILDDEFS" as we use it unconditionally now.tron1-2/+1
2009-09-22Fix user destination directory build if the database directorytron1-1/+3
doesn't exist yet. Based on a patch supplied by Petar Bogdanovi in private e-mail.
2009-03-16Update "milter-greylist" package to version 4.2rc1.tron1-4/+36
Changes since version 4.0.1: - SpamAssassassin support - Native LDAP support via OpenLDAP (off by default in pkgsrc) - DKIM support (not supported in pkgsrc) - P0f support - A lot of bug fixes pkgsrc related changes: - Optional "curl" support for external URL checking
2009-03-08Add two new options "postfix-milter" and "sendmail-milter". One of thetron1-2/+32
two must be used to determine whether this package is built for use with Sendmail (the default) or Postfix. Use an appropriate user (either "smmsp" or "postfix") in the two cases. This avoid permission problems between Postfix and milter-greylist. Bump package revision because of these changes.
2008-10-27Use "libspf2" if SPF support is enabled (the default) because "libspf_alt"tron1-4/+6
is unmaintained and leaks memory. Bump package revision because of this change. Problem pointed out by Fredrik Pettai in private e-mail.
2007-12-14"--disable-dnsrbl" doesn't work according to S.P.Zeilder. Not specifyingtron1-4/+2
any "dnsrbl" related option unless we want to enable it seems to do the job.
2007-07-03Add common handling for libresolv similiar to dlopen(3) wrapping.joerg1-2/+2
For now, DragonFly and FreeBSD use the libc version, it is not reentrant, but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base (the BIND9 resolver), all other fall back to net/bind9. Feel free to add your favorite platform if it has a thread-safe resolver in base. Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and net/nocol accordingly. Testing on !DragonFly and feedback from tron@
2006-11-09Fix typo.ghen1-2/+2
2006-10-12Update "milter-greylist" package to version 3.0rc4.tron1-0/+36
Changes since version 2.1.2: - DNSRBL support in ACL - Per-ACL greylisting and autowhitelisting delays - ACL blacklist feature - Add support to use Sendmail macros in the ACL - Allow rejecting by tempfail on blacklist configuration - per-ACL SMTP error code and messages - Multi-line statement in the config file - Report matching ACL line number in the logs - Lists for from, rcpt, domain, netblocks and DNSRBL - Make log output consistent (Fredrik Pettai) - Tell local connexions are non IP instead of non IPv4 (Attila Bruncsak) - Faster ACL code - Option to log expired entries (Jeff Rife) - Cosmetic changes in debug logs (Fredrik Pettai) - A lot of bug and build fixes This fixes PR pkg/34793 by Eric Schnoebelen.