Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Finkregh/exim4-light-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exim4-light-docker

Run exim4 in a docker, configured to send all mails to the "root"-machine (default) or somewhere else (user-config).

# get this repo
git clone git clone https://github.com/finkregh/exim4-light-docker-docker.git

# show default config
cat etc/env

# OPTIONAL: set different smarthost
#echo "export EXIM_SMARTHOST=<ip>" >> .env

# OPTIONAL: build docker
#docker build -t "finkregh/exim4-light" .

# start docker
./docker-bin/start-exim

Debuging

docker run -i -t -entrypoint="/bin/sh" finkregh/exim4-light -c /bin/bash

About

exim4-light inside a linux container/docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages