Sign inSign up

neatous/smtp

By neatous

Updated 2 months ago

Image
0

915

neatous/smtp repository overview

SMTP server

Generate new DKIM signature

General information
  • Only possible on local development machine.
  • Files must be then pushed to the repository.
  • Jenkins will build docker image with private key from the repository.
Process
  • Examples expect source code in /var/www/acris directory.
  • Build container cd /var/www/acris/docker-server/smtp && docker build . --tag=smtp
  • Run docker container cd /var/www/acris/docker-server/smtp && docker run --name=smtp -v "/var/www/acris/docker-server/smtp/data/dkim:/etc/exim4/dkim" smtp
  • Generate certificate docker exec -t smtp /gencert.sh --domain=domain.cz
  • Add new DNS record to your domain's DNS records.
  • Check and commit generated and modified files to the repository.

Tag summary

Content type

Image

Digest

sha256:5b742b1cf

Size

94.6 MB

Last updated

2 months ago

docker pull neatous/smtp