[Dovecot] sieve with dovecot v1.x
Hello!
Is there a chance to have sieve working with dovecot version 1.0.5?
/usr/lib/dovecot looks like this:
-rwxr-xr-x 1 root root 43932 22. Sep 2007 checkpassword-reply -rwxr-xr-x 1 root root 538996 22. Sep 2007 deliver -rwxr-xr-x 1 root root 127728 22. Sep 2007 dict -rwxr-xr-x 1 root root 270248 22. Sep 2007 dovecot-auth -rwxr-xr-x 1 root root 43952 22. Sep 2007 gdbhelper -rwxr-xr-x 1 root root 48080 22. Sep 2007 idxview -rwxr-xr-x 1 root root 596364 22. Sep 2007 imap -rwxr-xr-x 1 root root 135912 22. Sep 2007 imap-login -rwxr-xr-x 1 root root 43952 22. Sep 2007 logview drwxr-xr-x 5 root root 4096 23. Dez 2008 modules -rwxr-xr-x 1 root root 529512 22. Sep 2007 pop3 -rwxr-xr-x 1 root root 127660 22. Sep 2007 pop3-login -rwxr-xr-x 1 root root 69056 22. Sep 2007 rawlog -rwxr-xr-x 1 root root 134748 22. Sep 2007 sievec -rwxr-xr-x 1 root root 68748 22. Sep 2007 sieved -rwxr-xr-x 1 root root 44116 22. Sep 2007 ssl-build-param
so there is a sievec and a sieved, but in the dovecot.conf there is no mention about sieve.
I would compile the latest version of dovecot if I knew, how the running 1.0.5 was built. I need it for an openSUSE 10.3
Kind regards
Andreas
On 6/2/2012 1:43 PM, Andreas Meyer wrote:
Hello!
Is there a chance to have sieve working with dovecot version 1.0.5?
Yes, the old CMUSieve plugin should work for that. By the looks of it, it is already installed, so you'll only need to configure it:
http://wiki1.dovecot.org/LDA/Sieve/CMU#Configuring
Regards,
Stephan.
Hello!
Stephan Bosch stephan@rename-it.nl wrote:
On 6/2/2012 1:43 PM, Andreas Meyer wrote:
Hello!
Is there a chance to have sieve working with dovecot version 1.0.5?
Yes, the old CMUSieve plugin should work for that. By the looks of it, it is already installed, so you'll only need to configure it:
Ok, I have done that. How can I know, if sieve now works with dovecot? When I login with roundcube, in the settings I have a "Filter-Tab" but when I click on it it says "not possible to connect to server" or somesuch.
Regards,
Stephan.
Andreas
On 6/2/2012 2:22 PM, Andreas Meyer wrote:
Ok, I have done that. How can I know, if sieve now works with dovecot? When I login with roundcube, in the settings I have a "Filter-Tab" but when I click on it it says "not possible to connect to server" or somesuch.
Oh, you didn't mention using RoundCube earlier. That implies the need of ManageSieve. You'll need to configure the following as well:
http://wiki1.dovecot.org/ManageSieve
Your earlier directory listing indicates that it is not installed on your system; the managesieve and managesieve-login binaries would be located there if it were. Check whether that version of opensuse has a package for dovecot-managesieve or compile it yourself if it is missing. If that is difficult, the following could be an alternative:
http://www.gitorious.net/pysieved/pages/Home
Regards,
Stephan.
Hello!
Stephan Bosch stephan@rename-it.nl wrote:
Oh, you didn't mention using RoundCube earlier. That implies the need of ManageSieve. You'll need to configure the following as well:
http://wiki1.dovecot.org/ManageSieve
Your earlier directory listing indicates that it is not installed on your system; the managesieve and managesieve-login binaries would be located there if it were. Check whether that version of opensuse has a package for dovecot-managesieve or compile it yourself if it is missing. If that is difficult, the following could be an alternative:
I think pysieved is the only chance I have. I have installed it and activated by xinetd. But now I have the problem that the dovecot.conf says:
auth default { mechanisms = plain passdb passwd-file { args = /etc/dovecot/passwd }
and the install howto of pysieved says:
auth default { socket listen { client { path = /var/run/dovecot/auth-client mode = 0666 } } }
pysieved.ini : [Dovecot] mux = /var/run/dovecot/auth-client
what can I do now?
Regards,
Stephan.
Andreas
Den 02.06.2012 15:50, skrev Andreas Meyer: [snip]
what can I do now?
Regards,
Stephan.
Andreas
You also need to tell roundcube which port to connect to managesieve with.
Depending on which plugin you use for roundcube, find it's config-file and loook for an option like this;
$rcmail_config['managesieve_port'] = 4190;
With such an old verion, it may be that your port is 2000.
Regards,
Arne
-- Arne K. Haaje - Dr Linux http://www.drlinux.no/ ::: arne@drlinux.no LinkedIn: http://no.linkedin.com/pub/arne-haaje/27/189/bb
participants (3)
-
Andreas Meyer
-
Arne K. Haaje
-
Stephan Bosch