GithubHelp home page GithubHelp logo

telxey / mailcow-on-aarch64-arm64 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dedbash/mailcow-on-aarch64-arm64

0.0 0.0 0.0 18 KB

A guide on how to install and run Mailcow on an aarch64/arm64 server.

Shell 100.00%

mailcow-on-aarch64-arm64's Introduction

Installing Mailcow on aarch64/arm64

These instructions will guide you through the process of installing Mailcow on your aarch64/arm64 system.

Installation Steps

Most parts of the guide are from mailcow itself. You can have a look at them here

Install docker

curl -sSL https://get.docker.com/ | CHANNEL=stable sh
# After the installation process is finished, you may need to enable the service and make sure it is started (e.g. CentOS 7)
systemctl enable --now docker

On Debian/Ubuntu systems:

apt update
apt install docker-compose-plugin git

On Centos 7 systems:

yum update
yum install docker-compose-plugin git

Install mailcow

su
umask
#$ 0022 # <- Verify it is 0022
cd /opt
git clone https://github.com/mailcow/mailcow-dockerized
cd mailcow-dockerized

Initialize mailcow

./generate_config.sh
# Generate a configuration file. Use a FQDN (host.domain.tld) as hostname when asked.

aarch64/arm64 changes

# Most docker containers are replaced with the images from ghcr.io/maxtroughear
rm docker-compose.yml
curl -o docker-compose.yml https://raw.githubusercontent.com/DedBash/Mailcow-on-aarch64-arm64/main/docker-compose.yml
# if you use the backup system from mailcow:
rm helper-scripts/backup_and_restore.sh
curl -o helper-scripts/backup_and_restore.sh https://raw.githubusercontent.com/DedBash/Mailcow-on-aarch64-arm64/main/backup_and_restore.sh
chmod +x helper-scripts/backup_and_restore.sh

Start mailcow

docker compose pull
docker compose up -d

Tested on

Hetzner´s CAX11 cloud server

Credits

maxtroughear created the Docker containers

mailcow-on-aarch64-arm64's People

Contributors

dedbash avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.