Overview
- Full name
docker.io/axllent/mailpit- Registry
- docker.io
- Namespace
- axllent
- Repository
- mailpit
- Cached tags
- 211
- Last synced
- 07/06/2026, 07:32 AM
Introduction
Mailpit 开发测试邮件服务器镜像,捕获 SMTP 并提供 Web UI 浏览,适合 CI 与本地联调替代真实邮件投递。
Details
axllent/mailpit 同时监听 SMTP 与 HTTP Web UI,内存存储邮件不落盘。定位为开发/测试邮件 Web 服务,几乎无状态,适合 docker compose 联调或 K8s 内网 Mailpit Service 供 staging 应用发信。
快速启动
docker run -d --name mailpit \
-p 8025:8025 -p 1025:1025 \
docker.io/axllent/mailpit:latest
推荐实践
docker run -d --name mailpit \
--restart unless-stopped \
-p 8025:8025 -p 1025:1025 \
-e MP_MAX_MESSAGES=5000 \
docker.io/axllent/mailpit:v1.20.0
核心参数说明
-p 8025:8025— Web UI 浏览邮件-p 1025:1025— SMTP 收信端口-e MP_MAX_MESSAGES— 内存保留上限- 定位 — 非生产邮件网关
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: mailpit
spec:
replicas: 1
selector:
matchLabels:
app: mailpit
template:
metadata:
labels:
app: mailpit
spec:
containers:
- name: mailpit
image: docker.io/axllent/mailpit:v1.20.0
ports:
- containerPort: 8025
- containerPort: 1025
env:
- name: MP_MAX_MESSAGES
value: "5000"
---
apiVersion: v1
kind: Service
metadata:
name: mailpit
spec:
selector:
app: mailpit
ports:
- name: web
port: 8025
- name: smtp
port: 1025
staging 内网;勿暴露公网 SMTP。
Latest tags (20)
View all 211 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/axllent/mailpit :v1.30 | linux/386linux/amd64linux/arm64 | 2026/06/27 17:45 | 12.9 MB | sha256:2faee1f81c9d… | |||
docker.io/axllent/mailpit :v1.30.3 | linux/386linux/amd64linux/arm64 | 2026/06/27 17:45 | 12.9 MB | sha256:2faee1f81c9d… | |||
docker.io/axllent/mailpit :latest | linux/386linux/amd64linux/arm64 | 2026/06/27 17:45 | 12.9 MB | sha256:2faee1f81c9d… | |||
docker.io/axllent/mailpit :edge | linux/386linux/amd64linux/arm64 | 2026/06/27 17:39 | 12.9 MB | sha256:82d228917d0e… | |||
docker.io/axllent/mailpit :v1.30.2 | linux/386linux/amd64linux/arm64 | 2026/06/17 11:51 | 12.8 MB | sha256:56b1604f0624… | |||
docker.io/axllent/mailpit :v1.30.1 | linux/386linux/amd64linux/arm64 | 2026/05/28 18:14 | 12.8 MB | sha256:a7ca4aab5421… | |||
docker.io/axllent/mailpit :v1.30.0 | linux/386linux/amd64linux/arm64 | 2026/05/14 13:12 | 12.8 MB | sha256:132928f244f5… | |||
docker.io/axllent/mailpit :v1.29 | linux/386linux/amd64linux/arm64 | 2026/04/16 14:14 | 13.5 MB | sha256:47fa0b1d2630… | |||
docker.io/axllent/mailpit :v1.29.7 | linux/386linux/amd64linux/arm64 | 2026/04/16 14:14 | 13.5 MB | sha256:47fa0b1d2630… | |||
docker.io/axllent/mailpit :v1.29.6 | linux/386linux/amd64linux/arm64 | 2026/04/05 18:16 | 13.8 MB | sha256:3bdb581dd5a9… | |||
docker.io/axllent/mailpit :v1.29.5 | linux/386linux/amd64linux/arm64 | 2026/03/29 13:03 | 13.8 MB | sha256:1429d08af326… | |||
docker.io/axllent/mailpit :v1.29.4 | linux/386linux/amd64linux/arm64 | 2026/03/22 13:11 | 13.7 MB | sha256:0759fc361a30… | |||
docker.io/axllent/mailpit :v1.29.3 | linux/386linux/amd64linux/arm64 | 2026/03/10 10:45 | 13.7 MB | sha256:dff102e51e01… | |||
docker.io/axllent/mailpit :v1.29.2 | linux/386linux/amd64linux/arm64 | 2026/02/25 07:44 | 13.7 MB | sha256:ae18482aa167… | |||
docker.io/axllent/mailpit :v1.29.1 | linux/386linux/amd64linux/arm64 | 2026/02/13 16:15 | 13.4 MB | sha256:5d9902cf0269… | |||
docker.io/axllent/mailpit :v1.29.0 | linux/386linux/amd64linux/arm64 | 2026/02/01 11:25 | 13.1 MB | sha256:154a56cbe22d… | |||
docker.io/axllent/mailpit :v1.28 | linux/386linux/amd64linux/arm64 | 2026/01/30 05:43 | 13.1 MB | sha256:75e51fbe2996… | |||
docker.io/axllent/mailpit :v1.28.4 | linux/386linux/amd64linux/arm64 | 2026/01/30 05:43 | 13.1 MB | sha256:75e51fbe2996… | |||
docker.io/axllent/mailpit :v1.28.3 | linux/amd64linux/arm64linux/386 | 2026/01/18 16:50 | 13.7 MB | sha256:7ae6bc457fa5… | |||
docker.io/axllent/mailpit :v1.28.2 | linux/386linux/amd64linux/arm64 | 2026/01/10 11:33 | 13.1 MB | sha256:3028a2670b0d… |