Skip to content

tschwery/docker-postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Postfix Docker Container

Simple and light container for a receiving SMTP server without relay capability.

Only configured addresses can receive mail and everything is consolidated into a single user.

Environment Variables

  • DOMAIN - FQDN for the server. Used for the domain part of the accepted emails
  • ACCOUNTS - Comma-separated list of aliases for the single account

Volumes

No volumes are defined. If you want persistent spool storage then mount /home/smtp/Maildir outside of the container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages