
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://img.shields.io/github/v/release/bloodhunterd/froxlor-mail?style=for-the-badge](https://github.com/bloodhunterd/froxlor-mail/releases) https://img.shields.io/github/workflow/status/bloodhunterd/froxlor-mail/Docker?style=for-the-badge&label=Docker%20Build](https://github.com/bloodhunterd/backup/actions?query=workflow%3ADocker) https://img.shields.io/docker/pulls/bloodhunterd/froxlor-mail?style=for-the-badge](https://hub.docker.com/r/bloodhunterd/froxlor-mail) https://img.shields.io/github/license/bloodhunterd/froxlor-mail?style=for-the-badge](https://github.com/bloodhunterd/froxlor-mail/blob/master/LICENSE)
![]([]
Docker image of Postfix and Dovecot for Froxlor Server Management Panel.
This image is meant to be used with the https://github.com/bloodhunterd/froxlor image.
dockerfileversion: '2.4' services: mail: image: bloodhunterd/froxlor-mail environment: TZ: 'Europe/Berlin' FRX_MAIL_DIR: '/var/customers/mail' FRX_DB_HOST: 'localhost' FRX_DB_NAME: 'froxlor' FRX_DB_USER: 'froxlor' FRX_DB_PASSWORD: '+V3ryS3cr3tP4ssw0rd#' MAIL_DOMAIN: 'example.com' POSTMASTER_MAIL: 'postmaster@example.com' ROOT_MAIL: 'root@example.com' restart: unless-stopped ports: - '25:25' - '110:110' - '143:143' - '465:465' - '993:993' - '995:995' - '4190:4190' volumes: - ./mail:/var/customers/mail/
| ENV | Values | Default | Description |
|---|---|---|---|
| FRX_MAIL_DIR | DIRECTORY PATH | /var/customers/mail | Path to the Froxlor customer mails. |
| FRX_DB_HOST | HOSTNAME | IP | localhost | Froxlor database hostname or IP |
| FRX_DB_NAME | DATABASE NAME | froxlor | Froxlor database name |
| FRX_DB_USER | DATABASE USER | froxlor | Froxlor database user |
| FRX_DB_PASSWORD | DATABSE PASSEWORD | Froxlor database user password | |
| ROOT_MAIL | EMAIL | *** | Email address alias for internal mails to the root user. |
| MAIL_DOMAIN | FQDN | example.com | Mail domain |
| POSTMASTER_MAIL | EMAIL | *** | Postmaster email address |
| CLEANUP_TRASH | INTEGER | 30 | Time in days after mails in Trash folder will be deleted. |
| CLEANUP_SPAM | INTEGER | 60 | Time in days after mails in Spam folder will be deleted. |
| TZ | https://www.php.net/manual/en/timezones.php | Europe/Berlin | Used timezone for date and time calculation. |
| Port | Protocol | Description |
|---|---|---|
| 25 | SMTP | Receive encrypted and unencrypted emails. A TLS certificate may be required. |
| 110 | POP | Used to receive emails. The emails are downloaded locally. |
| 143 | IMAP | Used to receive emails. The e-mails remain on the server. |
| 465 | SMTPS | Encrypted ONLY version of SMTP. |
| 993 | POPS | Encrypted version of POP. A TLS certificate is required. |
| 995 | IMAPS | Encrypted version of IMAP. A TLS certificate is required. |
| 4190 | Sieve | Service for managing rules for receiving and storing e-mails. |
| Volume | Path | Read only | Description |
|---|---|---|---|
| Customer mail | /var/customers/mail/ | &#***; | Froxlor customer mail content. |
Please note the https://github.com/bloodhunterd/froxlor-mail/blob/master/CHANGELOG.md to check for configuration changes before updating.
bashdocker-compose pull docker-compose up -d
This project is licensed under the MIT - see https://github.com/bloodhunterd/froxlor-mail/blob/master/LICENSE file for details.
*[ENV]: Environment Variable *[FQDN]: Fully Qualified Domain Name *[IMAP]: Internet Message Access Protocol *[IP]: Internet Protocol *[MIT]: Massachusetts Institute of Technology *[POP]: Post Office Protocol *[SMTP]: Simple Mail Transfer Protocol *[TLS]: Transport Layer Security *[TZ]: Timezone
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务