Sign inSign up

oxmix/postfix

By oxmix

•Updated over 2 years ago

Alpine with AMD64/ARM64, support: SPF, DKIM, DMARC

Image
0

876

oxmix/postfix repository overview

services:
  postfix:
    image: oxmix/postfix
    ports:
      - 25:25
    environment:
      DOMAIN=example.test
      DKIM_TXT: |
        mail._domainkey IN TXT ( "v=DKIM1; h=sha256; k=rsa; "
        ...
      DKIM_KEY: |
        -----BEGIN RSA PRIVATE KEY-----
        ...
    logging:
      driver: "json-file"
      options:
        max-size: "100k"
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:50c411a84…

Size

8.4 MB

Last updated

over 2 years ago

docker pull oxmix/postfix