Hi,
the routine "installsieve" of IMAP 2.0.9 doesn't seem to work properly.
Here is what I get when calling it :
Susanne:/usr/src/cyrus-imapd-2.0.9/installsieve # ./installsieve -l
susanne
asking for 16385
Username: cyrus
asking for 16386
Segmentation fault
Susanne:/usr/src/cyrus-imapd-2.0.9/installsieve #
The same occurs when called with user and password like "./installsieve
-l -u cyrus -w password susanne", so I guess it ignores the commandline
parameters. Did anybody work through this before or is there a newer
version ? (I checked with 2.0.11 : the same result).
My installation consists of Suse 7.0, IMAP 2.0.9, SASL 1.5.24,
BerkeleyDB3.1.17.
As I guess the programm was asking for a password, it may be a problem
with the sasl library. Does installsieve require its own .conf file for
sasl in /usr/local/lib/sasl like imapd.conf ?
Finally, how does one install sieve scripts manually ?
Many thanks ... Michael