forked from haraka/Haraka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
59 lines (52 loc) · 2.05 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
- 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
- Enable TLS by default
Plugin behavior changes
- in SpamAssassin plugin, change default behavior of 'legacy' status header.
Presently, when undefined, legacy is used. Legacy support should be changed to
only when requested, with a sunset date.
- data.uribl; expand short URLs before lookups, add support for uri-a (sbl.spamhaus.org), uri-ns, uri-ns-a lookup types.
Remove the following deprecated plugins
- rdns.regexp
- data.nomsgid (subsumed into data.headers.js)
- data.noreceived ""
- data.rfc5322_header_checks ""
- daemonize
- mail_from.nobounces (subsumed into bounce.js)
- mail_from.blocklist
- rcpt_to.blocklist
- lookup_rdns_strict
- mail_from.access (replaced by access.js)
- rcpt_to.access ""
- connect.rdns_access ""
- relay_acl
- relay_all
- relay_force_routing
Rename the following plugins
- toobusy -> connect.toobusy
- attachment -> data.attachment
- avg -> data.avg
- clamd -> data.clamd
- spamassassin -> data.spamassassin
Move the following plugins:
- test_queue -> queue/test_queue
Built-in HTTP server
- instead of each plugin bringing their own, and getting relegated to some
god-forsaken port number:
- a dispatch mechanism, so each plugin gets their own URL space
- uses the same TLS/SSL certs as smtpd
- auth against SMTP-AUTH provider