{"id":13558498,"url":"https://github.com/nodemailer/wildduck-dockerized","last_synced_at":"2025-04-23T00:27:36.701Z","repository":{"id":46214090,"uuid":"334736261","full_name":"nodemailer/wildduck-dockerized","owner":"nodemailer","description":"Wildduck: dockerized - 🦆+🐋=❤","archived":false,"fork":false,"pushed_at":"2025-04-08T12:02:31.000Z","size":75,"stargazers_count":110,"open_issues_count":9,"forks_count":32,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-08T13:22:11.869Z","etag":null,"topics":["docker","email","haraka","mailserver","rspamd","wildduck","zonemta"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodemailer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-01-31T19:15:35.000Z","updated_at":"2025-03-10T08:15:26.000Z","dependencies_parsed_at":"2024-01-14T16:07:50.465Z","dependency_job_id":"293a3a45-b733-4cd9-8fcc-ef7c5c55cc72","html_url":"https://github.com/nodemailer/wildduck-dockerized","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodemailer%2Fwildduck-dockerized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodemailer%2Fwildduck-dockerized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodemailer%2Fwildduck-dockerized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodemailer%2Fwildduck-dockerized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodemailer","download_url":"https://codeload.github.com/nodemailer/wildduck-dockerized/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250345893,"owners_count":21415433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","email","haraka","mailserver","rspamd","wildduck","zonemta"],"created_at":"2024-08-01T12:04:59.205Z","updated_at":"2025-04-23T00:27:36.692Z","avatar_url":"https://github.com/nodemailer.png","language":"Shell","funding_links":[],"categories":["Shell","docker"],"sub_categories":[],"readme":"# Wildduck: dockerized - 🦆+🐋=❤\nThe default docker-compose file will set up:\n\n| Service          | Why                                                       | \n| ---------------- | --------------------------------------------------------- | \n| WildDuck         | IMAP, POP3                                                | \n| WildDuck Webmail | Webmail, creating accounts, \u003cbr\u003e editing account settings | \n| ZoneMTA          | Outbound smtp                                             | \n| Haraka           | Inbound smtp                                              | \n| Rspamd           | Spam filtering                                            | \n| Traefik          | Reverse proxy with automatic TLS                          | \n| MongoDB          | Database used by most services                            | \n| Redis            | Key-value store used by most services                     | \n\nFor the default docker-compose file to work without any further setup, you need port 80/443 available for Traefik to get certificates or provide your own certificates mounted as a volume. However, the compose file is not set in stone. You can remove Traefik from the equation and use your own reverse proxy (or configure the applications to handle TLS directly), remove certain services, etc.\n\nNo STARTTLS support, only SSL/TLS.\n\nBefore starting please don't forget to install `Docker` and `Docker compose`\n\n## Deploy Wildduck: dockerized\n\u003e For easy setup and startup use the provided `setup.sh` file (only works on Linux or Mac). The \"wizard\" provided by the script will ask necessary questions required for setting up the suite quickly and easily. The wizard will set up the configuration, secrets, self-signed certs (if required for development), optionally DNS and optionally will create the first user.\n\nKeep in mind that the provided setup script is a basic setup that is intended to set you up quickly for either local development or testing, or to set you up with a simple working email suite on a server (such as a VPS). So for more granular configuration please refer to the appropriate documentation of the used applications and update the config files accordingly. Don't forget to restart the containers after configuration changes.\n\n\u003e Note! Haraka handles certificates completely separately. So in order to have Haraka with TLS you will need to either issue certs for Haraka/SMTP domain beforehand and include them in the specified folder that is set in the `docker-compose.yml` file or if using the provided `setup.sh` setup script there will be a cron created for you that will handle updating the haraka certs.\n\nAdditionally, the provided setup currently uses a very basic setup where all the services are ran on the same domain. Ideally you'd want to run outbound smtps (port 465), imap, pop3, inbound smtp (port 25 Haraka), on different domains and have separate certs for them (will be handled by Traefik automatically, except for Haraka). For database and redis sharding refer to Wildduck and Zone-MTA documentation.  \nThe provided setup also sets you up with basic DNS settings that \"work right out the box\". Additionally the provided setup script can create the first user for you. For user creation refer to Wildduck documentation at https://docs.wildduck.email.\n\n## Connecting Thunderbird if using self-signed certificates\nIt may be required to import the generated CA file to Thunderbird in order for it\nto connect to IMAP and SMTP. You can find the generated CA file in `config-generated/certs/rootCA.pem`.\nIf using letsencrypt on a publicly accessible DNS then Thunderbird should connect just fine\nas with any other email server.\n\n## Custom configuration\nConfiguration files for all services reside in `./config-generated`. Alter them in whichever way you want, and restart the service in question.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodemailer%2Fwildduck-dockerized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodemailer%2Fwildduck-dockerized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodemailer%2Fwildduck-dockerized/lists"}