Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frdmn/docker-mailbox
Postfix, Dovecot, Roundcube and ViMbAdmin in a Docker boat
https://github.com/frdmn/docker-mailbox
Last synced: 3 months ago
JSON representation
Postfix, Dovecot, Roundcube and ViMbAdmin in a Docker boat
- Host: GitHub
- URL: https://github.com/frdmn/docker-mailbox
- Owner: frdmn
- License: mit
- Archived: true
- Created: 2014-08-31T14:19:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T22:05:27.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T22:24:10.092Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 319 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - frdmn/docker-mailbox - Postfix, Dovecot, Roundcube and ViMbAdmin in a Docker boat (Shell)
README
docker-mailbox (WIP)
====================Docker image that ships a running Nginx/PHP, Dovecot, Postfix as well as ViMbAdmin to configure and maintain the mail server.
(Note: this project is still a work in progress!)
### Requirements
* Docker
### Installation
1. Clone GitHub repository
`git clone https://github.com/frdmn/docker-mailbox && cd docker-mailbox`
2. Copy the default settings, rename and adjust it:
`cp settings-example.conf settings.conf && editor settings.conf`
3. Install boot2docker if you are on OS X:
http://boot2docker.io/
4. Build the Docker image using the `Makefile`:
`make`
5. Run the built image and set port mappings for IMAP, SMTP, HTTP and MySQL:
`make run`
\> [...]
\> 243891e844ed
6. To enter the container:
`docker-enter mailbox_ins`## Version
0.0.1
### License
[WTFPL](LICENSE)