greenmail/standalone

By greenmail

Updated 4 months ago

Runs GreenMail standalone

Image
Integration & delivery
Developer tools
16

5M+

greenmail/standalone repository overview

Runs GreenMail standalone using the official Azul Zulu OpenJDK base image.

GreenMail setup uses the default mail ports with an offset of 3000.

Usage:

docker run -t -i -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 -p 8080:8080 greenmail/standalone:2.1.8

Exposed ports:

  • 3025 : SMTP
  • 3110 : POP3
  • 3143 : IMAP
  • 3465 : SMTPS
  • 3993 : IMAPS
  • 3995 : POP3s
  • 8080 : GreenMail API

Docker ENV environment variables:

  • GREENMAIL_OPTS : GreenMail standalone runner options, defaults to '-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled'
  • JAVA_OPTS : JVM options, defaults to '-Djava.net.preferIPv4Stack=true'

See GreenMail Docker documentation for details, such as Docker environment options for GreenMail.

Tag summary

Content type

Image

Digest

sha256:d556b8c7d

Size

113.5 MB

Last updated

4 months ago

docker pull greenmail/standalone