Re: Vacation sieve explained: how does it work?

2020-09-24 Thread Graham Leggett
On 23 Sep 2020, at 21:51, @lbutlr wrote: > If people cannot deal with a delay of a minute or five, increase the interval > to 12 hours, or even better, "changes will take affect at 6am the next > business day." > > That'll learn ‘em. We like our users, and they like us :) We’re pulling the v

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread @lbutlr
On 23 Sep 2020, at 08:52, Graham Leggett wrote: > On 23 Sep 2020, at 14:29, Marc Roos wrote: >> 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

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
On 23 Sep 2020, at 15:37, Sami Ketola wrote: > Pigeonhole can read sieve scripts from ldap too > https://wiki.dovecot.org/Pigeonhole/Sieve/Configuration/LDAP > Thanks for confirming this - it will need some updates to our LDAP, but

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
On 23 Sep 2020, at 14:29, Marc Roos wrote: > 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. I've tried the cronj

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Sami Ketola
> On 23. Sep 2020, at 15.15, Graham Leggett wrote: > > On 23 Sep 2020, at 14:07, Marc Roos wrote: > >> 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 tru

RE: Vacation sieve explained: how does it work?

2020-09-23 Thread Marc Roos
tion 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 &

Re: Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
On 23 Sep 2020, at 14:07, Marc Roos wrote: > 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

RE: Vacation sieve explained: how does it work?

2020-09-23 Thread Marc Roos
lto:minf...@sharp.fm] Sent: woensdag 23 september 2020 14:03 To: dovecot@dovecot.org Subject: Vacation sieve explained: how does it work? Hi all, I have a legacy system that uses gnarwl to handle vacation messages, most specifically the vacation messages are stored in LDAP. We have a web ba

Vacation sieve explained: how does it work?

2020-09-23 Thread Graham Leggett
Hi all, I have a legacy system that uses gnarwl to handle vacation messages, most specifically the vacation messages are stored in LDAP. We have a web based tool that allows people to update their vacation message, all they’re doing is modifying LDAP. I am trying to find out if dovecot’s vacat