2002-07-03 15:27:45 +02:00
|
|
|
|
2014-09-06 05:03:27 +02:00
|
|
|
Qpsmtpd - an SMTP daemon for developers and hackers
|
2004-07-29 21:32:40 +02:00
|
|
|
|
2008-10-21 11:09:28 +02:00
|
|
|
Roadmap
|
|
|
|
=======
|
2003-06-10 12:25:56 +02:00
|
|
|
|
2013-12-18 00:06:58 +01:00
|
|
|
- https://github.com/smtpd/qpsmtpd/issues
|
2003-06-10 12:25:56 +02:00
|
|
|
|
2008-10-21 11:09:28 +02:00
|
|
|
- Add user configuration plugin infrastructure
|
|
|
|
- Add plugin API for checking if a local email address is valid
|
2003-06-10 12:25:56 +02:00
|
|
|
|
2002-09-08 15:45:37 +02:00
|
|
|
Issues
|
|
|
|
======
|
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
|
|
|
localiphost - support foo@[a.b.c.d] addresses
|
|
|
|
|
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.
|