Vacation Not Working...

Marc Patermann hans.moser at ofd-z.niedersachsen.de
Mon May 16 04:09:02 EDT 2011


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 at recipient.address1", possible at recipient.address2" ]
:subject "subject text"
   "Message text";

Pretty straight forward.


Marc


More information about the Info-cyrus mailing list