2002-07-03 15:27:45 +02:00
|
|
|
|
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;
|
|
|
|
|
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 ?!
|
|
|
|
|
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 ...
|