Jeffrey McDonald schrieb: > Here is the sieve vacation instruction: > > # Vacation > vacation :days 7 :addresses ["jmcdon@xxxxxxxxxxxxxxxxxxxxxxx", > "jeffrey.mcdonald@xxxxxxxxxxx", "jmcdon@xxxxxxxxxxx", > "jmcdon@xxxxxxxxxxxxxxxxx"] :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@xxxxxx", "foo.bar@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 ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html