Chapter 10: Install Dovecot IMAP/POP3 Server
In the previous section we installed a Postfix Mail Server, now in order to retrieve your email to say into your Outlook we need to install a POP3 server.
Initially you will find the Dovecot IMAP POP3 email client in the unused module section of Webmin.
Webmin > Un-used Modules > Dovecot IMAP/POP3 Server
![]() |
![]() |
![]() |
Now that the IMAP POP3 email server is installed we need to configure it.
By default, CentOS' Dovecot daemon provides only IMAP and IMAPs services. Because we also want POP3 and POP3s we must configure Dovecot to do so.
We edit /etc/dovecot.conf and enable the lines (remove #)
From command line use the vi command to edit a file.
vi /etc/dovecot.conf
Ensure you have the following in the ‘edit config file’ of dovecot.
|
# Required on x86_64 kernels protocols = imap imaps pop3 pop3s protocol imap { protocol lda { auth default { dict { plugin { |
Thats about it for the IMAP/POP3 server install.
Now if you follow the instructions for email account setup in say Outlook you should be able to connect to your mail server using the pop3 mail setting.
Note: You can create a new email account after you have installed Virtualmin to manage your domains.
Webmin > Virtualmin Virtual Server > Select domain name > Edit Mail Aliases > Add an alias to this domain.























Comments
Post new comment