Linux serverNETWORK ADMINISTRATIONSsmtp server liux

How To Install Mailcow Mail Server On Ubuntu 20.04

in This Tutorial you will learn “How To Setup and Configure Mailcow Server on Ubuntu 20.04

Mailcow is a Docker based email server which provides an elegant web interface for managing domains, mailboxes and more.

lsb_release -d ; hostname -I ; hostname
apt update ; apt -y install docker.io docker-compose -y
docker –version ; docker-compose –version
git clone https://github.com/mailcow/mailcow-dockerized
cd mailcow-dockerized
./generate_config.sh
docker-compose pull
docker-compose up -d
https://ubuntu.example.com/
Username – admin | Default password- moohoo

source

by Quick Notepad Tutorial

linux smtp server