Sujit Choudhury wrote:
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.

You have to set the path to the sendmail binary. The following is from my imapd.conf file:


        sendmail: /usr/sbin/sendmail

Make sure you have this set, otherwise sieve won't be able to inject mail into your MTA for vacation replies. Hope this helps.
-peace


--
Let he who is without clue kiss my ass.
---
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