This is a bit of a dumb question, but how do I install the newest stable of dovecot on Ubuntu 12.04 LTS server? I'm still a bit new to ubuntu and linux in general.
The newest stable is v2.2.1, but in the ubuntu repository it's only v2.0.19. The backports repository is only at v2.1.7-2.
I would rather not install from source since it seems like huge trouble when trying to upgrade and handling old dependencies.
I found their stable deb packages here, but how does it relate to the command:
apt-get install dovecot-imapd dovecot-pop3d
Does the deb file contain both dovecot-imapd and dovecot-pop3d or whatever else I need to install dovecot?