Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nknapp/docker-mailserver-management
A management api and ui for the docker-mailserver project
https://github.com/nknapp/docker-mailserver-management
Last synced: 20 days ago
JSON representation
A management api and ui for the docker-mailserver project
- Host: GitHub
- URL: https://github.com/nknapp/docker-mailserver-management
- Owner: nknapp
- License: mit
- Created: 2017-11-09T20:00:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T22:52:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T19:15:47.600Z (about 1 month ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-mailserver-management
[![NPM version](https://img.shields.io/npm/v/docker-mailserver-management.svg)](https://npmjs.com/package/docker-mailserver-management)
[![Travis Build Status](https://travis-ci.org/nknapp/docker-mailserver-management.svg?branch=master)](https://travis-ci.org/nknapp/docker-mailserver-management)
[![Coverage Status](https://img.shields.io/coveralls/nknapp/docker-mailserver-management.svg)](https://coveralls.io/r/nknapp/docker-mailserver-management)> A management api and ui for the docker-mailserver project
This project is becoming a user-management-tool for the [docker-mailserver](https://github.com/tomav/docker-mailserves)
project.First impressions can be drawn from the class [postfix-accounts.js](src/postfix-accounts.js) that is able to
modify the `postfix-accounts.cf`-file from the docker-mailserver.The final goal is to have an API and Web-Interface that can be exposed by users of `docker-mailserver` to let users
change that own password.# Installation
```
npm install docker-mailserver-management
```
# UsageThe following example demonstrates how to use this module:
```js
```
This will generate the following output
```
```
# License
`docker-mailserver-management` is published under the MIT-license.
See [LICENSE.md](LICENSE.md) for details.
# Release-Notes
For release notes, see [CHANGELOG.md](CHANGELOG.md)
# Contributing guidelinesSee [CONTRIBUTING.md](CONTRIBUTING.md).