https://github.com/simonrupf/docker-postfix
SMTP server for use as an internet facing MTA
https://github.com/simonrupf/docker-postfix
Last synced: 3 days ago
JSON representation
SMTP server for use as an internet facing MTA
- Host: GitHub
- URL: https://github.com/simonrupf/docker-postfix
- Owner: simonrupf
- Created: 2019-09-01T17:32:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T14:13:15.000Z (29 days ago)
- Last Synced: 2025-06-02T19:19:48.490Z (29 days ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/simonrupf/postfix
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# postfix
SMTP server for use as an internet facing MTA. Set the timezone for logging via
`TZ` environment variables.## Environment variables
- `TZ`: timezone used for logging, defaults to UTC
## Persistent volumes
- `/etc/postfix/main.cf`: main configuration - owner 0, group 0, mode 0644
- `/etc/postfix/master.cf`: service configuration - owner 0, group 0, mode 0644
- `/var/spool/postfix`: postfix working directory, run `/usr/sbin/postfix check` to initialize it - owner 0, group 0, mode 0755## Network ports
- `25/tcp`: SMTP
- `465/tcp`: SMTPS
- `587/tcp`: SMTP STARTTLS submission
- `10025/tcp`: SMTP for filtered email## Usage
```shell
make help
```