Download List

项目描述

SQLgrey is a Postfix greylisting policy service with an SQL database as storage backend. Its goal is to reduce the amount of spam reaching user mailboxes. It includes refined auto-whitelisting, and stores whitelists and connection attempts in a database for easy inspection.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-06 01:47
1.6.8

这主要是为稳定分支bugfix的释放。关于系统记录的死亡事故已得到修复,在Perl DBI的内存泄漏周围已经制定,并在日志无效的错误已被删除。 SQLgrey现在可以要求重新对数据库连接(出于性能原因,有时需要)。
This is primarily a bugfix release for the stable branch. A crash on syslog death has been fixed, a memory leak in perl DBI has been worked around, and invalid errors in log have been removed. SQLgrey can now reopen its database connection on request (sometimes needed for performance reasons).

2007-08-06 01:46
1.7.6

许多新的功能已被添加。 SQLgrey现在可以重新开放数据库连接要求(一些数据库需要有更好的表现这个)。该数据库清理现在更有效的情况下,当多个SQLgrey用于分发负载。的灰名单现在可以激活基于用户控制的规则。集群数据库环境的支持。最后,一项关于系统记录的死亡事故的修补程序包括在内。
标签: Development, Major feature enhancements
Many new features have been added. SQLgrey can now reopen its database connection on request (some databases need this for better performance). The database cleanup is now more efficient when multiple SQLgrey instances are used to distribute the load. The greylisting can now be activated based on user-controlled rules. Clustered database environments are supported. Finally, a fix for a crash on syslog death is included.

2005-09-15 00:30
1.6.6

一种罕见的多实例的竞争状态,永久阻止一些邮件bugfix的。
标签: Major bugfixes
A bugfix for a rare multiple instances race condition that permanently blocked some messages.

2005-07-09 01:18
1.6.4

此版本允许用户选择新旧之间的同步的数据库清理方法,(所做的主要工艺)和新的异步1(叉的进程做清理,避免了对电子邮件的处理延误)。默认现在是同步数据库清理方法(异步清理触发一些设置锁定)。
标签: Minor bugfixes
This release allows the user to select the database cleanup method, between the old synchronous one (done in the main process) and the new asynchronous one (fork a process to do the cleanup, avoiding a delay for email processing). The default is now the synchronous database cleanup method (the asynchronous cleanups trigger lockups on some setups).

2005-07-04 18:09
1.6.2

数据库连接现在SQLgrey本身,而不是破坏的DBD驱动程序(以避免与狡猾的垃圾收集连接泄漏)。spec文件已被更新,以符合转4(和现在工作的最新基于RPM的发行版)。 logstat现在承认最新的日志格式。 SQLgrey现在保护系统日志从“%”字符要求,以避免在日志中丑陋的错误。
标签: Minor bugfixes
Database connections are now destroyed by SQLgrey itself instead of the
DBD driver (to avoid connection leaks with dodgy garbage collecting).
The spec file has been updated to conform to RPM 4 (and now works on the
latest RPM-based distributions). logstat now recognizes the latest log
format. SQLgrey now protects Syslog calls from "%" characters to avoid
ugly errors in the log.

Project Resources