Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»General Articles»How To Install Dovecot on Ubuntu 18.04 & 16.04 LTS

    How To Install Dovecot on Ubuntu 18.04 & 16.04 LTS

    By RahulMay 6, 20191 Min Read

    This tutorial will help you to install Dovecot on Ubuntu systems. Dovecot package provides service for POP/IMAP protocols. With these protocols, you can access emails accounts from remote clients.

    Advertisement

    Step 1 – Install Dovecot on Ubuntu

    Dovecot packages are available under default Ubuntu repositories. You can install Dovecot on Ubuntu by running a single command. Open a terminal and execute below command:

    sudo apt install dovecot
    

    Step 2 – Configure Dovecot

    Dovecot is a service used for providing POP/POP3s and IMAP/IMAPs protocols. POP/IMAP protocols are used for fetching emails from email accounts.

    Edit dovecot configuration file and search for below lines and update as below.

    # vim /etc/dovecot/dovecot.conf
    
    protocols = imap
    listen = *, ::
    mail_location = mbox:~/mail:INBOX=/var/mail/%u
    

    After doing changes just restart dovecot services to reload the configuration changes.

    service dovecot restart
    

    Step 3 – Verify Dovecot Setup

    Test your dovecot setup by fetching emails from your email accounts using IMAP protocol. mutt is a utility to use for fetch emails.

    mutt -f imap://username:[email protected]
    

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How to List Manually Installed Packages in Ubuntu & Debian

    10 Bash Tricks Every Developer Should Know

    How to Validate Email Address in JavaScript

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to List Manually Installed Packages in Ubuntu & Debian
    • 10 Bash Tricks Every Developer Should Know
    • How to Validate Email Address in JavaScript
    • Firewalld: Common Firewall Rules and Commands
    • 12 Apk Commands in Alpine Linux Package Management
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.