mailcow / mailcow-dockerized-app

Clone of the mailcow-dockerized repo which contains extra services for CowUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ATTENTION⚠️

This repo is using for development purposes of CowUI. So do not use it instead of original mailcow-dockerized!

mailcow: dockerized - 🐮 + 🐋 = 💕

How can you run it?

  • First you need to init submodules:
# Get the repo
git clone https://github.com/mailcow/mailcow-dockerized-app.git && cd mailcow-dockerized-app/

# Init submodules
git submodule init

# Get the latest commits
git submodule update --remote --recursive
  • After that you need the create mailcow config and build CowUI services:
# Generate the config
./generate_config.sh

# Build necessary services images locally
docker-compose build cowui-backend-mailcow cowui-frontend-mailcow sync-engine-mailcow
  • Last, pull remaining images and up the compose:
docker-compose pull 
docker-compose up -d

Want to support mailcow?

Please consider a support contract with Servercow to support further development. We support you while you support us. :)

You can also get a SAL which is a one-time payment with no liabilities or returning fees.

Or just spread the word: moo.

Info, documentation and support

Please see the official documentation for installation and support instructions. 🐄

🐛 If you found a critical security issue, please mail us to info at servercow.de.

Cowmunity

mailcow community

Telegram mailcow channel

Telegram mailcow Off-Topic channel

Telegram desktop clients are available for multiple platforms. You can search the groups history for keywords.

Misc

Important: mailcow makes use of various open-source software. Please assure you agree with their license before using mailcow. Any part of mailcow itself is released under GNU General Public License, Version 3.

About

Clone of the mailcow-dockerized repo which contains extra services for CowUI.

License:GNU General Public License v3.0


Languages

Language:PHP 51.9%Language:Perl 24.7%Language:JavaScript 9.6%Language:Shell 8.7%Language:Python 1.7%Language:Lua 1.7%Language:Dockerfile 0.8%Language:CSS 0.5%Language:HTML 0.2%Language:Smarty 0.2%Language:Ruby 0.0%Language:NASL 0.0%Language:Sieve 0.0%Language:C++ 0.0%