Skip to content

infrastructr/docker-postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Cloud Build Status Docker Pulls GitHub tag (latest by date)

Docker Postfix

Containerized Postfix mail server.

Configuration

This project heavily relies on the Postfix default configuration.

Additional configuration may be mounted as volume if needed. Any *.cf files from /etc/postfix/main.cf.d/ will be sequentially applied using postconf -e <key>=<value> command.

To apply custom configuration mount the config file in the main.cf format as volume:

docker run -d -p 2500:25 \
           -v /custom.cf:/etc/postfix/main.cf.d/10-custom.cf \
       infrastructr/postfix

Development

Run locally built image

docker-compose run postfix

Rebuild image

docker-compose build postfix

Maintainers

License

See the LICENSE.md file for details

About

Containerized Postfix mail server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published