-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for dovecot 2.2.10: building failed on updated centos7 #189
Comments
which dovecot version are you using? Is it the 2.2.10? |
Default in rhel/centos. I already noticed it is the same as this issue #144. But it would be good to support the default dovecot version shipping with rhel/centos. (I at least want to use it in a supported and stable os). |
We do not support dovecot versions < 2.2.21, however with some afford, it is possible to use #ifdefs to make it work, but we also do not recommend it. Currently we are focusing on keeping track with the changes to 2.2 and 2.3 master. |
I would recommend that, in your choice for supporting a dovecot version you include the supported ones of most used LTS distributions. What use is developing this if no-one can use it on a supported platform? (Assuming of course that serious installations with 1k+ mailboxes, do not have cowboy sysadmins) |
you have a point, but it is also a question of free programmer time to support the dovecot version of the most used LTS distributions. And currently we have no spare capacity to do this. I agree it may be good to support dovecot versions < 2.2.21. But for our customer those are currently not relevant. However i had a look at the 2.2.10 source and they changed the internal api (dictionary, doveadm and storage), so it requires a litte more time to modify the plugin source and to make sure it will work. I will change this issue to a Feature Request for dovecot 2.2.10 support. And I will discuss the support for centos 7.5 dovecot 2.2.10 again within the team. |
…n is currently not supported, doveadm rmb plugin is also not supported (use rmb tool instead), some unit/integration tests are failing due to old dovecot apis. Tested with imaptest and manually with thunderbird mail_client. Build with ./autogen && ./configure --enable-maintainer-mode --prefix=/home/user/dovecot-2.2.10 && make install
CentOS Linux release 7.5.1804 (Core)
Linux svr 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
librados2-12.2.7-0.el7.x86_64
librados-devel-12.2.7-0.el7.x86_64
Building failed
The text was updated successfully, but these errors were encountered: