forked from smtpd/qpsmtpd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
STATUS
33 lines (20 loc) · 805 Bytes
/
STATUS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Qpsmtpd - an SMTP daemon for developers and hackers
Roadmap
=======
- https://github.com/smtpd/qpsmtpd/issues
- Add user configuration plugin infrastructure
- Add plugin API for checking if a local email address is valid
Issues
======
plugin support;
allow plugins to return multiple response lines (does it have to
join them to one for SMTP?)
support plugins for the rest of the commands.
specify a priority in register_hook. ("LAST", "FIRST", "MIDDLE", or
maybe a number)
plugin access to the data line by line during the DATA phase
(instead of just after)
if qmail-queue can't be loaded we still return 250 ?!
localiphost - support foo@[a.b.c.d] addresses
Move dispatch() etc from SMTP.pm to Qpsmtpd.pm to allow other similar
protocols to use the qpsmtpd framework.