cvs commit: qpsmtpd STATUS
[email protected] (Ask "Bj?rn" Hansen)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/02/02 19:22:42
Modified: . STATUS
Log:
update
Revision Changes Path
1.11 +14 -0 qpsmtpd/STATUS
Index: STATUS
===================================================================
RCS file: /cvs/public/qpsmtpd/STATUS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -r1.10 -r1.11
--- STATUS 11 Jun 2003 08:37:35 -0000 1.10
+++ STATUS 3 Feb 2004 03:22:42 -0000 1.11
@@ -38,6 +38,9 @@
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
@@ -47,6 +50,17 @@
(instead of just after)
if qmail-queue can't be loaded we still return 250 ?!
+
+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 (?)
+
TRACE in Constants.pm is not actually being used. Should it be?