11 Jun
2012
11 Jun
'12
5:38 p.m.
On 06/11/2012 05:03 PM, Tomislav Mihalicek wrote:
Here you go...
cat /etc/apt/sources.list
# latest dovecot # apt-get install debian-dovecot-auto-keyring deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main deb-src http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main
They are not official packages. As I understand, questioner asks for official ones. As a matter of fact - there are none for stable.
You can try to use it from testing with apt pinning and package priorities. For example:
/etc/apt/apt.conf or /etc/apt/apt.conf.d/99stable: APT::Default-Release "stable";
/etc/apt/preferences.d/dovecot Package: dovecot* Pin: release a=testing Pin-Priority: 999
and use "apt-policy show dovecot-<whatever>" to check. Testing packages still receives a lot of changes, so it will be a little bit annoying for frequent updates. Let me know if you choose that way and if it works for you.
Sincerely, Nerijus Kislauskas