prepare releasing v0.90 - update STATUS file to not have version numbers; clean up a little
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@952 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
94f9d91adf
commit
37a117508d
39
STATUS
39
STATUS
@ -7,39 +7,36 @@ quench
|
|||||||
pez (or pezmail)
|
pez (or pezmail)
|
||||||
|
|
||||||
|
|
||||||
Near term roadmap
|
Roadmap
|
||||||
=================
|
=======
|
||||||
|
|
||||||
0.42:
|
- http://code.google.com/p/smtpd/issues
|
||||||
- Bugfixes
|
|
||||||
- add module requirements to the META.yml file
|
|
||||||
|
|
||||||
0.50:
|
- move repository to git?
|
||||||
- Add user configuration plugin
|
|
||||||
|
- Bugfixes - qpsmtpd is extremely stable (in production since 2001), but
|
||||||
|
there are always more things to fix.
|
||||||
|
|
||||||
|
- Add user configuration plugin infrastructure
|
||||||
- Add plugin API for checking if a local email address is valid
|
- Add plugin API for checking if a local email address is valid
|
||||||
- use keyword "ESMTPA" in Received header in case of authentication to comply with RFC 3848.
|
|
||||||
|
|
||||||
|
|
||||||
0.60:
|
- Include the popular check_delivery[1] functionality via the user API
|
||||||
Include the popular check_delivery[1] functionality via the 0.50 API
|
|
||||||
[1] until then get it from
|
[1] until then get it from
|
||||||
http://www.openminddev.net/files/qpsmtpd/plugins/check_delivery/
|
http://www.openminddev.net/files/qpsmtpd/plugins/check_delivery/
|
||||||
|
|
||||||
Add API to reject individual recipients after the RCPT has been
|
- Add API to reject individual recipients after the RCPT has been
|
||||||
accepted and generate individual bounce messages.
|
accepted and generate individual bounce messages.
|
||||||
|
|
||||||
0.61: bugfixes
|
|
||||||
|
|
||||||
1.0bN: bugfixes (repeat until we run out of bugs to fix)
|
|
||||||
1.0.0: it just might happen!
|
|
||||||
1.1.0: new development
|
|
||||||
|
|
||||||
|
|
||||||
Issues
|
Issues
|
||||||
======
|
======
|
||||||
|
|
||||||
See http://code.google.com/p/smtpd/issues/list
|
See http://code.google.com/p/smtpd/issues/list
|
||||||
|
|
||||||
|
------ The rest of the list here might be outdated. ------
|
||||||
|
------ Patches to remove things are welcome. ------
|
||||||
|
|
||||||
|
|
||||||
add whitelist support to the dnsbl plugin (and maybe to the rhsbl
|
add whitelist support to the dnsbl plugin (and maybe to the rhsbl
|
||||||
plugin too). Preferably both supporting DNS based whitelists and
|
plugin too). Preferably both supporting DNS based whitelists and
|
||||||
filebased (CDB) ones.
|
filebased (CDB) ones.
|
||||||
@ -68,12 +65,6 @@ plugin to reject mails from <> if it has multiple recipients.
|
|||||||
|
|
||||||
localiphost - support foo@[a.b.c.d] addresses
|
localiphost - support foo@[a.b.c.d] addresses
|
||||||
|
|
||||||
support smtpgreeting (?)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TRACE in Constants.pm is not actually being used. Should it be?
|
|
||||||
|
|
||||||
Move dispatch() etc from SMTP.pm to Qpsmtpd.pm to allow other similar
|
Move dispatch() etc from SMTP.pm to Qpsmtpd.pm to allow other similar
|
||||||
protocols to use the qpsmtpd framework.
|
protocols to use the qpsmtpd framework.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user