Re: sieve vacation with postfix [auf Viren überprüft]

Hans Moser hans.moser at ofd-sth.niedersachsen.de
Wed Jul 25 08:38:23 EDT 2007


Jeffrey McDonald schrieb:
>  Here is the sieve vacation instruction:
> 
> # Vacation
> vacation :days 7 :addresses ["jmcdon at jormungandr.scs.fsu.edu",  
> "jeffrey.mcdonald at scs.fsu.edu", "jmcdon at scs.fsu.edu",  
> "jmcdon at smtp4.scs.fsu.edu"] :subject "not here" "I'm away.  I will  
> return in 7 days. ";
Did you use "require vacation"?

The following works for me (2.2.12 + postfix 2.3.x)

------

require "vacation";

vacation
:addresses [ "foo at bar.de", "foo.bar at foo" ]
:subject "test"
   "away";

------

Note: One of the addresses in :addresses [] must be in the To:-, CC:- or 
BCC:-header of the mail to activate vacation.


Hans


More information about the Info-cyrus mailing list