https://github.com/sporestudio/squirrel
Deployment of Mail Server using Docker containers and Squirrel as mail web interface.
https://github.com/sporestudio/squirrel
Last synced: about 1 year ago
JSON representation
Deployment of Mail Server using Docker containers and Squirrel as mail web interface.
- Host: GitHub
- URL: https://github.com/sporestudio/squirrel
- Owner: sporestudio
- License: gpl-3.0
- Created: 2025-02-04T18:03:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T21:51:26.000Z (over 1 year ago)
- Last Synced: 2025-02-11T22:33:37.325Z (over 1 year ago)
- Language: PHP
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mail Server using SquirrelMail
Deployment of a Mail Server using Docker conatainers.
## Features
- **Postfix**: SMTP Server to send mails.
- **Dovecot**: IMAP Server to recieve mails.
- **SquirrelMail**: Web interface to management mails.
- **Nginx**: Web server for Squirrelmail access.
## Requirements
- **Docker Compose**.
- **Docker**.
- **Unix-based system**.
- **Valid Domain** to mail server.
## Setup
#### Clone the repository
- First you have to clone this repo in your local machine.
```bash
$ git clone https://github.com/sporestudio/squirrel
$ cd squirrel/
```
#### 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 GNU General Public License - [see details](https://github.com/sporestudio/squirrel/blob/main/LICENSE)
## Author
This repository was created by [sporestudio](https://github.com/sporestudio)