Andreas Ntaflos
2007-Jun-05 21:26 UTC
[Dovecot] Latest MANAGESIEVE patch -- how to start daemon?
Hello list, I'm using Dovecot 1.0.0 on FreeBSD 6.2-RELEASE and applied the latest MANAGESIEVE patch v3 [1] which seems to have worked smoothly, i.e. all hunks succeeded and no compilation problems. Now this may be stupid question with an obvious answer, but I am at a loss at how to start the daemon? What's the binary called that starts the sieve server? Is there a special way to invoke it? I haven't been able to find anything useful on that matter and there doesn't seem to be a TFM to R yet, the Wiki just links to [1]. What do I have to do? Did I forgot to patch something? I'd appreciate any insight on this subject! Thanks in advance! Andreas [1] http://dovecot.org/list/dovecot/2007-March/021130.html -- Andreas "daff" Ntaflos Vienna, Austria GPG Fingerprint: 6234 2E8E 5C81 C6CB E5EC 7E65 397C E2A8 090C A9B4 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20070605/7b6e12ad/attachment-0002.bin>
Joseba Torre
2007-Jun-06 08:00 UTC
[Dovecot] Latest MANAGESIEVE patch -- how to start daemon?
Hi, first of all: there's a newer version of the patch http://sinas.rename-it.nl/~sirius/dovecot-1.0.rc28-MANAGESIEVE-v4.diff.gz Second: which were your steps for compilation? (patch, configure, make, make install, or what did you between patch and configure?) Third: you must tell dovecot that it should use a new protocol, managesieve. So, in dovecot.conf you need protocols = imap imaps pop3 pop3s managesieve and later protocol managesieve { listen = *:2000 login_executable = /usr/local/libexec/dovecot/managesieve-login mail_executable = /usr/local/libexec/dovecot/managesieve } Aaaaaagur. El Martes, 5 de Junio de 2007 23:26, Andreas Ntaflos escribi?:> Hello list, > > I'm using Dovecot 1.0.0 on FreeBSD 6.2-RELEASE and applied the latest > MANAGESIEVE patch v3 [1] which seems to have worked smoothly, i.e. all > hunks succeeded and no compilation problems. > > Now this may be stupid question with an obvious answer, but I am at a > loss at how to start the daemon? What's the binary called that starts > the sieve server? Is there a special way to invoke it? I haven't been > able to find anything useful on that matter and there doesn't seem to > be a TFM to R yet, the Wiki just links to [1]. > > What do I have to do? Did I forgot to patch something? > > I'd appreciate any insight on this subject! > > Thanks in advance! > > Andreas > > [1] http://dovecot.org/list/dovecot/2007-March/021130.html-- Joseba Torre. CIDIR Bizkaia. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20070606/da4545a1/attachment-0002.bin>
Rene Luria
2007-Jun-06 08:10 UTC
[Dovecot] Latest MANAGESIEVE patch -- how to start daemon?
Hey Joseba, Joseba Torre wrote:> first of all: there's a newer version of the patch > http://sinas.rename-it.nl/~sirius/dovecot-1.0.rc28-MANAGESIEVE-v4.diff.gzI don't see anything about the proxy stuff in the README or NEWS files... Do you plan to implement it ?