Sign inSign up

nl2go/postfix

By nl2go

Updated over 6 years ago

Image
0

884

nl2go/postfix repository overview

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 \
       nl2go/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

Tag summary

Content type

Image

Digest

Size

4.6 MB

Last updated

over 6 years ago

docker pull nl2go/postfix