Displaying 6 results from an estimated 6 matches for "outofoffice".
2019 Nov 26
5
Duplicate e-mail with Dovecot and Sieve
..._string = dovecot
? managesieve_logout_format = bytes=%i/%o
? managesieve_max_compile_errors = 5
? managesieve_max_line_length = 65536
}/
An example of user sieve script is:
/require ["vnd.dovecot.duplicate","copy","fileinto","vacation-seconds"];
# rule:[Outofoffice]
if true
{
??? vacation :addresses "xxxxxxx at domain.tld" :subject "Automatic Reply"
text:
/
/<Text here>
.
;
??? fileinto "INBOX";/
/??? redirect "LIST at domain.com";/
/}/
Please could someone give us support on the matter?
Removing the redir...
2019 Nov 26
0
Duplicate e-mail with Dovecot and Sieve
> Corvino via dovecot <dovecot at dovecot.org>:
>
> # rule:[Outofoffice]
> if true
Is this true check used to toggle the vacation responder by commenting/uncommenting the line above?
2013 Dec 23
0
Sieve Addon in thunderbird is not showing Vacation in action list
Hello guys,
I am using "dovecot-2.2-pigeonhole-0.4.2" ( Sieve
<http://www.sieve.info/> Support for Dovecot <http://www.dovecot.org/>
) , Now I can set Vacation mail using Roundcube and it is working fine.
now i want to set Vacation/outofoffice mail from thunderbird 24.0 , I
have installed pluginsieve-0.2.3d.xpi
<https://github.com/thsmi/sieve/blob/master/nightly/0.2.3/sieve-0.2.3d.xpi?raw=true>
for thunderbird from
"https://github.com/thsmi/sieve/tree/master/nightly" But I am not able
to set vacation as it is not giv...
2019 Nov 27
2
Duplicate e-mail with Dovecot and Sieve
The "duplicate" test was removed because not working in this particular
case, I already read the RFC but I didn't find anything useful for our case.
I'll try replacing `if true` with `if not duplicate` into sieve script
and I'll post back the result.
The "true" check is used to enable the out of office rule, otherwise we
use "if false # true" to
2019 Nov 28
2
Duplicate e-mail with Dovecot and Sieve
...ail]/
///if allof (header :contains "X-Sieve" "Pigeonhole Sieve", header
:contains "X-Sieve-Redirected-From" "domain.tld", header :contains
["to", "cc"] "LIST at domain.tld")
{
?? ?fileinto "Trash";
/
/}/
/# rule:[Outofoffice] if true { ??? vacation :addresses "//xxxxxxx at domain.tld <https://dovecot.org/mailman/listinfo/dovecot>//" :subject "Automatic Reply" text: <Text here> . ; ??? fileinto
"INBOX"; ??? redirect "//LIST at domain.tld <https://dovecot.org/mailman/lis...
2019 Jan 19
4
sieve issue after upgrad
On 19/01/2019 08:01, Aki Tuomi wrote:
>
>> On 19 January 2019 at 02:07 Tim Dickson via dovecot <
>> dovecot at dovecot.org <mailto:dovecot at dovecot.org>> wrote:
>>
>>
>> i recently upgraded a server from dovecot 2.1 to 2.3
>> unfortunately sieve does not appear to be working. The user scripts have
>> not changed, and neither has the