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?
../stable-auto/dovecot-2.2
to my repo list, what happens if dovecot-3.0 comes out? Will I have to manually remove dovecot-2.2 and add the dovecot-3.0 repo to get updates? I'm guessing currently apt-get will pull any updates that are in v2.2.x? – Bak Apr 24 '13 at 14:57