Mailserver:
- Postfix and Dovecot and draft configuration.
- Docker build, run and exec (build.sh, docker-run.sh and docker-exec.sh).
- Docker compose up (docker-compose-run.sh) - require build.sh. Note: this is not working, container got exit(0) after attack mailserver.
The goal aims to create a sample mailserver that can be contained at a docker container.
Next steps:
- Understand why docker-compose got exit(0)
- Tune postfix and dovecot configuration.