I have finally made successful installation of sieve,
but it does NOT seem to work: no vacation message sent back to original sender.

Here is my sieve script:
[xing@eyre xing]$ more test.txt 
require "vacation";
if header :contains "From" "[EMAIL PROTECTED]" {
        vacation "Sorry";
}

It has been installed:
[xing@eyre xing]$ sieveshell localhost
connecting to localhost
Please enter your password: xing
> ls
test.txt  <- active script
> quit

I am using:
cyrus-imapd-2.0.12
postfix-20001121
on redhat 7.0

Here are the content of config files:
[xing@eyre xing]$ more /etc/cyrus.conf
.........
SERVICES {
.........
  sieve         cmd="/usr/cyrus/bin/timsieved" listen="sieve" prefork=0
  lmtpunix      cmd="/usr/cyrus/bin/lmtpd" listen="/var/imap/socket/lmtp" prefork=0
}
.........
[xing@eyre xing]$ more /etc/imapd.conf
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus
allowanonymouslogin: no
sasl_pwcheck_method: sasldb
sievedir: /var/imap/sieve

Did I do anything wrong?
If you have similar set up and have sieve work, I would really
appreciate your sharing.

John

On Mon, Mar 05, 2001 at 07:16:07PM +0100, Atif Ghaffar wrote:
> Hi John.
> I took my recipies from here.
> http://www.cyrusoft.com/sieve/scripts/simple-anti-spam.txt
> http://www.cyrusoft.com/sieve/hillen-sieve-script-001.txt
> http://www.cyrusoft.com/sieve/maro-sieve-script-001.txt
> 
> You may also want to download and install the GUI to make rules.
> http://24.112.168.35/websieve/
> 
> 

Reply via email to