[Dovecot] Ubuntu stable versions
Hello,
I am using ubuntu-server for some of my servers. Unfortunately the latest version available is 1.1.11.
Is there any alternative than building it from source to get the latest dovecot version ?
Thanks Stonki
Stefan Onken schrieb:
Hello,
I am using ubuntu-server for some of my servers. Unfortunately the latest version available is 1.1.11.
Is there any alternative than building it from source to get the latest dovecot version ?
Thanks Stonki
http://wiki.dovecot.org/PrebuiltBinaries#v1.2
i use this with hardy, you may need somy pack fom debian squeeze additional
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
Robert Schetterer schrieb:
http://wiki.dovecot.org/PrebuiltBinaries#v1.2
i use this with hardy, you may need somy pack fom debian squeeze additional
you mean the Debian packages ? I checked the website but only packages for i386, not for 64bit :-(
Stonki
Hi
Stefan Onken wrote:
you mean the Debian packages ? I checked the website but only packages for i386, not for 64bit :-(
why not creating a backport? so dovecot does not get upgraded if you just do an apt-get upgrade and maybe you get an broken nightly build or sth. we use v1.2 backported from sid for our mailstorages on debian lenny 64bit.
regards raf
Raffael Schmid schrieb:
why not creating a backport? so dovecot does not get upgraded if you just do an apt-get upgrade and maybe you get an broken nightly build or sth. we use v1.2 backported from sid for our mailstorages on debian lenny 64bit.
actually I never dealed with backports by myself. I just switched from Gentoo to Ubuntu,so I am not that familiar with these things. If you can get me some idea (properly by private email) than I will try it.
Stonki
Hi Stefan
Stefan Onken wrote:
actually I never dealed with backports by myself. I just switched from Gentoo to Ubuntu,so I am not that familiar with these things. If you can get me some idea (properly by private email) than I will try it.
I had a look at the backports-page of debian. There are now some backports, even for 64bit: http://packages.debian.org/search?keywords=dovecot&searchon=names§ion=all&suite=lenny-backports
So we need to change this too...
how to add the backports-thing to your system is described here: http://backports.org/dokuwiki/doku.php?id=instructions
If you are running Ubuntu 9.04 ($ lsb_release -sir) this should work as their packages are based on debian lenny.
When you have any questions, dont hesitate to ask. There are many howtos about backporting on the internet. One example is this (its in german, but you should understand it according to your domain name...;): http://wiki.unixboard.de/index.php/Debian_Backports
regards
raf
Hello,
I have dovecot 1.2 build at launchpad :
https://launchpad.net/~n-bochev/+archive/ppa
It's not the latest hg revision ( or the one you'll find on Stefan's repository ) but it's recent enough and it gets updated monthly or so. I am running it on a few production servers and i don't tend to upgrade them often. If there's interest in builds for other ubuntu version ( 8.04, 8.10 ) i will put those up too. 9.10 build will be available when karmic gets released.
----- Original Message ----- From: "Raffael Schmid" raffael@yux.ch To: "Dovecot Mailinglist" dovecot@dovecot.org Sent: Monday, October 26, 2009 1:05:12 AM Subject: Re: [Dovecot] Ubuntu stable versions
Hi Stefan
Stefan Onken wrote:
actually I never dealed with backports by myself. I just switched from Gentoo to Ubuntu,so I am not that familiar with these things. If you can get me some idea (properly by private email) than I will try it.
I had a look at the backports-page of debian. There are now some backports, even for 64bit: http://packages.debian.org/search?keywords=dovecot&searchon=names§ion=all&suite=lenny-backports
So we need to change this too...
how to add the backports-thing to your system is described here: http://backports.org/dokuwiki/doku.php?id=instructions
If you are running Ubuntu 9.04 ($ lsb_release -sir) this should work as their packages are based on debian lenny.
When you have any questions, dont hesitate to ask. There are many howtos about backporting on the internet. One example is this (its in german, but you should understand it according to your domain name...;): http://wiki.unixboard.de/index.php/Debian_Backports
regards
raf
Stefan Onken schrieb:
Robert Schetterer schrieb:
http://wiki.dovecot.org/PrebuiltBinaries#v1.2
i use this with hardy, you may need somy pack fom debian squeeze additional
you mean the Debian packages ? I checked the website but only packages for i386, not for 64bit :-(
Stonki
what is your ubuntu version ? and the ubuntu distro update way normally is apt-get dist-upgrade to the latest then with the upcoming karmic release ( a few days left) you will get the latest stable ( in ubuntu eyes ) dovecot version
but you can also use auto builds with latest patches ( i use them on hardy ) apt will choose the right 64 version auto for you
v1.1
For Dovecot v1.1 the following line needs to be added to your /etc/apt/sources.list:
deb http://xi.rename-it.nl/debian/ testing-auto/dovecot-1.1 main
And if you would like to get the source packages, you should add:
deb-src http://xi.rename-it.nl/debian/ testing-auto/dovecot-1.1 main
v1.2
For Dovecot v1.2 the following line needs to be added to your /etc/apt/sources.list:
deb http://xi.rename-it.nl/debian/ testing-auto/dovecot-1.2 main
And if you would like to get the source packages, you should add:
deb-src http://xi.rename-it.nl/debian/ testing-auto/dovecot-1.2 main
as i wrote i use this on ubuntu hardy with dovecot 1.2 ( i think it was sqlite version ) but for one unresolved you need additional add the unstable debian rep
like
deb http://http.us.debian.org/debian/ testing main contrib non-free
cause the packs were build on a squeeze ( debian testing ) sys i think as long you have no unresolved deps you should have no problems with mixing ( i dont have them in hardy )
you might dont need this with higher versions then hardy like intrepid jaunty karmic
you might also download the packs with wget and use dpkg -i ....deb
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
Robert Schetterer schrieb:
what is your ubuntu version ? and the ubuntu distro update way normally is apt-get dist-upgrade to the latest then with the upcoming karmic release ( a few days left) you will get the latest stable ( in ubuntu eyes ) dovecot version
root@linux1:/home/stonki# cat /etc/issue Ubuntu 9.04
root@linux1:/home/stonki# dovecot --version 1.1.11
Also Karmic will come with 1.1.11: http://packages.ubuntu.com/de/karmic/amd64/dovecot-common/download
v1.2 I added to my /etc/apt/sources:
deb http://xi.rename-it.nl/debian/ testing-auto/dovecot-1.2 main deb http://http.us.debian.org/debian/ testing main contrib non-free
results in: W: Konnte http://xi.rename-it.nl/debian/dists/testing-auto/dovecot-1.2/main/binary-amd... nicht holen 404 Not Found
no amd64 packages available :-(
any other ideas ?
Stonki
Stefan Onken schrieb:
Robert Schetterer schrieb:
what is your ubuntu version ? and the ubuntu distro update way normally is apt-get dist-upgrade to the latest then with the upcoming karmic release ( a few days left) you will get the latest stable ( in ubuntu eyes ) dovecot version
root@linux1:/home/stonki# cat /etc/issue Ubuntu 9.04
root@linux1:/home/stonki# dovecot --version 1.1.11
Also Karmic will come with 1.1.11: http://packages.ubuntu.com/de/karmic/amd64/dovecot-common/download
v1.2 I added to my /etc/apt/sources:
deb http://xi.rename-it.nl/debian/ testing-auto/dovecot-1.2 main deb http://http.us.debian.org/debian/ testing main contrib non-free
results in: W: Konnte http://xi.rename-it.nl/debian/dists/testing-auto/dovecot-1.2/main/binary-amd... nicht holen 404 Not Found
no amd64 packages available :-(
any other ideas ?
Stonki
download the source build it by yourself its easy
-- Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
participants (4)
-
Nikolai K. Bochev
-
Raffael Schmid
-
Robert Schetterer
-
Stefan Onken