Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonrupf/docker-postfix
SMTP server for use as an internet facing MTA
https://github.com/simonrupf/docker-postfix
Last synced: about 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T13:11:51.000Z (about 1 year ago)
- Last Synced: 2023-12-25T14:33:39.527Z (about 1 year ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/simonrupf/postfix
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```