On 1/7/2015 12:06 AM, Alexander Dalloz wrote:> Am 06.01.2015 um 23:55 schrieb Chuck Campbell: >> I'm running centos 6.6 with the default 2.0.9-xxx dovecot. >> >> I run sa-learn against my spam_to_learn folder, then I wan to move those emails >> to a learned_spam folder. >> when I do a doveadm -Dv move -u user learned_spam mailbox 'spam_to_learn' ALL >> >> I get this result: >> usage: doveadm [-Dv] [-f <formatter>] <command> [<args>] > [ ... ] > >> this doesn't even list a move command, yet the dovecot pages show it and give >> examples. > The dovecot version provided by CentOS 6 simply does not have that > feature implemented. The wiki.dovecot.org documentation reflects the > current stable upstream status of things. > >> any suggestions? > You may use the dovecot22 package provided by the ghettoforge plus > repository, providing dovecot release 2.2.15. > >> thanks, >> -chuck > Alexander > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Has anyone else installed the 2.2x version of dovecot in centos? Any issues or gotchas? I am loathe to just hammer on our working installation, but I need to sort out this issue as well. The dovecot pages indicate that ATrpms has a current 2.2x version, but I don't see it when I try to do a yum update with ATrpms turned on. I may just have to grab the rpms from the packages directory on ATrpms. Does anyone know if the ATrpms layout is significantly different than elrepo? What kinds of issues might I expect with just banging their dovecot rpm into my machine? Sigh, I may have to set up another machine as a test mule... thanks, -chuck --
On 1/7/2015 9:46 AM, Chuck Campbell wrote:> On 1/7/2015 12:06 AM, Alexander Dalloz wrote: >> Am 06.01.2015 um 23:55 schrieb Chuck Campbell: >>> I'm running centos 6.6 with the default 2.0.9-xxx dovecot. >>> >>> I run sa-learn against my spam_to_learn folder, then I wan to move those emails >>> to a learned_spam folder. >>> when I do a doveadm -Dv move -u user learned_spam mailbox 'spam_to_learn' ALL >>> >>> I get this result: >>> usage: doveadm [-Dv] [-f <formatter>] <command> [<args>] >> [ ... ] >> >>> this doesn't even list a move command, yet the dovecot pages show it and give >>> examples. >> The dovecot version provided by CentOS 6 simply does not have that >> feature implemented. The wiki.dovecot.org documentation reflects the >> current stable upstream status of things. >> >>> any suggestions? >> You may use the dovecot22 package provided by the ghettoforge plus >> repository, providing dovecot release 2.2.15.I tried this using yum install dovecot22, but I get a lot of these: file xxx from install of dovecot22-1:2.2.15-1.gf.el6.x86_64 conflicts with file from package dovecot-1:2.0.9-8.el6_6.4.x86_64 I tried yum update dovecot22, but I get: Package(s) dovecot22 available, but not installed. What is the right way to do this? thanks, -chuck -- ACCEL Services, Inc.| Specialists in Gravity, Magnetics | (713)993-0671 ph. | and Integrated Interpretation | (713)993-0608 fax 448 W. 19th St. #325| Since 1992 | (713)306-5794 cell Houston, TX, 77008 | Chuck Campbell | campbell at accelinc.com | President & Senior Geoscientist | "Integration means more than having all the maps at the same scale!"
On 01/07/2015 10:39 AM, Chuck Campbell wrote:> On 1/7/2015 9:46 AM, Chuck Campbell wrote: >> On 1/7/2015 12:06 AM, Alexander Dalloz wrote: >>> Am 06.01.2015 um 23:55 schrieb Chuck Campbell: >>>> I'm running centos 6.6 with the default 2.0.9-xxx dovecot. >>>> >>>> I run sa-learn against my spam_to_learn folder, then I wan to move those emails >>>> to a learned_spam folder. >>>> when I do a doveadm -Dv move -u user learned_spam mailbox 'spam_to_learn' ALL >>>> >>>> I get this result: >>>> usage: doveadm [-Dv] [-f <formatter>] <command> [<args>] >>> [ ... ] >>> >>>> this doesn't even list a move command, yet the dovecot pages show it and give >>>> examples. >>> The dovecot version provided by CentOS 6 simply does not have that >>> feature implemented. The wiki.dovecot.org documentation reflects the >>> current stable upstream status of things. >>> >>>> any suggestions? >>> You may use the dovecot22 package provided by the ghettoforge plus >>> repository, providing dovecot release 2.2.15. > I tried this using yum install dovecot22, but I get a lot of these: > file xxx from install of dovecot22-1:2.2.15-1.gf.el6.x86_64 conflicts with file > from package dovecot-1:2.0.9-8.el6_6.4.x86_64 > > I tried yum update dovecot22, but I get: > Package(s) dovecot22 available, but not installed. > > What is the right way to do this?My suggestion would be to contact the ghettoforge people as this is no longer really a CentOS issue. Certainly this list can be used if they are on it. But instead of using a repo I have personally never heard of, I would instead look at the documentation for version of dovecot that is in CentOS 6. The purpose of running CentOS is to have enterprise level server software .. if you instead want latest and greatest server software, I would recommend that you just run the latest Fedora Server. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20150107/879b9121/attachment-0001.sig>
On 01/08/2015 05:39 AM, Chuck Campbell wrote:> I tried this using yum install dovecot22, but I get a lot of these: > file xxx from install of dovecot22-1:2.2.15-1.gf.el6.x86_64 conflicts with file > from package dovecot-1:2.0.9-8.el6_6.4.x86_64 > > I tried yum update dovecot22, but I get: > Package(s) dovecot22 available, but not installed. > > What is the right way to do this?yum shell remove dovecot install dovecot22 run I should warn you that there are subtle changes to dovecot config between 2.0 and 2.2 that may give you issues when switching. You will likely have to tweak a few config options to get it to work the way you want. If you're using MailDir storage then you can simply move the messages yourself, it's as easy as using the mv command to move them from one directory to another and you won't need the doveadm move command. If you have any more questions feel free to ask them here or in #ghettoforge on FreeNode IRC. Peter