https://github.com/sporestudio/roundcube
Deployment of a Mail Server using Docker containers and Roundcube as mail interface.
https://github.com/sporestudio/roundcube
Last synced: 4 months ago
JSON representation
Deployment of a Mail Server using Docker containers and Roundcube as mail interface.
- Host: GitHub
- URL: https://github.com/sporestudio/roundcube
- Owner: sporestudio
- License: mit
- Created: 2025-02-17T12:15:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T09:57:51.000Z (over 1 year ago)
- Last Synced: 2025-02-24T22:16:34.082Z (over 1 year ago)
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ROUNDCUBE
Deployment of a Mail Server using Docker conatainers and Roundcube as mail interface.
## Features
- **DNS Server**: Dns service to resolve ftp address.
- **Roundcube Mail Server**: Web mail interface.
## Requirements
- **Unix-based system**.
- **Docker**.
- **Docker Compose**.
- **Valid Domain** to mail server.
## Deploy
#### Clone the repository
- First you have to clone this repo in your local machine.
```bash
$ git clone https://github.com/sporestudio/roundcube
$ cd roundcube/
```
#### Deploy the project
- Once we have our repo cloned, we can deploy the project using Docker Compose.
```bash
$ docker-compose up -d --build
```
## License
This project is under [MIT LICENSE](https://github.com/sporestudio/roundcube/blob/main/LICENSE).
## Author
This repository was created by [sporestudio](https://github.com/sporestudio).