Sign inSign up

homecentr/opensmtpd

By homecentr

Updated over 4 years ago

Image
0

380

homecentr/opensmtpd repository overview

Project status

CI/CD on master

Homecentr - opensmtpd

Usage

version: "3.7"
services:
  opensmtpd:
    build: .
    image: homecentr/opensmtpd

Environment variables

NameDefault valueDescription
SMTP_ARGSCommand line arguments passed to the smtpd executable.

Exposed ports

PortProtocolDescription
25TCPSMTP

Other ports may be exposed by configuring the smtpd.conf config file.

Volumes

Container pathDescription
/config/smtpd.confOpensmtpd main configuration file.

Security

The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.

Container user

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.

Tag summary

Content type

Image

Digest

Size

8.9 MB

Last updated

over 4 years ago

docker pull homecentr/opensmtpd