Skip to content

ofthesun9/mx-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple mail relay configuration.

Environement Variables :

  • mxbck_myhostname : name (fqdn) of you machine
  • mxbck_relay_domains : name of the DOMAIN to be relayed
  • mxbck_cert : method to get TLS certificates (certbot)
  • mxbck_certbot_mail : mail address (used by certbot for communication)

A Volume is required, used to store certbot certificates. To be mounted in /config

Example: docker run -p 25:25 -p 80:80 --name mx-backup -d --volume /app/mx-backup/config:/config \
-e mxbck_myhostname=machine.local.domain \
-e mxbck_relay_domains=local.domain \
-e mxbck_cert=certbot \
-e mxbck_certbot_mail=admin@where.ever \
ofthesun9/mx-backup

About

A simple MX relay configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published