Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 484 Bytes

SMTP-SES

Docker SMTP and SES image

  1. Clone the docker file and exim configuration file.
  2. Update the AWS SES authentication
begin authenticators
ses_login:
	driver = plaintext
	public_name = LOGIN
	client_send = : AKIAJ********747A : AvZzIpH*********lIvBzEG

 
  1. Build the docker image

  2. 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