Docker SMTP and SES image
- Clone the docker file and exim configuration file.
- Update the AWS SES authentication
begin authenticators ses_login: driver = plaintext public_name = LOGIN client_send = : AKIAJ********747A : AvZzIpH*********lIvBzEG
-
Build the docker image
-
Run the exim container
$ docker run --name=exim --restart=always -d -p 172.17.0.18:25:25 -e PRIMARY_HOST="Host-name" -e ALLOWED_HOSTS="*" ankurgla22/exim-ses