Hi, Nathanael D. Noblet schrieb am 12.05.2011 18:05 Uhr: > I have yet to get it working. I figured I'd give a recap of what has > changed since I started asking for help here. > > I've added sieve_extensions: vacations to imap.conf and a > 'telnet localhost sieve' shows that vacation is supported. Good so far. Your sendmail path "sendmail: /usr/sbin/sendmail" is working, I hope!? Even for user cyrus? Here is the simple standard script we use as default: require "vacation"; require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto "INBOX.Junk"; stop; } vacation :addresses [ "possible@xxxxxxxxxxxxxxxxxx", possible@xxxxxxxxxxxxxxxxxx" ] :subject "subject text" "Message text"; Pretty straight forward. Marc ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/