Mailpit
A running Mailpit instance exposing:
- Mailpit UI: https://mailpit.auth.dev.cante.dev
- The smtp port listens on
smtp://mailpit.auth.dev.cante.dev:1025
Configuration
The configuration parameters can found as env variables in docker_compose.yml
.
currently the service contains these config env vars:
1 2 3 4 5 6 7 8 |
--- MH_HOSTNAME: mailpit.auth.dev.cante.dev MP_DATA_DIR: /data/maildir MP_SMTP_BIND_ADDR: mailpit:1025 MP_SMTP_SSL_CERT: /tls/certificate.crt MP_SMTP_SSL_KEY: /tls/privatekey.key MP_UI_BIND_ADDR: mailpit:8025 |
Authentication is enabled, using STARTTLS, fed from the file in htpasswd format
at /data/auth_stack/mailpit/passwords.
the test users are aggregated into the test_users
variable.
Config file documentation can be found at the mailpit wiki's Runtime options .
Docker Images
Docker images can be found on DockerHub at axllent/mailpit
Currently the image ghcr.io/kwanta-cante/mailpit:latest
is used
See also
©2021,2022 by Cante Mining Corporation S.R.L.
Generated on 2022-11-12 14:44:00Z