Re: Vacation Not Working...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nathanael D. Noblet wrote:
> I set the sieve script to
> 
> # Sieve Filter
> # Generated by Ingo (http://www.horde.org/ingo/) (May 2, 2011, 11:06 am)
> 
> require "vacation";
> 
> # Vacation
> vacation :days 3 :addresses "t2@xxxxxxxxxxxxxxxxxxx" :subject "Out of
> Office" "Hello? Auto responder.";

You may have to specify a From address for the response.  E.g.,

require ["vacation"];

vacation
	:days 3
	:addresses ["t2@xxxxxxxxxxxxxxxxxxx"]
	:from "nathanael@xxxxxxx"
	:subject "Out of Office"
"Hello? Auto responder.";

You might also need to put this in a test condition such as:

if address :matches "From" "*@gnat.ca" {
    vacation
	:days 3
	:addresses "t2@xxxxxxxxxxxxxxxxxxx"
	:from "nathanael@xxxxxxx"
	:subject "Out of Office"
"Hello? Auto responder.";
}

It is also possible the mailbox needs to be a user mailbox.  I had to 
create an auto-responder for a mailbox, and for some reason that now 
escapes me I had to create a user account instead of a "Shared Folder." 
  But, I don't recall why, and it may have had to do with unique names 
in our account management system, instead of anything Cyrus related.

Mike

-- 
Michael D. Sofka               sofkam@xxxxxxx
C&MT Sr. Systems Programmer,   Email, HPC, TeX, Epistemology
Rensselaer Polytechnic Institute, Troy, NY.  http://www.rpi.edu/~sofkam/
----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux