2002-07-03 13:27:45 +00:00
|
|
|
|
2014-09-05 20:03:27 -07:00
|
|
|
Qpsmtpd - an SMTP daemon for developers and hackers
|
2004-07-29 19:32:40 +00:00
|
|
|
|
2008-10-21 09:09:28 +00:00
|
|
|
Roadmap
|
|
|
|
=======
|
2003-06-10 10:25:56 +00:00
|
|
|
|
2013-12-17 15:06:58 -08:00
|
|
|
- https://github.com/smtpd/qpsmtpd/issues
|
2003-06-10 10:25:56 +00:00
|
|
|
|
2008-10-21 09:09:28 +00:00
|
|
|
- Add user configuration plugin infrastructure
|
|
|
|
- Add plugin API for checking if a local email address is valid
|
2003-06-10 10:25:56 +00:00
|
|
|
|
2002-09-08 13:45:37 +00:00
|
|
|
Issues
|
|
|
|
======
|
2002-07-03 13:27:45 +00:00
|
|
|
|
|
|
|
plugin support;
|
|
|
|
|
2004-02-03 03:22:42 +00:00
|
|
|
allow plugins to return multiple response lines (does it have to
|
|
|
|
join them to one for SMTP?)
|
|
|
|
|
2002-07-08 02:30:11 +00: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 10:56:35 +00:00
|
|
|
plugin access to the data line by line during the DATA phase
|
|
|
|
(instead of just after)
|
2002-07-03 13:27:45 +00:00
|
|
|
|
2002-11-06 06:42:55 +00:00
|
|
|
if qmail-queue can't be loaded we still return 250 ?!
|
|
|
|
|
2004-02-03 03:22:42 +00:00
|
|
|
localiphost - support foo@[a.b.c.d] addresses
|
|
|
|
|
2002-09-24 10:56:35 +00:00
|
|
|
Move dispatch() etc from SMTP.pm to Qpsmtpd.pm to allow other similar
|
|
|
|
protocols to use the qpsmtpd framework.
|