Hi, if you want make a rpm:
Sources:
SRPM http://dl.atrpms.net/all/dovecot-1.0.0-8_56.src.rpm
Patch
http://sinas.rename-it.nl/~sirius/dovecot-1.0.rc28-MANAGESIEVE-v4.diff.gz
Script dovecot-sieve-1.0.1/ylwrap
patch dovecot.spec attached
Is correct to name the new package like dovecot_%version_%release_MS_%arch or dovecot-managesieve_%version_%release_%arch?
Adiós.
Joseba Torre escribió:
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.
8c8 < Release: 8_56%{?dist}
Release: 8_56_MS%{?dist} 26a27 Source100: ylwrap 34a36 Patch106: dovecot-1.0.rc28-MANAGESIEVE-v4.diff 97a100,101 %patch106 -p1 -b .MANAGESIEVE-v4 cp %{SOURCE100} .