Hi All,
I have problem with running sieve scripts. I use Cyrus 2.0.16, cyrus.conf
is normal.conf. imapd.conf contains:

configdirectory: /var/imap
partition-default: /var/spool/imap
sieveusehomedir: false
sievedir: /usr/sieve
admins: adm
sasl_pwcheck_method: PAM
sendmail: /usr/sbin/sendmail
lmtpsocket: /var/imap/socket/lmtp

fatemeh.script is in /usr/sieve/f/fatemeh_m/ using sieveshell command and
contains:

require ["reject","fileinto"];

          if address :is :all "From" "[EMAIL PROTECTED]"
          {
            reject "testing";
          }


Output of sieve test program seems to be OK :

/usr/local/src/cyrus-imapd-2.0.16/sieve/test \
/var/spool/imap/user/fatemeh_m/13857. \
/usr/sieve/f/fatemeh_m/fatemeh.script

rejecting message '/var/spool/imap/user/fatemeh_m/13857.' with 'testing'
notify msg = 'You have new mail

To: [EMAIL PROTECTED]
From: Fatemeh Taj <[EMAIL PROTECTED]>
Subject: SIEVE

Action(s) taken:
Rejected with: testing
' with priority = medium

But no action is taken. What could be my problem? Any help is appriciated.

Also I have another problem when get emails via webmail (squirrelmail).

1) Sometimes after retrieving emails cyrus can not recognize my folders
and just Trash, Drafts and Sent folder are available and the cyrus.sub
file in /var/imap/user/f is dissappeared then I have to create that file
by hand, remove cyrus.seen and then reconstruct the mailbox.

2) In other case Trash folders get dissapeared and I have to re-create
Trash folder.

It happens for many of my clients. What can I do to solve the problem?



Regards
Fatemeh Taj






---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to