Vacation sieve explained: how does it work?

Marc Roos M.Roos at f1-outsourcing.eu
Wed Sep 23 15:29:48 EEST 2020


 


You can do whatever you like, as long as the result is this 'text' file. 
I have also bash file that modifies this file for users. You can make a 
5 min cron job that detects changes in ldap and then creates the sieve 
rule.



-----Original Message-----
Cc: dovecot
Subject: Re: Vacation sieve explained: how does it work?


> It is just a sieve rule.
> 
> 1. 
> On disk default file .dovecot.sieve
> 
> 2. I am using roundcube webmail for that.
> 
> 3. with if false # true
> # rule:[Out of Office]
> if true
> {
>     vacation :days 1 :subject "Test" "test test"; }

Is there a way to inject variables from the userdb into the above?

For example, if I was to pass the vacation message attribute through the 
userdb lookup, could I then test if the variable was present, and then 
embed that variable in the message?

Regards,
Graham
—





More information about the dovecot mailing list