Skip to content

Services_Mail

AllanFontaine edited this page Jun 1, 2020 · 11 revisions

Mail services

Here you'll be able to find all the technicals information about the Mail services that were implemented.

How to install

/!\ All of those files must be in the same folder

Pull the image of the mail server:

  • sudo docker pull tvial/docker-mailserver:latest

Download the setup file:

Download the docker-compose.yml of the service:

Download the .env (linked to the configuration file):

Download the env-mailserver (the configuration file):

Start the mail server:

  • docker-compose up -d mail

How can I be sure it works?

sudo telnet localhost 25
sudo netstat -tnl