Skip to content

Commit

Permalink
Update ChangeLog and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
iredmail committed Oct 26, 2018
1 parent 1784b1e commit 80d133d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
16 changes: 16 additions & 0 deletions 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.
Expand Down
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -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

Expand All @@ -20,8 +21,8 @@ MIT License.
`0700`. if you use a different directory, please override default setting
by adding setting `MLMMJ_SPOOL_DIR = '<directory>'` in config file.
* Python 2.6.x or 2.7.x, with extra modules:
* `web.py`: <http://webpy.org/>
* `requests`: <http://docs.python-requests.org/en/master/>. 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
Expand Down

0 comments on commit 80d133d

Please sign in to comment.