Based on DEBIAN 9 this DOCKER works with RIPMINE and POSTFIX.
You must make an MX record in the DNS zone of your domain used on the IP address of your host server running this container.
Login in SSH with putty for example at your VM command line address.
You can run your Docker container with the following command :
docker run \
--name mail-to-folder \
-d \
--volume /local/path:/target
--env [email protected] \
-p 25:25 \
ikoula:email-attached-to-folder
Description : --volume /local/path:/target (Customize the volume).
--env ADDRESS=[email protected] \ (Environment variable: Mail address).
-p 25:25 \ (SMTP : Port 25)
ikoula:email-attached-to-folder (Image of the DOCKER).
docker ps to check if the docker is upContent type
Image
Digest
Size
183.6 MB
Last updated
over 7 years ago
docker pull ikoula/email-attached-to-folder:v1