2002-07-03 15:27:45 +02:00
|
|
|
|
2003-06-10 12:25:56 +02:00
|
|
|
Near term roadmap
|
|
|
|
=================
|
|
|
|
|
|
|
|
0.27:
|
2003-06-11 10:37:35 +02:00
|
|
|
Add the first time denysoft plugin
|
|
|
|
Support email addresses with spaces in them
|
|
|
|
Bugfixes
|
2003-06-10 12:25:56 +02:00
|
|
|
|
|
|
|
0.30:
|
|
|
|
Add plugin API for checking if a local email address is valid
|
|
|
|
|
|
|
|
0.50:
|
2003-06-11 10:37:35 +02:00
|
|
|
Include the popular check_delivery[1] functionality via the 0.30 API
|
|
|
|
[1] until then get it from
|
|
|
|
http://www.openminddev.net/files/qpsmtpd/plugins/check_delivery/
|
2003-06-10 12:25:56 +02:00
|
|
|
|
|
|
|
Add API to reject individual recipients after the RCPT has been
|
|
|
|
accepted and generate individual bounce messages.
|
|
|
|
|
|
|
|
0.51: 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
|
|
|
|
|
|
|
|
|
2002-09-08 15:45:37 +02:00
|
|
|
Issues
|
|
|
|
======
|
2002-07-03 15:27:45 +02:00
|
|
|
|
2003-04-21 10:30:13 +02:00
|
|
|
add whitelist support to the dnsbl plugin (and maybe to the rhsbl
|
|
|
|
plugin too). Preferably both supporting DNS based whitelists and
|
|
|
|
filebased (CDB) ones.
|
|
|
|
|
2002-11-06 12:07:14 +01:00
|
|
|
Use clamd so we don't have to run with a higher memory limit. Matt
|
|
|
|
has made a Perl module interfacing clamd; the clamav module should use
|
|
|
|
that if available.
|
|
|
|
|
2002-07-03 15:27:45 +02:00
|
|
|
plugin support;
|
|
|
|
|
2004-02-03 04:22:42 +01:00
|
|
|
allow plugins to return multiple response lines (does it have to
|
|
|
|
join them to one for SMTP?)
|
|
|
|
|
2002-07-08 04:30:11 +02:00
|
|
|
support plugins for the rest of the commands.
|
|
|
|
|
|
|
|
specify a priority in register_hook. ("LAST", "FIRST", "MIDDLE", or
|
|
|
|
maybe a number)
|
|
|
|
|
2002-09-24 12:56:35 +02:00
|
|
|
plugin access to the data line by line during the DATA phase
|
|
|
|
(instead of just after)
|
2002-07-03 15:27:45 +02:00
|
|
|
|
2002-11-06 07:42:55 +01:00
|
|
|
if qmail-queue can't be loaded we still return 250 ?!
|
|
|
|
|
2004-02-03 04:22:42 +01:00
|
|
|
Make a system for configuring the plugins per user/domain/...
|
|
|
|
|
|
|
|
support databytes per user / domain
|
|
|
|
|
|
|
|
plugin to reject mails from <> if it has multiple recipients.
|
|
|
|
|
|
|
|
localiphost - support foo@[a.b.c.d] addresses
|
|
|
|
|
|
|
|
support smtpgreeting (?)
|
|
|
|
|
|
|
|
|
2002-07-03 15:27:45 +02:00
|
|
|
|
2002-09-08 15:45:37 +02:00
|
|
|
TRACE in Constants.pm is not actually being used. Should it be?
|
2002-07-03 15:27:45 +02:00
|
|
|
|
2002-09-24 12:56:35 +02:00
|
|
|
Move dispatch() etc from SMTP.pm to Qpsmtpd.pm to allow other similar
|
|
|
|
protocols to use the qpsmtpd framework.
|
|
|
|
|
2002-07-03 15:27:45 +02:00
|
|
|
|
|
|
|
|
2002-07-08 04:30:11 +02:00
|
|
|
Future Ideas
|
|
|
|
============
|
2002-07-03 15:27:45 +02:00
|
|
|
|
2002-07-08 04:30:11 +02:00
|
|
|
Methods to create a bounce message easily; partly so we can accept a
|
|
|
|
mail for one user but bounce it right away for another RCPT'er.
|
2002-07-03 15:27:45 +02:00
|
|
|
|
2003-02-06 05:40:48 +01:00
|
|
|
The data_post hook should be able to put in the notes what addresses
|
|
|
|
should go through, bounce and get rejected respectively, and qpsmtpd
|
|
|
|
should just do the right thing. See also
|
|
|
|
http://nntp.perl.org/group/perl.qpsmtpd/170
|
|
|
|
|
2002-07-08 04:30:11 +02:00
|
|
|
David Carraway has some thoughts for "user filters"
|
|
|
|
http://nntp.perl.org/group/perl.qpsmtpd/2
|
2002-08-06 14:27:35 +02:00
|
|
|
|
|
|
|
Make it run as a mod_perl 2.0 connection handler module ...
|