Block a user
postfix-pgsql (12-slim)
Published 2026-06-26 09:29:00 +00:00 by Damien
Installation
docker pull gitea.arnodo.fr/damien/postfix-pgsql:12-slimsha256:0ee417de05aa0e6fc085778d740afb82d403efc94b3b589914d58c7c898ef2a4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d384947121 | linux/amd64 | 48 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| LABEL maintainer=Damien Arnodo |
| LABEL description=Postfix SMTP relay/MTA with PostgreSQL-backed relay_domains and transport_maps lookups |
| RUN /bin/sh -c echo "postfix postfix/main_mailer_type select No configuration" | debconf-set-selections && echo "postfix postfix/mailname string localhost" | debconf-set-selections && apt-get update && apt-get install -y --no-install-recommends postfix postfix-pgsql gettext-base openssl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY templates/ /etc/postfix/templates/ # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit |
| EXPOSE [25/tcp] |
| ENTRYPOINT ["docker-entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| description | Postfix SMTP relay/MTA with PostgreSQL-backed relay_domains and transport_maps lookups |
| maintainer | Damien Arnodo |