LinuxWorld with GK
LinuxWorld with GK
  • 7
  • 10 738
How to Install Free SSL Certificate on Zimbra Mail Server Step by Step | Let's Encrypt Certificate!
How to Install Let's Encrypt SSL Certificate in Zimbra Open Source Mail Server on Ubuntu 20.04 LTS:
================================================================================
Step 1. Install certbot package on Zimbra server.
To Install certbot on Zimbra server with Ubuntu OS Execute following command!
sudo apt install certbot python3-certbot-apache
Step 2 . Download the certificate from Let's Encrypt Certificate.
To download certificate execute following command
[root@mail ~]# sudo certbot certonly --standalone --preferred-chain "ISRG Root X1"
Step 3. Install the Certificate.
Copy the privkey.pem to the directory as written in command.
[root@mail ~]# cp /etc/letsencrypt/live/mail.linuxworldwithgk.in/privkey.pem /opt/zimbra/ssl/zimbra/commercial/commercial.key
[root@mail ~]# chown zimbra:zimbra /opt/zimbra/ssl/zimbra/commercial/commercial.key
Next, you need to edit chain.pem file and append root CA to it. To get the IdenTrust root Certificate execute following command.
[root@mail ~]# wget -O /tmp/ISRG-X1.pem letsencrypt.org/certs/isrgrootx1.pem.txt
[root@mail ~]# cat /tmp/ISRG-X1.pem /etc/letsencrypt/live/mail.ingu.pw/chain.pem
Step 4. Verify your certificate.
Now create a directory /opt/zimbra/ssl/letsencrypt and copy all the certificate files.
[root@mail ~]:~# mkdir /opt/zimbra/ssl/letsencrypt
[root@mail ~]# cp /etc/letsencrypt/live/mail.yourdomain.com/* /opt/zimbra/ssl/letsencrypt/
Next change the ownership of files.
[root@mail ~]# chown zimbra:zimbra /opt/zimbra/ssl/letsencrypt/*
[root@mail ~]# ls -la /opt/zimbra/ssl/letsencrypt/
After that switch to zimbra user and change working directory.
[root@mail ~]# su zimbra
[zimbra@mail root]$ cd /opt/zimbra/ssl/letsencrypt/
Step 5. Now, it’s time to verify and deploy the certificate.
[zimbra@mail letsencrypt]$ /opt/zimbra/bin/zmcertmgr verifycrt comm
[zimbra@mail letsencrypt]$ /opt/zimbra/bin/zmcertmgr deploycrt comm cert.pem chain.pem
At last, just restart the Zimbra services to reload newly installed cerificate
[zimbra@mail letsencrypt]$ zmcontrol restart
Now, go and check new SSL certificate in browser.
For any query you can write an email to me at gautam19nov1991@gmail.com
Thank you!!!
มุมมอง: 142

วีดีโอ

Learn How to Use the Vim Text Editor in Linux with examples!
มุมมอง 7511 หลายเดือนก่อน
In this video, I have covered how to use Linux Vi or Vim Editor and edit files like a pro. Topics like: - How to install Vim in Linux - Modes in Vim - How to edit a file in Linux - VI Editor shortcuts like - How to open file using vim editor - How to write into file using vim editor. - How to exit without save in linux in vi editor - Vimtutor - How to move the Cursor: - How to delete the text i...
30 Basic Commands in Linux/Unix || LINUX COMMANDS || Linux Basic Commands || Basic Commands in Linux
มุมมอง 14811 หลายเดือนก่อน
30 Linux Basic Commands you NEED to know!! In this video, I have explained the 30 Linux basic commands you NEED to know! If you are a beginner in Linux. Github Repo URL for 30 Linux Basic Commands: github.com/GAUTAMKUMARSINGH/linuxworldwithgk.git For any query related to linux commands you can send an email to me at linuxworldwithgk@gmail.com
How to Install and Configure Zimbra Open Source Mail Server on Ubuntu 20.04 LTS | Zimbra Mail Server
มุมมอง 8Kปีที่แล้ว
How to Install and Configure Zimbra Open Source Mail Server on Ubuntu 20.04 LTS: Minimum System Requirements for Zimbra: 1. Intel/AMD 64-bit CPU 1.5 GHz 2. For single server installations, a minimum of 8GB of RAM is required. Minimum system Requirement URL: docs.zimbra.com/docs/shared/8.6.0/system_requirements/wwhelp/wwhimpl/js/html/wwhelp.htm#href=System_Requirements_86.System_Requirements_for...
How to Install Ubuntu Server 20.04 LTS on VMware vSphere Hypervisor ESXi
มุมมอง 2252 ปีที่แล้ว
This video shows you how to create Ubuntu 20.04 LTS virtual machine on the ESXi server. To create a virtual machine: Step 1: First of all, Login ESXi Admin Console. Step 2: After login it, click Virtual Machines to create a new VM. Step 3: Then click Create / Save VM. Step 4: Select Create a new virtual machine and click Next. Step 5: Specify the operating system name and version. Step 6: Selec...
How to Recover (Reset) the Centos or RHEL Root Password | Linux & Cloud Tech
มุมมอง 862 ปีที่แล้ว
This video shows you how to break and reset root password in Linux (RHEL7 & Centos7) To Reset Centos7 or RHEL 7 Root password: Step 1: For password reset restart the machine, While restarting the machine , at the grub boot menu press the “ e” key to edit the first boot entry. Step 2: From the grub options, go to the line that starts with “ linux16” Step 3: You have to go the end of the line and...
How to Create New Virtual Machine in VMware vSphere ESXi | Linux & Cloud Tech
มุมมอง 1.9K2 ปีที่แล้ว
This video shows you how to create a new Linux virtual machine on the ESXi server. To create a virtual machine: Step 1: First of all, Login ESXi Admin Console. Step 2: After login it, click Virtual Machines to create a new VM. Step 3: Then click Create / Save VM. Step 4: Select Create a new #virtual #machine and click Next. Step 5: Specify the operating system name and version. Step 6: Select t...

