docker-mailbox
                                
                                 docker-mailbox copied to clipboard
                                
                                    docker-mailbox copied to clipboard
                            
                            
                            
                        Postfix, Dovecot, Roundcube and ViMbAdmin in a Docker boat
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
- Clone GitHub repository
 git clone https://github.com/frdmn/docker-mailbox && cd docker-mailbox
- Copy the default settings, rename and adjust it:
 cp settings-example.conf settings.conf && editor settings.conf
- Install boot2docker if you are on OS X:
 http://boot2docker.io/
- Build the Docker image using the Makefile:
 make
- Run the built image and set port mappings for IMAP, SMTP, HTTP and MySQL:
 make run
 > [...]
 > 243891e844ed
- To enter the container:
 docker-enter mailbox_ins
Version
0.0.1
License
WTFPL