1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Mark Felder
e9316e97ba Import patch to fix IPv6 greylisting
This patch is floating in the bug system on SourceForge. Upstream
develoment is slow/nonexistent.

If you have IPv6 mail servers and run sqlgrey you may notice emails from
places like GMail sometimes get lost or take forever to get be received.
This is because GMail does not retry from the same server, and they have
a large pool of IPv6 capable MTAs. For IPv4 sqlgrey handles this by
whitelisting the entire /24, but similar logic for whitelisting a /64 in
sqlgrey doesn't work consistently. This fixes it.

PR:		ports/182440
Approved by:	crees (mentor), maintainer timeout
2013-12-06 16:59:37 +00:00
Martin Matuska
e24792fc91 Update SQLgrey to 1.8.0
Use UIDs/GIDs infractructure (new uid/gid 226)

PR:		ports/165103
Approved by:	maintainer
2012-02-14 10:47:37 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Wesley Shields
8496c75dcd Add corrections in RC script from Doug.
Submitted by:	dougb@
2011-06-03 21:35:32 +00:00
Wesley Shields
0b53bd6cd6 - Update to 1.8.0rc2.
- Rename RC script.

PR:		ports/157485
Submitted by:	Ryan Steinmetz (rpsfa@rit.edu)
Approved by:	chifeng <chifeng@gmail.com> (maintainer)
2011-06-03 11:25:11 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Alejandro Pulver
719379d7bb - Typo in Makefile (RUN_DEPENDS) prevent mail/sqlgrey from install with
pgsql support.
- Some cosmetic cleanup patch for fresh install.

PR:		ports/104881
Submitted by:	Olli Hauer <ohauer@gmx.de>
2006-11-06 19:46:25 +00:00
Doug Barton
79e3e4c234 Unbreak by removing manual attempt to install rc.d script,
and a few other fixes.

Pet portlint.
2006-01-26 08:30:23 +00:00
Mathieu Arnold
6156da4b83 Update to 1.6.7
give back to ports@ (ENOTIME)

PR:		89418
Submitted by:	den
2005-11-23 17:22:15 +00:00
Mathieu Arnold
9b565cbd93 Fix sqlgrey.conf's path in sqlgrey.sh [1]
fixup a few other things while I'm there
bump PORTREVISION

Poked by: flz [1]
2005-05-23 14:27:20 +00:00
Mathieu Arnold
e317d86f7f Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend. 2005-02-18 11:39:31 +00:00