admpresales/mailserver.dockerapp
Standalone email server for Nimbus
387
Supported through nimbusapp. Requires Docker Compose and Docker App (All pre-configured on Nimbus Server).
Standalone email server, using the GreenMail image published on Docker Hub.
Webmail interface: Roundcube (github).
Latest Tags
Run nimbusapp mailserver tags
to see the latest, or see the list of tags on Docker Hub.
Usage - Mail Server Configuration
Use the following settings when adding email configuration to your application.
Setting | Value |
---|---|
IMAP Server | nimbusserver.aos.com |
IMAP Port | 3143 |
SMTP Server | nimbusserver.aos.com |
SMTP Port | 3025 |
Usage - Webmail
A lightweight webmail solution is included for checking email:
http://nimbusserver.aos.com:8143/
Basic Commands for nimbusapp
Description | Command |
---|---|
List available tags | nimbusapp mailserver tags |
Create containers | nimbusapp mailserver:$TAG up |
Stop existing containers | nimbusapp mailserver:$TAG stop |
Start existing containers | nimbusapp mailserver:$TAG start |
Destroy containers | nimbusapp mailserver:$TAG down |
Inspect configuration | nimbusapp mailserver:$TAG inspect |
Adjusting Parameters
If you need to change one of these parameters, you can add the change to your nimbusapp up
with the -s
or --set
option:
nimbusapp -s "SMTP_PORT=3025" -s "IMAP_PORT=3143" -s "RESTART=always" mailserver:$TAG up
Available Parameters
To list all available platforms, use the nimbusapp inspect
command:
nimbusapp mailserver:$TAG inspect
docker pull admpresales/mailserver.dockerapp