easywks/ROADMAP.md

6 lines
288 B
Markdown
Raw Normal View History

2021-09-26 08:40:02 +02:00
# EasyWKS Roadmap
- [ ] Don't rely on sendmail to send out responses. Use e.g. `smtplib`.
- [ ] Get rid of postfix-easywks wrapper script.
- [ ] LMTP server mode, e.g. using the `smtpd` module.
- [ ] Figure out whether file locking in the working directory is necessary to avoid races.