version: "3.7"
services:
opensmtpd:
build: .
image: homecentr/opensmtpd
| Name | Default value | Description |
|---|---|---|
| SMTP_ARGS | Command line arguments passed to the smtpd executable. |
| Port | Protocol | Description |
|---|---|---|
| 25 | TCP | SMTP |
Other ports may be exposed by configuring the
smtpd.confconfig file.
| Container path | Description |
|---|---|
| /config/smtpd.conf | Opensmtpd main configuration file. |
The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.
The container supports privilege drop. Even though the container starts as root, it will use the permissions only to perform the initial set up. The opensmtpd process runs as UID/GID provided in the PUID and PGID environment variables.
:warning: Do not change the container user directly using the user Docker compose property or using the --user argument. This would break the privilege drop logic.
Content type
Image
Digest
Size
8.9 MB
Last updated
over 4 years ago
docker pull homecentr/opensmtpd