[Dovecot] Dovecot 2.1 stable packages for Debian?
Hello all, it is strange, but Dovecot 2.x still didn't make it into Debian (not even backports). It exists in testing, but that's still a long wait. OTOH there are official packages built every day (referenced from the download page). This puzzles me: why isn't there a build created from each stable, released version of Dovecot, so that users of Debian Stable could benefit from the new version, and run it on production environment? Could you (I mean — the Dovecot team) provide such packages? This wouldn't require any major amount of work, since you already have daily builds produced. You would just have to run that building system once per each released version and keep it available for download.
The reason for this is relatively simple: I'm about to implement a new mail server, and I'd like to keep to Debian Stable while using Dovecot 2.x. This will make future updates much easier, as I won't have to face 1.2 -> 2.0 migration on a production system.
Regards, KT
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
Krzysztof Trybowski wrote:
Hello all, it is strange, but Dovecot 2.x still didn't make it into Debian (not even backports). It exists in testing, but that's still a long wait. OTOH there are official packages built every day (referenced from the download page). This puzzles me: why isn't there a build created from each stable, released version of Dovecot, so that users of Debian Stable could benefit from the new version, and run it on production environment? Could you (I mean — the Dovecot team) provide such packages? This wouldn't require any major amount of work, since you already have daily builds produced. You would just have to run that building system once per each released version and keep it available for download.
The reason for this is relatively simple: I'm about to implement a new mail server, and I'd like to keep to Debian Stable while using Dovecot 2.x. This will make future updates much easier, as I won't have to face 1.2 -> 2.0 migration on a production system.
Regards, KT
-- View this message in context: http://old.nabble.com/Dovecot-2.1-stable-packages-for-Debian--tp33992548p339... Sent from the Dovecot mailing list archive at Nabble.com.
On Mon, Jun 11, 2012 at 4:03 PM, Tomislav Mihalicek tomislav.mihalicek@gmail.com 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
Hello Tomislav, it doesn't seem to be what I'm looking for. These repositories are referenced from the download site, but with an information that these are built hourly and thus include any newest changes to the source. Also a warning follows: “Needless to say: do NOT use these repositories for systems that need to be STABLE.”
What I'm looking for are packages of a released versions of 2.1, that can be used in a production environment.
Regards, KT
On 6/11/2012 10:31 AM, Krzysztof Trybowski wrote:
On Mon, Jun 11, 2012 at 4:03 PM, Tomislav Mihalicek tomislav.mihalicek@gmail.com 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 Hello Tomislav, it doesn't seem to be what I'm looking for. These repositories are referenced from the download site, but with an information that these are built hourly and thus include any newest changes to the source. Also a warning follows: “Needless to say: do NOT use these repositories for systems that need to be STABLE.”
What I'm looking for are packages of a released versions of 2.1, that can be used in a production environment.
Regards, KT
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592959 http://www.prato.linux.it/~mnencia/debian/dovecot-squeeze/ - I'm using this and can say it works http://people.debian.org/~morph/dovecot2-bpo60/
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
On 11.06.2012 16:03, 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
I'm looking the same version but for Ubuntu Server 12.04.
Am 12.06.2012 15:15, schrieb For@ll:
I'm looking the same version but for Ubuntu Server 12.04.
I use the packages from https://launchpad.net/~christian-roessner-net/+archive/ppa in production. Also the description of this ppa warns to use these packages only if you're able to help youself and it's a development ppa. But I have had no problems yet with these packages.
I think there aren't packages out there someone would provide support for. So, compile it or use those development/ community packages or wait until dovecot 2.1 will get into debian/ubuntu stable.
Regards, Tobias Hachmer
On 12.06.2012 15:15, wrote For@ll:
On 11.06.2012 16:03, 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
I'm looking the same version but for Ubuntu Server 12.04.
2.1.7 just landed in quantal yesterday:
On 06/11/12 07:23, Krzysztof Trybowski wrote:
Hello all, it is strange, but Dovecot 2.x still didn't make it into Debian (not even backports). It exists in testing, but that's still a long wait. OTOH there are official packages built every day (referenced from the download page). This puzzles me: why isn't there a build created from each stable, released version of Dovecot, so that users of Debian Stable could benefit from the new version, and run it on production environment? Could you (I mean — the Dovecot team) provide such packages? This wouldn't require any major amount of work, since you already have daily builds produced. You would just have to run that building system once per each released version and keep it available for download.
The reason for this is relatively simple: I'm about to implement a new mail server, and I'd like to keep to Debian Stable while using Dovecot 2.x. This will make future updates much easier, as I won't have to face 1.2 -> 2.0 migration on a production system.
To wind up in Debian stable, a package has to go through a bunch of testing, and that takes a long time. So you're never going to have official packages for new software in Debian stable.
That's kind of the point of stable =)
participants (9)
-
e-frog
-
For@ll
-
Gedalya
-
Krzysztof Trybowski
-
Markus Schönhaber
-
Michael Orlitzky
-
Nerijus Kislauskas
-
Tobias Hachmer
-
Tomislav Mihalicek