Setting up a Mail server using Roundcube - Part-2 - Centos 7


    On the previous article we have seen how to configure postfix configuration for a mail server. In this second part we will be seeing how to configure and integrate dovecot to handle mail box.

    Dovecot is an open-source Internet Message Access Protocol (IMAP) and Post Office Protocol version 3 (POP3) server application. It retrieves emails from Postfix and delivers them to the relevant mailbox on the mail server.

    The main config file is /etc/dovecot/dovecot.conf, all other related files are included in the main config file.


To integrate IMAP with postfix we have already declared the parameters on /etc/postfix/main.cf files on the Part-I article,



Changes to be updated on dovecot.conf file:

    Uncomment the protocol for accepting connections from external world,





Changes to be done on authentication process file:

    Disable plaintext autentication on 10-auth.conf file,
   
    Update your authentication mechanisms to accept plain login, this auth_mechanisms parameter specifies the method that the email client uses to authenticate with Dovecot.







Configuring Mail location:

    The mail location can be configured by editing the /etc/dovecot/conf.d/10-mail.conf file,



Edit your mail location to,



    This will set your mail location to /var/mail/ and respective user directory.

    Comment the namespace declaration for inbox.




Enabling additional Mail plugins:

    Add the below declaration inside the imap protocol in /etc/dovecot/conf.d/20-imap.conf that allows to create plugin automatically,





All other config files can be left as default.

Restart you imap server to reflect the changes.

    We have successfully configured IMAP server and SMTP server. Now we need an web interface to access our mail server and that can be done using a mail client Rouncube webmail. We will see how to setup Roundcube webmail on the following article Setting up a Mail server using Roundcube - Part-3 - Centos 7.

Feel free to ask if you have any questions.


Comments

Popular Posts on this blog

Apache Webserver - Installation from source (tar.gz and tar.bz2)

Setting up a Mail server using Roundcube - Part-1 - Centos 7

How to Install LAMP Stack on Linux - Centos 7

Apache Tomcat Installation - Ubuntu - 17.04

Installing Docker-Compose on Ubuntu

Setting up a Mail server using Roundcube - Part-3 - Centos 7

Blog Top Sites

Blog Log