Linux Tutorials on the topic “dovecot”
-
Postfix Virtual Hosting With LDAP Backend And With Dovecot As IMAP/POP3 Server On Ubuntu Bionic Beaver 18.04 LTS
Author: Miguel • Tags: dovecot, email, linux, postfix, server, ubuntu • Comments: 11This tutorial describes how to set up and configure virtual mail hosting with an LDAP backend. Software we will use in this howto: Postfix (MTA), Dovecot (IMAP / POP3), Gnarwl (vacation), OpenLDAP (LDAP) and vMailpanel as the management interface. Optional are Proftpd FTP, Roundcube (webmail) and MariaDB (SQL backend for Roundcube).
-
ISPConfig 3: Automated installation on Debian
Author: Matteo Temporini • Tags: apache, bind, control panels, debian, dns, dovecot, ispconfig, linux, mysql, nginx, php, postfix, server, ubuntu, web server • Comments: 69As you might know, ISPConfig is one of the best free opensource hosting control panels available to manage linux servers in single and multi server environments. This tutorial explains how to deploy and install this amazing contol panel with ispconfig_setup script.
-
The Perfect Server - OpenSUSE 12.3 x86_64 (Apache2, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, php, postfix, suse.apache • Comments: 0This is a detailed description about how to set up an OpenSUSE 12.3 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
-
The Perfect Server - OpenSUSE 12.3 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, nginx, php, postfix, suse • Comments: 0This tutorial shows how to prepare an OpenSUSE 12.3 64bit (x86_64) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, Dovecot POP3/IMAP, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
What is Dovecot?
Dovecot is an open source IMAP (Internet Message Access Protocol) and POP3 (Post Office Protocol) server that was initially released in 2002 by Timo Sirainen. The mailserver was developed with security in mind, while performance and easy set-up were also primary concerns. Dovecot currently enjoys a large global market success, being the mail server of choice for almost 60% of all IMAP servers.
The popular mail server is commonly used in Linux, Solaris, BSD, and Mac OSX systems and it supports IMAP v4 (first revision) with SORT, THREAD and IDLE extensions, POP v3, SSL, TLS, shared mailboxes, configurable ACL files and Maildir++ quota. It is also one of the three fully compliant servers according to IMAPWiki tests, and the only one that is open source. Dovecot is especially friendly to the user as it tries to offer easily understandable but technically precise error messages, features automatically fixing of broken index files, supports self-optimization methods and user-friendly configuration tools. It is indicative of the quality of the particular software that Apple includes it in Mac OSX Server v10.6.
Dovecot follows a different development method when it comes to security. Instead of fixing holes after testing rounds or user reports, the developer offers 1000 Euros to every person that finds a security hole. The tool also supports easy and seamless migration from other IMAP and POP3 server tools without any impact to the users, offers integration with Postfix and Exim for SMTP authentication, and supports many different authentication databases and mechanisms such as the DIGEST-MD5, GSSAPI, RPA and external SASL.
The extendability possibilities for Dovecot are especially wide as well. There are many Dovecot plugins that are officially tested, approved, maintained and distributed by Dovecot developers, and there are also countless Dovecot plugins found in external databases which are not officially supported. Parts of Dovecot's core functionality like the quota and the ACL support are actually implemented through plugins. Thanks to the collection of these plugins, users can further add support for new mailbox formats, add their own data into index files, modify existing behavior and add new commands.
HowtoForge and Dovecot
While HowtoForge has some tutorials that show how to install and configure Dovecot on Nginx, Apache and how to make it collaborate with Postfix, the list isn't long just yet. For help on all things Dovecot, you can visit our dedicated forums and seek for expert advice from the helpful users that hang out there.