Hi
As I can't find more documentation, I'm asking for help.
Cyrus + sieve support have been installed, with SASL and pam-ldap.
I use LMTP between cyrus and postfix.
sieve port (2000) is opened. This is what I get when I telnet it :
bash-2.04$ telnet 0 sieve
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v1.0.0"
"SASL" "PLAIN DIGEST-MD5 CRAM-MD5"
"SIEVE" "fileinto reject envelope vacation imapflags notify subaddress
regex"
OK
logout
Ok "Logout Complete"
Then, I tried to use installsieve :
su-2.04# /usr/local/cyrus/perl/sieve/scripts/installsieve.pl localhost
Please enter your username: xxxx
Please enter your authentication name: xxx
Please enter your password: xxx
Unable to connect to server at
/usr/local/cyrus/perl/sieve/scripts/installsieve.pl line 136, <STDIN>
line 3.
is this normal ?
what is the difference between username and authentication name ? if my
cyrus mailbox is "user.prune_lecentre_net", which one is it ?
I then tried to install websieve. I have 2 main problems :
-when I give a false user/password, I get the normal management page,
without any mailbox in the list
-when I give a valid password and make some changs, I get the error :
ACL modification successful..
Sieve vacation active
error: IMAP::Sieve [ putscript ]: couldn't save script default : NO
("SASL" "internal error") "Authentication error"
Error: Unable to Modify Entry...
hoooooooooops
while looking at the log, I just saw :
Mar 7 11:14:55 diamond timsieved[77218]: mkdir
/usr/sieve/p/prune_lecentre_net: No such file or directory
Mar 7 11:14:55 diamond timsieved[77218]: error in actions_setuser()
Mar 7 11:14:56 diamond timsieved[77219]: mkdir
/usr/sieve/p/prune_lecentre_net: No such file or directory
Mar 7 11:14:56 diamond timsieved[77219]: error in actions_setuser()
so, why is he trying to use /usr/sieve (should use /var/imap/spool/)
???
Thanks for your help :)
Prune