> On 21/08/2020 07:18 Plutocrat <plutocrat at gmail.com> wrote: > > > On 21/08/2020 02.53, spamvoll at googlemail.com wrote: > > is anyone using the "Bionic (18.04 LTS)" packages on? Focal?Fossa?(20.04 LTS) ? > > I'm not sure if its working after the upgrade > > Not quite sure what you're saying here, but if you ran the "sudo do-release-upgrade -d" command, then it will have upgraded your dovecot packages to the current version of Ubuntu 20. > > https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=dovecot-core&searchon=names > > If I read that correctly, your dovecot version will have jumped from 2.2.33 to 2.3.7 > What does "apt-cache policy dovecot-core" say? > > Usually, during the upgrade it will ask you if you want to keep the existing configuration. Generally a good idea to do that (!) and then review the config afterwards for possible changes. Some items will be introduced, some will be depracated. > > Maybe others in this forum can comment on any major changes between 2.2.33 and 2.3.7. > > Any clues in the logs? /var/log/dovecot.log, and 'systemctl status dovecot' > > P.https://doc.dovecot.org/installation_guide/upgrading/from-2.2-to-2.3/ Aki
Hi, sorry I should be more specific. I'm on Ubuntu 18.04 and using the latest packages from repo.dovecot.com But these are only available for bionic, not focal. So I'm not sure if the bionic packages are working under focal. I did not notice that ubuntu original packages are on 2.3.7 now. So worst thing will be that after the upgrade to focal i need to downgrade to 2.3.7 original ubuntu repo packages Hans Am Fr., 21. Aug. 2020 um 06:41 Uhr schrieb Aki Tuomi < aki.tuomi at open-xchange.com>:> > > On 21/08/2020 07:18 Plutocrat <plutocrat at gmail.com> wrote: > > > > > > On 21/08/2020 02.53, spamvoll at googlemail.com wrote: > > > is anyone using the "Bionic (18.04 LTS)" packages on > Focal Fossa (20.04 LTS) ? > > > I'm not sure if its working after the upgrade > > > > Not quite sure what you're saying here, but if you ran the "sudo > do-release-upgrade -d" command, then it will have upgraded your dovecot > packages to the current version of Ubuntu 20. > > > > > https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=dovecot-core&searchon=names > > > > If I read that correctly, your dovecot version will have jumped from > 2.2.33 to 2.3.7 > > What does "apt-cache policy dovecot-core" say? > > > > Usually, during the upgrade it will ask you if you want to keep the > existing configuration. Generally a good idea to do that (!) and then > review the config afterwards for possible changes. Some items will be > introduced, some will be depracated. > > > > Maybe others in this forum can comment on any major changes between > 2.2.33 and 2.3.7. > > > > Any clues in the logs? /var/log/dovecot.log, and 'systemctl status > dovecot' > > > > P. > > https://doc.dovecot.org/installation_guide/upgrading/from-2.2-to-2.3/ > > Aki >-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200821/f8157d08/attachment.html>
packages from repo.dovecot. <http://repo.dovecot.com/>org ;) Am Fr., 21. Aug. 2020 um 13:28 Uhr schrieb <spamvoll at googlemail.com>:> Hi, > > sorry I should be more specific. > I'm on Ubuntu 18.04 and using the latest packages from repo.dovecot.com > > But these are only available for bionic, not focal. > So I'm not sure if the bionic packages are working under focal. > > I did not notice that ubuntu original packages are on 2.3.7 now. > So worst thing will be that after the upgrade to focal i need to downgrade > to 2.3.7 original ubuntu repo packages > > Hans > > Am Fr., 21. Aug. 2020 um 06:41 Uhr schrieb Aki Tuomi < > aki.tuomi at open-xchange.com>: > >> >> > On 21/08/2020 07:18 Plutocrat <plutocrat at gmail.com> wrote: >> > >> > >> > On 21/08/2020 02.53, spamvoll at googlemail.com wrote: >> > > is anyone using the "Bionic (18.04 LTS)" packages on >> Focal Fossa (20.04 LTS) ? >> > > I'm not sure if its working after the upgrade >> > >> > Not quite sure what you're saying here, but if you ran the "sudo >> do-release-upgrade -d" command, then it will have upgraded your dovecot >> packages to the current version of Ubuntu 20. >> > >> > >> https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=dovecot-core&searchon=names >> > >> > If I read that correctly, your dovecot version will have jumped from >> 2.2.33 to 2.3.7 >> > What does "apt-cache policy dovecot-core" say? >> > >> > Usually, during the upgrade it will ask you if you want to keep the >> existing configuration. Generally a good idea to do that (!) and then >> review the config afterwards for possible changes. Some items will be >> introduced, some will be depracated. >> > >> > Maybe others in this forum can comment on any major changes between >> 2.2.33 and 2.3.7. >> > >> > Any clues in the logs? /var/log/dovecot.log, and 'systemctl status >> dovecot' >> > >> > P. >> >> https://doc.dovecot.org/installation_guide/upgrading/from-2.2-to-2.3/ >> >> Aki >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200821/203234a2/attachment.html>
On 21/08/2020 19.28, spamvoll at googlemail.com wrote:> I'm on Ubuntu 18.04 and using the latest packages from repo.dovecot.com <http://repo.dovecot.com> > > But these are only available for bionic, not focal. > So I'm not sure if the bionic?packages are working under focal.I don't know if these will work during a major version upgrade, but you might like to investigate 1) Stopping a package from upgrading with sudo apt-mark hold 2) apt 'pinning' by editing apt config files. 3) Installing a specific version with sudo apt-get install <package name>=<version> P.