Re: problems with imap and imsp installation

2003-06-29 Thread Christian Schulte
Phil Chambers wrote: Can't load '/usr/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so' for module Cyrus::IMAP: ld.so.1: perl: fatal: relocation error: file /usr/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so: symbol sasl_client_init: referenced symbol not found at /usr/p

procmail & cyrus-imap

2003-06-29 Thread Michael Jonsson
Hi, The imap server is working, but when I try to configure procmail I get this error. #/var/log/procmail /usr/lib/cyrus-imapd/deliver: /usr/lib/cyrus-imapd/deliver: cannot execute binary file #/etc/procmailrc LOGFILE="/var/log/procmail" DELIVERMAIL="/usr/lib/cyrus-imapd/deliver" IMAP="$DELIVER

can't login into sieve (webcyradm installation)

2003-06-29 Thread Denny Schierz
hi, i have a working webcyradm installation. Imap/POP3 ist working great, but i can't login into sieve(shell). debian conf # sieveshell --user=linuxmail.4lin.net localhost connecting to localhost Please enter your password: unable to connect to server at /usr/bin/sieveshell line 174, line 1 ima

Case sensitive lmtp?

2003-06-29 Thread Bojan Zdrnja
Hi, I'm delivering e-mail to Cyrus IMAP over lmtp over TCP/IP. Main SMTP server is postfix with amavisd and sophie for virus scanning and spam filtering. Everything works fine, but I noticed that Cyrus IMAP rejects e-mail and being case sensitive in addresses. Example: Jun 30 09:40:14 [EMAIL P

(No Subject)

2003-06-29 Thread RYAN M vAN GINNEKEN
i have turned the permissions to -rwxrwxrwx 1 root wheel 0 Dec 12 2002 opiekeys and -rwxrwxrwx 1 cyrus mail 1 Jun 21 11:49 sasldb2.db i know this is not smart but i am desperte nothing seems to work Jun 29 13:46:57 v20 imapd[8513]: OTP unavailable because can't read/write

Re: Sieve problem

2003-06-29 Thread pnelson
Tested the begining squigle bracket on new line and it worked. One of the things that I do also is incremental tests. So I start with one rule and see if it works, then add another rule... and so on. Even though sieveshell parses the script on put, it didn't always point me to the problem. On

Re: Sieve problem

2003-06-29 Thread pnelson
I'm no sieve expert but this works on my system: require ["fileinto"]; if header :contains "Sender" "owner-info-cyrus" { fileinto "INBOX.lists.cyrus"; } Did you include the require line? Or maybe sieve needs the opening squigle bracket on the if line. Did you read the rfc? On Sun, 2003-06-29

Sieve problem

2003-06-29 Thread Michael Kaufmann
[sorry for double posting: first post was accidently in reply to] Hi! I'm trying to get sieve working on my Cyrus IMAPD (2.1.13) but I can't get it working the way I want. I get a lot of mails from mailing lists every day and I want them to be moved fout of my INBOX into INBOX.ml:blah.blah but o

Sieve problem

2003-06-29 Thread Michael Kaufmann
Hi! I'm trying to get sieve working on my Cyrus IMAPD (2.1.13) but I can't get it working the way I want. I get a lot of mails from mailing lists every day and I want them to be moved fout of my INBOX into INBOX.ml:blah.blah but only the filter rules for postix-users work correctly. I want to f