Sign inSign up

gizmotronic/postfix

By gizmotronic

Updated almost 9 years ago

SMTP relay service based on Alpine Linux and Postfix

Image
0

1.8K

gizmotronic/postfix repository overview

What would I use this for?

A typical intranet environment includes applications and servers that send mail using SMTP. Some use cases, e.g. authentication or restricted senders enforced by a service provider, require specialized and sometimes complex configuration. This image allows you to centralize that configuration.

Quick start

At minimum you should provide a persistent storage volume to hold your Postfix configuration. In this example, we'll keep it in /srv/postfix/config:

docker run --name postfix -d \
    -p 25:25/tcp \
    -v /srv/postfix/config:/etc/postfix \
    gizmotronic/postfix

Currently, you are responsible for populating this with the appropriate configuration.

Tag summary

Content type

Image

Digest

Size

17.8 MB

Last updated

almost 9 years ago

docker pull gizmotronic/postfix