Tutorial & Configuration
  • Home
  • Desktop
  • Server
  • Mikrotik
  • Tools
  • Home
  • Desktop
  • Server
  • VirtualBox
  • Cisco
  • Mikrotik
  • Tools
  • About
  • Contact

Senin, 24 April 2023

Install Zimbra Mail Server Ubuntu 20.04

 maouam     April 24, 2023     Server, Zimbra     No comments   

 1. Setup domain

    - Type: A Host: mail Value: public IP
    - Type: MX Host: @ Value: mail.youdomain.com

2. Update & Upgrade your Ubuntu Server

    - sudo -i
    - apt update && apt upgrade -y 

3. Set Hostname & host

    - hostnamectl set-hostname mail.yourdomain.com
    - sudo -i
    - nano /etc/hosts
        PublicIP mail.yourdomain.com

4. Install DNSmasq & disable systemd-resolve

    - systemctl disable systemd-resolved
    - systemctl stop systemd-resolved
    - ls -lh /etc/resolv.conf
    - rm -f /etc/resolv.conf
    - nano /etc/resolv.conf
        nameserver 8.8.8.8
    - apt install dnsmasq -y

5. Config DNSmasq

    - cp /etc/dnsmasq.conf /etc/dnsmasq.conf.bak
    - nano /etc/dnsmasq.conf
        server= PublicIP
        domain= yourdomain.com
        mx-host= yourdomain.com, mail.yourdomain.com, 5
        mx-host= mail.yourdomain.com, mail.yourdomain.com, 5
        listen-address=127.0.0.1
    - dig -t A mail.yourdomain.com
    - dig -t MX yourdomain.com

6. Install Zimbra

    - wget https://files.zimbra.com/downloads/8.8.15_GA/zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954.tgz
    - tar xvzf zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954.tgz
    - cd zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954
    - ./install.sh (choice Y, waiting full done)

7. Set admin password

    - choice zimbra-store
    - choice Admin Password (set password)
    - r (back to menu)
    - a (to apply)
    - yes

8. Done, access with browser

    - https://mail.yourdomain.com:7071 (Zimbra Admin, for create account etc)
    - https://mail.yourdomain.com  (Web mail GUI)

        

  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Kirimkan Ini lewat EmailBlogThis!Bagikan ke XBerbagi ke Facebook
Posting Lebih Baru Posting Lama Beranda

0 komentar:

Posting Komentar

Popular Posts

  • Install zenchain node di Ubuntu-Linux (self-host node)
      Install zenchain node di Ubuntu-Linux (self-host node)   #Buat wallet baru di metamask dan import ke OKX juga (EVM) #WL di web (supa...
  • Install 0GDA Node & Client di Ubuntu-Linux
    Install 0GDA Node & Client di Ubuntu-Linux Spec vps CPU 8 core RAM 16 GB Contabo spec VPS-3 #Buat Wallet EVM (buat di OKX simpan p...
  • Install PWR node di Linux-Ubuntu
    Install PWR Node DC PWR: https://discord.com/invite/Mu3ktCk4 #Update paket sudo su apt update #Install java apt install openjdk-19-jre-headl...
  • INSTALL CHASM NODE DI LINUX/UBUNTU
      INSTALL CHASM DI LINUX/UBUNTU   #Buka web https://console.groq.com/keys   | daftar #Jika sudah daftar, buat api di https://console.g...

LABELS

  • AWS
  • Cisco
  • Cloud
  • Desktop
  • DevOps
  • Mikrotik
  • Network
  • Nginx
  • node2an
  • Proxmox
  • Server
  • Tools
  • VirtualBox
  • Zimbra

Sosial Media

Facebook 35.4Fans
Twitter 519Followers
Instagram 1060Followers
google+ 16Followers
Youtube 24Subscriber

Widget

  • Home
  • About Us
  • Contact Us

Copyright © Tutorial & Configuration