summaryrefslogtreecommitdiff
path: root/mail/gld
AgeCommit message (Collapse)AuthorFilesLines
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-24Cannot use mysql and pgsql options together, use one of them.xtraeme1-1/+5
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-21Update to 1.5.2xtraeme2-6/+6
o Fixed a bug in MXGREY algorithm
2005-04-14Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.xtraeme3-9/+24
Some changes were done: enabling the LOOPBACK option by default, fix some snprintf() calls, etc. While I'm here convert this pkg to use bsd.options.mk, now that it supports MySQL and PostgreSQL (MySQL by default as before).
2005-04-13Point to the correct sql script.salo1-6/+5
XXX: this should be reworked when pgsql support is added Style.
2005-04-13Add rcsid.salo2-2/+4
2005-04-13Install all the correct files..salo2-8/+7
2005-04-13Fix installation of sql scripts.salo3-6/+8
This package needs more work.. (e.g., pgsql support)
2005-04-13Put the correct content into patch-ab.. *sigh*salo2-16/+51
2005-04-13Remove PKGREVISION.salo1-2/+1
2005-04-13Split patch-ab to one patch per file.salo6-290/+267
2005-04-13Update to 1.5 to fix security vulnerability issues.christos4-12/+319
- Add more patches to totally eliminate strcpy(); this code is horrible.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-19This needs mysqld in REQUIRE as well.xtraeme1-2/+2
2005-01-19Add another changeable option via rc.conf "gld_waitmysql_seconds",xtraeme1-1/+12
with a default value of "5" seconds to wait for mysql. This is necessary because the gld process needs mysqld available when it's loaded, and sometimes when booting mysqld, it needs more than 2 seconds to be available.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-11-29Don't overwrite $pidfile if the command is "status" or "stop".xtraeme1-2/+2
2004-11-29Fix typo, it's BEFORE mail not postfix.xtraeme1-2/+2
2004-11-25Add permit_mynetworks to smtpd_recipient_restrictions.xtraeme1-2/+3
2004-11-25The gld.conf file contains important data, use CONF_FILES_PERMS 0740xtraeme1-2/+3
${BINWON}:${GLD_GROUP}.
2004-11-25English language tweaks, from Gendalia@.xtraeme1-2/+2
2004-11-25Initial import of gld-1.4 into the NetBSD packages collection.xtraeme7-0/+141
Gld is a standalone greylisting server for Postfix SMTP, it listens on a TCP port and use MySQL for storing data. The server supports whitelists based on sender,sender_domain and client_ip, it supports also light greylisting and DNS white lists.