Hi everyone!
I'm trying to write a sieve script that moves emails to a *subfolder* of
the inbox.
My script:
require ["envelope", "fileinto", "mailbox"];
if anyof( address "to" "supp...@domain.cc",
address "cc" "supp...@domain.cc",
envelope "to" "supp...@domain.cc" ) {
f
I'm trying to write a sieve script that moves emails to a *subfolder* of the
inbox.
My script:
require ["envelope", "fileinto", "mailbox"];
if anyof( address "to" "supp...@domain.cc",
address "cc" "supp...@domain.cc",
envelope "to" "supp...@domain.cc" ) {
fileinto :create
2 Dec 2022 18:16:43 dove...@ptld.com:
>> I'm trying to write a sieve script that moves emails to a *subfolder* of the
>> inbox.
>> My script:
>> require ["envelope", "fileinto", "mailbox"];
>> if anyof( address "to" "supp...@domain.cc",
>> address "cc" "supp...@domain.cc",
>>
Hello I’m about to configure and test Dovecot with Keycloak. When do you use
the dovecot-oauth2.token.conf.ext and/or dovecot-oauth2.plain.conf.ext over
dovecot-oauth2.token.conf.ext Thanks.
and/or
Sent from my iPhone
> On 02/12/2022 19:49 EET Gary Horchem wrote:
>
>
> Hello I’m about to configure and test Dovecot with Keycloak. When do you use
> the dovecot-oauth2.token.conf.ext and/ordovecot-oauth2.plain.conf.ext
> overdovecot-oauth2.token.conf.ext Thanks.
>
> and/or
>
>
> Sent from my iPhone
Hi Gar