Alpine with AMD64/ARM64, support: SPF, DKIM, DMARC
876
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
Content type
Image
Digest
sha256:50c411a84…
Size
8.4 MB
Last updated
over 2 years ago
docker pull oxmix/postfix