Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ale 8bcc2dbbcd initial commit 4 years ago
secure initial commit 4 years ago
webmail initial commit 4 years ago
wildduck initial commit 4 years ago
.env initial commit 4 years ago
.gitignore initial commit 4 years ago
README.md initial commit 4 years ago
docker-compose.yml initial commit 4 years ago
entrypoint.sh initial commit 4 years ago
start.sh initial commit 4 years ago

README.md

Haraka-Wildduck Docker Mail Server

Instalar

  • Ejecutar: ./start.sh <dominio> - Configura los certificados en la carpeta ./secure
  • Editar .env con el valor del dominio

Arrancar

  • Instalar docker y docker-compose
  • Ejecutar: docker-compose up -d
  • Abrir el navegador http://webmail:3000

Persistencia

  • Ejecutar: docker cp mongo:/data/db ./mongodb && chown -R 999.999 ./mongodb
  • Ejecutar: docker cp redis:/data ./redis && chown -R 999.999 ./redis
  • Descomentar las lineas del archivo docker-compose.yml
  • Ejecutar: docker-compose down && docker-compose up -d

Licencia

  • MIT