diff --git a/ChangeLog b/ChangeLog index 06b79ed..a5743ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +# 1.8 + + - Fixed: Not sort list of subscribers. + - Simplify openbsd rc script. It now works on OpenBSD 6.4. + - Fix incorrect permission of mlmmjadmin installation directory while + upgrading. + +# 1.7 + + - Fixed: Don't always set header `Reply-To:` (leave it to MUA). + +# 1.6 + + - Fixed: not always create file `control/footer_text` if + `control/footer_html` is not empty. + # 1.5 - Fixed issues: - If footer html is not empty, always create footer plain text. diff --git a/README.md b/README.md index d27cc74..2998920 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ mlmmjadmin is RESTful API server used to manage mlmmj (mailing list manager). Check `docs/` directory for more detailed documents. -If you're running [iRedMail](https://www.iredmail.org/) (prior to 0.9.8) as -mail server, please follow -[iRedMail tutorials](https://www.iredmail.org/index.html#integration) to -integrate mlmmj in iRedMail-0.9.7 or earler releases. +mlmmjadmin is a core component of iRedMail (since version 0.9.8), but it should +work with any mail server which runs mlmmj. You're free to develop your own +backend plugin to store basic info of mlmmj mailing lists in your +SQL/LDAP database (or any other database, it's up to you) for better +integration with your mail server. ## License @@ -20,8 +21,8 @@ MIT License. `0700`. if you use a different directory, please override default setting by adding setting `MLMMJ_SPOOL_DIR = ''` in config file. * Python 2.6.x or 2.7.x, with extra modules: - * `web.py`: - * `requests`: . Required by + * [web.py](http://webpy.org/) + * [requests](http://docs.python-requests.org/en/master/). Required by command line tool `tools/maillist_admin.py`. ## Setup mlmmj