STATUS: removed links to dead Google Code, add

links to github project page, and goals of qpsmtpd-dev
This commit is contained in:
Matt Simerson 2013-04-20 20:12:21 -04:00
parent 4393f02aa4
commit 268cd1137c

36
STATUS
View File

@ -1,16 +1,30 @@
New Name Suggestions Qpsmtpd-dev is a fork of Qpsmtpd. Qpsmtpd is a very good SMTP daemon for
==================== developers and hackers (admittedly, its focus). It is difficult to install
ignite and administer for the typical sysadmin/user.
flare(mta)
quench The primary focus of the -dev branch is improving the consistency and
pez (or pezmail) behavior of the plugins. After using one plugin, the knowledge gained
should carry over to other plugins.
Secondary goals are reducing code duplication and complexity. Anything
covered in Perl Best Practices is also fair game.
So far, the main changes between the release and dev branches have focused
on these goals:
- plugins emit a single entry summarizing their disposition
- plugin logs prefixed with keywords: pass, fail, skip, error
- plugins use 'reject' and 'reject_type' settings.
- plugins support deferred rejection via 'naughty' plugin
- plugins get a resolver via $self->init_resolver
Roadmap Roadmap
======= =======
- http://code.google.com/p/smtpd/issues - https://github.com/qpsmtpd-dev/qpsmtpd-dev/issues
- Bugfixes - qpsmtpd is extremely stable (in production since 2001), but - Bugfixes - qpsmtpd is extremely stable (in production since 2001), but
there are always more things to fix. there are always more things to fix.
@ -24,17 +38,9 @@ Roadmap
Issues Issues
====== ======
See http://code.google.com/p/smtpd/issues/list
------ The rest of the list here might be outdated. ------ ------ The rest of the list here might be outdated. ------
------ Patches to remove things are welcome. ------ ------ Patches to remove things are welcome. ------
add whitelist support to the dnsbl plugin (and maybe to the rhsbl
plugin too). Preferably both supporting DNS based whitelists and
filebased (CDB) ones.
plugin support; plugin support;
allow plugins to return multiple response lines (does it have to allow plugins to return multiple response lines (does it have to