{"id":51720501,"url":"https://github.com/dockur/proxmox-mail","last_synced_at":"2026-07-17T10:07:35.395Z","repository":{"id":368498634,"uuid":"1285388428","full_name":"dockur/proxmox-mail","owner":"dockur","description":"Proxmox Mail Gateway inside a Docker container.","archived":false,"fork":false,"pushed_at":"2026-06-30T21:55:46.000Z","size":1685,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-30T22:14:19.962Z","etag":null,"topics":["docker-image","mail-gateway","mail-server","proxmox","proxmox-infrastructure","proxmox-mail-gateway","proxmox-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dockur.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-30T18:52:57.000Z","updated_at":"2026-06-30T21:55:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dockur/proxmox-mail","commit_stats":null,"previous_names":["dockur/proxmox-mail"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dockur/proxmox-mail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fproxmox-mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fproxmox-mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fproxmox-mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fproxmox-mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockur","download_url":"https://codeload.github.com/dockur/proxmox-mail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fproxmox-mail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35577203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","mail-gateway","mail-server","proxmox","proxmox-infrastructure","proxmox-mail-gateway","proxmox-tools"],"created_at":"2026-07-17T10:07:33.902Z","updated_at":"2026-07-17T10:07:35.389Z","avatar_url":"https://github.com/dockur.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eProxmox Mail Gateway\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/dockur/proxmox-mail/\"\u003e\u003cimg src=\"https://github.com/dockur/proxmox/raw/master/.github/logo.png\" title=\"Logo\" style=\"max-width:100%;\" width=\"128\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![Build]][build_url]\n[![Version]][tag_url]\n[![Size]][tag_url]\n[![Package]][pkg_url]\n[![Pulls]][hub_url]\n\n\u003c/div\u003e\u003c/h1\u003e\n\nProxmox Mail Gateway inside a Docker container.\n\n## Features ✨\n\n- Runs Proxmox Mail Gateway inside Docker\n- Provides the familiar Proxmox Mail Gateway web interface\n- Filters incoming and outgoing email traffic\n- Includes spam and antivirus protection\n- Supports quarantine management and mail filtering rules\n- Supports DKIM signing for outgoing mail\n- Stores mail data and configuration in persistent volumes\n- Works on both AMD64 and ARM64 systems\n\n## Usage  🐳\n\n##### Docker Compose:\n\n```yaml\nservices:\n  pmg:\n    hostname: pmg\n    container_name: pmg\n    image: dockurr/proxmox-mail\n    environment:\n      TZ: \"UTC\"\n      PASSWORD: \"root\"\n      DOMAIN: \"pmg.example.com\"\n    ports:\n      - 25:25\n      - 26:26\n      - 8006:8006\n    volumes:\n      - ./config:/etc/pmg\n      - ./data:/var/lib/pmg\n      - ./spool:/var/spool/pmg\n      - ./postgres:/var/lib/postgresql\n    restart: always\n    stop_grace_period: 2m\n```\n\n##### Docker CLI:\n\n```bash\ndocker run -it --rm --name pmg --hostname pmg -e \"PASSWORD=root\" -e \"DOMAIN=pmg.example.com\" -p 25:25 -p 26:26 -p 8006:8006 -v \"${PWD:-.}/config:/etc/pmg\" -v \"${PWD:-.}/data:/var/lib/pmg\" -v \"${PWD:-.}/spool:/var/spool/pmg\" -v \"${PWD:-.}/postgres:/var/lib/postgresql\" --stop-timeout 120 docker.io/dockurr/proxmox-mail\n```\n\n##### GitHub Codespaces:\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dockur/proxmox-mail)\n\n## Screenshot 📸\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/dockur/proxmox-mail\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/dockur/proxmox-mail/master/.github/screenshot.png\" title=\"Screenshot\" style=\"max-width:100%;\" width=\"256\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## FAQ 💬\n\n### How do I use it?\n\n  Very simple! These are the steps:\n  \n  - Start the container and connect to [port 8006](http://127.0.0.1:8006/) using your web browser.\n\n  - Login using the username `root` and the password you specified in the `PASSWORD` environment variable.\n  \n  Enjoy your time with your brand new Proxmox Mail Gateway, and don't forget to star this repo!\n\n### How do I change the location of the configuration data?\n\n  To change the location of the configuration data, include the following four bind mounts in your compose file:\n\n  ```yaml\nvolumes:\n  - ./config:/etc/pmg\n  - ./data:/var/lib/pmg\n  - ./spool:/var/spool/pmg\n  - ./postgres:/var/lib/postgresql\n  ```\n\n  Replace the example paths with the desired folders or named volumes.\n\n### Are there containers available for other Proxmox products?\n\n  Yes, see our [Proxmox VE](https://github.com/dockur/proxmox), [Proxmox Backup Server](https://github.com/dockur/proxmox-backup) and [Proxmox Datacenter Manager](https://github.com/dockur/proxmox-dm) containers.\n\n## Stars 🌟\n[![Stargazers](https://raw.githubusercontent.com/star-stats/stars/refs/heads/data/charts/dockur-proxmox-mail.svg)](https://github.com/dockur/proxmox-mail/stargazers)\n\n## Disclaimer ⚖️\n\n*The product names, logos, brands, and other trademarks referred to within this project are the property of their respective trademark holders. This project is not affiliated, sponsored, or endorsed by Proxmox Server Solutions GmbH.*\n\n[build_url]: https://github.com/dockur/proxmox-mail/\n[hub_url]: https://hub.docker.com/r/dockurr/proxmox-mail/\n[tag_url]: https://hub.docker.com/r/dockurr/proxmox-mail/tags\n[pkg_url]: https://github.com/dockur/proxmox-mail/pkgs/container/proxmox-mail\n\n[Build]: https://github.com/dockur/proxmox-mail/actions/workflows/build.yml/badge.svg\n[Size]: https://img.shields.io/docker/image-size/dockurr/proxmox-mail/latest?color=066da5\u0026label=size\n[Pulls]: https://img.shields.io/docker/pulls/dockurr/proxmox-mail.svg?style=flat\u0026label=pulls\u0026logo=docker\n[Version]: https://img.shields.io/docker/v/dockurr/proxmox-mail/latest?arch=amd64\u0026sort=semver\u0026color=066da5\n[Package]: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2Fdockur%2Fproxmox-mail%2Fproxmox-mail.json\u0026query=%24.downloads\u0026logo=github\u0026style=flat\u0026color=066da5\u0026label=pulls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockur%2Fproxmox-mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockur%2Fproxmox-mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockur%2Fproxmox-mail/lists"}