{"id":36466926,"url":"https://github.com/directorz/mailfull-go","last_synced_at":"2026-01-12T00:05:48.691Z","repository":{"id":69588993,"uuid":"50009049","full_name":"directorz/mailfull-go","owner":"directorz","description":"A management tool for virtual domain email for Postfix and Dovecot written in Go","archived":false,"fork":false,"pushed_at":"2019-04-25T07:22:05.000Z","size":103,"stargazers_count":22,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-20T17:35:06.363Z","etag":null,"topics":["dovecot","email","postfix"],"latest_commit_sha":null,"homepage":"","language":"Go","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/directorz.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-20T06:15:28.000Z","updated_at":"2023-07-04T02:05:05.000Z","dependencies_parsed_at":"2023-03-13T20:24:59.679Z","dependency_job_id":null,"html_url":"https://github.com/directorz/mailfull-go","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/directorz/mailfull-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directorz%2Fmailfull-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directorz%2Fmailfull-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directorz%2Fmailfull-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directorz%2Fmailfull-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/directorz","download_url":"https://codeload.github.com/directorz/mailfull-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directorz%2Fmailfull-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28328962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dovecot","email","postfix"],"created_at":"2026-01-12T00:05:48.603Z","updated_at":"2026-01-12T00:05:48.676Z","avatar_url":"https://github.com/directorz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"mailfull-go\n===========\n\nA management tool for virtual domain email for Postfix and Dovecot written in Go.\n\n[![GoDoc](https://godoc.org/github.com/directorz/mailfull-go?status.svg)](https://godoc.org/github.com/directorz/mailfull-go)\n\nFeatures\n--------\n\n- You can use both virtual users and system users.\n- Mailfull does not involve in delivery processes of the MTA, is only to generate configuration databases.\n- You do not need to restart Postfix/Dovecot to apply configuration databases.\n- The received email can be passed to the programs.\n\nInstallation\n------------\n\n### Binary\n\nYou can download archive file from [releases page](https://github.com/directorz/mailfull-go/releases) .  \nDownload and unpack the archive file, and put the binary file to somewhere you want.\n\n### go get\n\nInstalled in `$GOPATH/bin`\n\n```\n$ go get github.com/directorz/mailfull-go/cmd/mailfull\n```\n\nQuick Start\n-----------\n\nCreate a new user for Mailfull.\n\n```\n# useradd -r -s /bin/bash mailfull\n# su - mailfull\n```\n\nInitialize a directory as a Mailfull repository.\n\n```\n$ mkdir /path/to/repo \u0026\u0026 cd /path/to/repo\n$ mailfull init\n$ mailfull commit\n```\n\nGenerate configurations for Postfix and Dovecot. (Edit as needed.)\n\n```\n$ mailfull genconfig postfix \u003e /etc/postfix/main.cf\n$ mailfull genconfig dovecot \u003e /etc/dovecot/dovecot.conf\n```\n\nStart Postfix and Dovecot.\n\n```\n# systemctl start postfix.service\n# systemctl start dovecot.service\n```\n\nAdd a new domain and user.\n\n```\n# cd /path/to/repo\n\n# mailfull domainadd example.com\n# mailfull useradd hoge@example.com\n# mailfull userpasswd hoge@example.com\n```\n\nEnjoy!\n\nMore info\n---------\n\nSee [documentation](doc/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirectorz%2Fmailfull-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirectorz%2Fmailfull-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirectorz%2Fmailfull-go/lists"}