forked from haraka/Haraka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
36 lines (32 loc) · 1.14 KB
/
TODO
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
34
35
36
- Milter support
- Ability to modify the body of email (e.g add a banner)
- Create a config file for each of the core shipping configs, so people have something as a baseline
- IMAP server (long shot for now)
- Plugins to copy from Qpsmtpd:
- dspam
- greylisting
- virus/*
Outbound improvements
- Rate Limiting (there's a branch for this but it's incomplete)
- Provide better command line tools for manipulating/inspecting the queue
- Add the ability to force a run on a specific queue file or destination domain
- Make retry times configurable (handle RFC requirements for 5 days and DSN queued warnings)
- Limit concurrency by domain
- Disable deliveries for a domain
- Pool connections by domain/MX
Remove the following deprecated plugins
- rdns.regexp
- data.nomsgid
- data.noreceived
- data.rfc5322_header_checks
- daemonize
- mail_from.nobounces
Rename the following plugins
- toobusy -> connect.toobusy
- attachment -> data.attachment
- avg -> data.avg
- clamd -> data.clamd
- spamassassin -> data.spamassassin
- spf -> mail_from.spf
Move the following plugins:
- test_queue -> queue/test_queue