git-svn-id: https://svn.perl.org/qpsmtpd/trunk@202 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2004-02-03 03:22:42 +00:00
parent 773ca08ebf
commit b095466c96

14
STATUS
View File

@ -38,6 +38,9 @@ that if available.
plugin support; 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. support plugins for the rest of the commands.
specify a priority in register_hook. ("LAST", "FIRST", "MIDDLE", or specify a priority in register_hook. ("LAST", "FIRST", "MIDDLE", or
@ -48,6 +51,17 @@ plugin support;
if qmail-queue can't be loaded we still return 250 ?! 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? TRACE in Constants.pm is not actually being used. Should it be?