Skip to content

ankurgla22/EXIM-SMTP-SES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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
 

About

Docker SMTP and SES image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published