We are running cyrus+postfix on a SuSE Linux box. We have the following file in: /usr/sieve/e/example
And the ingo.script in that directory contains the following: require "vacation"; # Blacklisted Addresses # Vacation Message vacation :days 1 :addresses "[EMAIL PROTECTED]" :subject "out of office reply" "Thanks for your email. I'm away"; We are sending mail to [EMAIL PROTECTED] but not getting any vacation auto reply. We also have in /etc/services: sieve 2000/tcp # Cyrus SIEVE sieve 2000/udp # Cyrus SIEVE netstat -an|grep 2000 gives the following: tcp 0 0 :::2000 :::* LISTEN I would be grateful if anybody has any idea about what is happening. Regards Sujit ----------------------------------- Sujit Choudhury ISLS University of Westminster --- 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