summaryrefslogtreecommitdiff
path: root/mail/sqlgrey/files/patch-ipv6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)Kurt Jaeger2016-01-181-11/+0
| | | | | | | | PR: 205754 Submitted by: me@cschwarz.com Notes: svn path=/head/; revision=406608
* Revive from the dead. This port is too important to let slip through theMark Felder2014-09-031-0/+11
| | | | | | | | | | | | | | | | | cracks. - Support STAGE - Appease rclint and portlint - Remove pkg-install. We can do this in @unexec and rc script. - Set a default database option -- PGSQL will be default as recommended upstream. - Use new @sample capability - SHEBANGFIX Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=367233
* Remove non staged ports without pending PR from ma*Baptiste Daroussin2014-09-011-11/+0
| | | | Notes: svn path=/head/; revision=366959
* Import patch to fix IPv6 greylistingMark Felder2013-12-061-0/+11
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 Notes: svn path=/head/; revision=335776