{"id":19635873,"url":"https://github.com/tozd/docker-nginx-mailer","last_synced_at":"2026-05-07T19:02:31.635Z","repository":{"id":82333782,"uuid":"57854092","full_name":"tozd/docker-nginx-mailer","owner":"tozd","description":"Nginx Docker image with a simple mailer. Read-only mirror of https://gitlab.com/tozd/docker/nginx-mailer","archived":false,"fork":false,"pushed_at":"2026-04-09T08:05:45.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-04-09T10:08:10.699Z","etag":null,"topics":["docker","docker-image","nginx","nullmailer"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tozd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["plast8","mitar"]}},"created_at":"2016-05-01T22:17:39.000Z","updated_at":"2026-04-09T08:05:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb79e08a-d6e6-4a19-a88a-1a1295bbb8a4","html_url":"https://github.com/tozd/docker-nginx-mailer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tozd/docker-nginx-mailer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-nginx-mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-nginx-mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-nginx-mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-nginx-mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tozd","download_url":"https://codeload.github.com/tozd/docker-nginx-mailer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-nginx-mailer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32751758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-image","nginx","nullmailer"],"created_at":"2024-11-11T12:27:22.278Z","updated_at":"2026-05-07T19:02:31.630Z","avatar_url":"https://github.com/tozd.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/plast8","https://github.com/sponsors/mitar"],"categories":[],"sub_categories":[],"readme":"# tozd/nginx-mailer\n\n\u003chttps://gitlab.com/tozd/docker/nginx-mailer\u003e\n\nAvailable as:\n\n- [`tozd/nginx-mailer`](https://hub.docker.com/r/tozd/nginx-mailer)\n- [`registry.gitlab.com/tozd/docker/nginx-mailer`](https://gitlab.com/tozd/docker/nginx-mailer/container_registry)\n\n## Image inheritance\n\n[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← [`tozd/nginx`](https://gitlab.com/tozd/docker/nginx) ← `tozd/nginx-mailer`\n\nSee also [`tozd/mailer`](https://gitlab.com/tozd/docker/mailer).\n\n## Tags\n\n- `ubuntu-trusty`: nullmailer 1.11\n- `ubuntu-xenial`: nullmailer 1.13\n- `ubuntu-bionic`: nullmailer 2.1\n- `ubuntu-focal`: nullmailer 2.2\n- `ubuntu-jammy`: nullmailer 2.2\n- `ubuntu-noble`: nullmailer 2.2\n- `ubuntu-resolute`: nullmailer 2.2\n\n## Volumes\n\n- `/var/log/nullmailer`: Log files when `LOG_TO_STDOUT` is not set to `1`.\n- `/var/spool/nullmailer`: Work files (e.g., queue). Persist this volume to not lose state.\n\n## Variables\n\n- `ADMINADDR`: If set, all e-mails to system users inside a container are send to this address.\n- `REMOTES`: E-mail relay server the container should be using to send e-mails.\n- `LOG_TO_STDOUT`: If set to `1` output logs to stdout (retrievable using `docker logs`) instead of log volumes.\n\n## Description\n\nImage extending [tozd/nginx](https://gitlab.com/tozd/docker/nginx) image with a simple e-mailing out of the container\nusing [nullmailer](http://untroubled.org/nullmailer/).\n\nWhen `LOG_TO_STDOUT` is set to `1`, Docker image logs output to stdout and stderr. All stdout output is JSON.\n\nThis image primarily serves as a base image for other images which need to send e-mails out.\nIt does not really deliver e-mails to wide Internet, but just relays it to the e-mail server\nyou configure in `REMOTES`. But programs in your extended images do not have to worry\nabout all that and can just use `sendmail` program locally.\n\nIf you need sending e-mails to wide Internet, consider using [`tozd/postfix`](https://gitlab.com/tozd/docker/postfix)\nDocker image. You can also then set `REMOTES` to send all e-mail to a `tozd/postfix` container.\n\n## GitHub mirror\n\nThere is also a [read-only GitHub mirror available](https://github.com/tozd/docker-nginx-mailer),\nif you need to fork the project there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftozd%2Fdocker-nginx-mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftozd%2Fdocker-nginx-mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftozd%2Fdocker-nginx-mailer/lists"}