ความคิดเห็น

  • @abhinavbaliyan5779
    @abhinavbaliyan5779 21 วันที่ผ่านมา

    Great video 🎉

  • @umeshkumar-y9j7n
    @umeshkumar-y9j7n 21 วันที่ผ่านมา

    VERY HELPFUL VIDEOS CONCEPT ARE CLEAR NOW

  • @Nayan-m4g
    @Nayan-m4g 21 วันที่ผ่านมา

    Thanks for uploading the Video

  • @amanjailwal
    @amanjailwal 21 วันที่ผ่านมา

    Thank you for uploading the video. We are currently working on updating the certificate on our Zimbra server, and your video has been incredibly helpful in guiding us through the process. We would appreciate it if you could upload more technical videos, as they provide valuable insights and practical solutions for our work.

    • @linuxworldwithgk
      @linuxworldwithgk 21 วันที่ผ่านมา

      Thanks, Sure!! Soon you will get Video on Email Authentication Protocols with hands on.

  • @ManishSingh-hu4ve
    @ManishSingh-hu4ve 21 วันที่ผ่านมา

    Thank you for uploading the video. We are currently working on updating the certificate on our Zimbra server, and your video has been incredibly helpful in guiding us through the process. We would appreciate it if you could upload more technical videos, as they provide valuable insights and practical solutions for our work.

    • @linuxworldwithgk
      @linuxworldwithgk 21 วันที่ผ่านมา

      Thanks, Sure!! Soon you will get Video on Email Authentication Protocols with hands on.

  • @digitaleastcoast9075
    @digitaleastcoast9075 3 หลายเดือนก่อน

    This one is Zimbra free edition or network edition?

    • @linuxworldwithgk
      @linuxworldwithgk 3 หลายเดือนก่อน

      Zimbra free edition (Open source).

  • @SEO-010
    @SEO-010 3 หลายเดือนก่อน

    Can you make a setup and config video about Stalwart mail server (is open source - free and works with linux , macOS, Windows and Docker) ?

  • @treveller454
    @treveller454 6 หลายเดือนก่อน

    Please send me your contact number

  • @vcsscreen1
    @vcsscreen1 7 หลายเดือนก่อน

    Sir Can you make video for Install Free SSL on ubuntu Zimbra Server

  • @vcsscreen1
    @vcsscreen1 8 หลายเดือนก่อน

    Thanks I have configured Server successfully but i want to access this server with hostname can you help me for that. I can access it with ip Adddress. (I want to access in Local Lan with hostname) can you tell me how can i add A record in DNS?

    • @linuxworldwithgk
      @linuxworldwithgk 8 หลายเดือนก่อน

      Thanks for watching my video. I will try to create separate video on DNS soon.

  • @vcsscreen1
    @vcsscreen1 8 หลายเดือนก่อน

    Thanks I have configured Server successfully but i want to access this server with hostname can you help me for that. I can access it with ip Adddress

    • @linuxworldwithgk
      @linuxworldwithgk 8 หลายเดือนก่อน

      You need to add A record of Zimbra server IP in your DNS.

    • @vcsscreen1
      @vcsscreen1 8 หลายเดือนก่อน

      ​@@linuxworldwithgk can you tell me how can i add A record in DNS

  • @thetryguy
    @thetryguy 8 หลายเดือนก่อน

    if i have both public and lan ip, what should i enter ehre in vi /etc/hosts and dnsmasq

    • @linuxworldwithgk
      @linuxworldwithgk 8 หลายเดือนก่อน

      LAN IP

    • @thetryguy
      @thetryguy 8 หลายเดือนก่อน

      @@linuxworldwithgk it doesnt recieve or send any mails, have mx and A record already set

  • @abdulrahmanaa3969
    @abdulrahmanaa3969 10 หลายเดือนก่อน

    very useful thankyou !

  • @happimuchangi7551
    @happimuchangi7551 11 หลายเดือนก่อน

    Thank you! It worked!!!

  • @iiddrrii6051
    @iiddrrii6051 11 หลายเดือนก่อน

    Love your channel!!

  • @asmitakumari7747
    @asmitakumari7747 11 หลายเดือนก่อน

    Great content!!

  • @ManishSingh-hu4ve
    @ManishSingh-hu4ve ปีที่แล้ว

    Thanks Sir it will help us more 😊

  • @kychemclass5850
    @kychemclass5850 ปีที่แล้ว

    Thanks. Very helpful. :)

  • @Snowi-k2v
    @Snowi-k2v ปีที่แล้ว

    hello sir, first i want to say thank you for this tutorial, great. And i have question, how to zimbra can send email to gmail? but for receive perfect.

    • @linuxworldwithgk
      @linuxworldwithgk ปีที่แล้ว

      You can send email to gmail or any external domain after adding A and MX of Zimbra sever in Global DNS and you should also have valid PTR record.

    • @Snowi-k2v
      @Snowi-k2v ปีที่แล้ว

      I will wait for your video sir, it is very helpful if there is a video and I can learn from you. Thank You@@linuxworldwithgk

    • @Snowi-k2v
      @Snowi-k2v ปีที่แล้ว

      I've added a record and mx accordingly using cloudflare, but it can only receive emails, to send to other domains it doesn't work. Is there a problem with the settings?@@linuxworldwithgk

    • @linuxworldwithgk
      @linuxworldwithgk ปีที่แล้ว

      I will try my best ASAP@@Snowi-k2v

    • @Snowi-k2v
      @Snowi-k2v ปีที่แล้ว

      Thank you very much sir, I will definitely wait for the video@@linuxworldwithgk

  • @pasindueranga617
    @pasindueranga617 ปีที่แล้ว

    Thank you good explanation.

  • @mdsafikulislam9113
    @mdsafikulislam9113 ปีที่แล้ว

    Why we need Zimbra mail server? example: Starpup or Business company?

  • @padmakarize
    @padmakarize ปีที่แล้ว

    can we send on external domain? after adding A and MX record

    • @linuxworldwithgk
      @linuxworldwithgk ปีที่แล้ว

      yes you can send email to external domain after adding A and MX.

  • @handsomeli-nh5oe
    @handsomeli-nh5oe ปีที่แล้ว

    Do you know how to compile zimbra10? Can you provide a document?❤

  • @ManishSingh-hu4ve
    @ManishSingh-hu4ve ปีที่แล้ว

    Hello Sir, Please upload Zimbra patch upgrade Video for Multi server setup.

    • @linuxworldwithgk
      @linuxworldwithgk ปีที่แล้ว

      Thank you! I will upload it very soon.

  • @asmitakumari7747
    @asmitakumari7747 ปีที่แล้ว

    Good Content!

  • @ManishSingh-hu4ve
    @ManishSingh-hu4ve ปีที่แล้ว

    Thanks. Please keep it😮😊

  • @ManishSingh-hu4ve
    @ManishSingh-hu4ve ปีที่แล้ว

    Thanks for uploading the video 😊

  • @ManishSingh-hu4ve
    @ManishSingh-hu4ve ปีที่แล้ว

    Thanks sir . It may help many beginners to understand about zimbra collaboration and installation of it. ❤😊

  • @satenderkumar_786
    @satenderkumar_786 ปีที่แล้ว

    Good

  • @asmitakumari7747
    @asmitakumari7747 2 ปีที่แล้ว

    Great content! Keep it up.

  • @RanjeetKumar-zl6dl
    @RanjeetKumar-zl6dl 2 ปีที่แล้ว

    Thanks for the information. 😊

  • @linuxworldwithgk
    @linuxworldwithgk 2 ปีที่แล้ว

    How to break or reset root password in Linux (RHEL7 & Centos7)