Sieve: fileinto a subfolder of inbox

2022-12-02 Thread Federico Fanton
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

Re: Sieve: fileinto a subfolder of inbox

2022-12-02 Thread dovecot
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

Re: Sieve: fileinto a subfolder of inbox

2022-12-02 Thread Krisztián Szegi
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", >>

Some info to configure OAuth2 using Keycloak

2022-12-02 Thread Gary Horchem
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

Re: Some info to configure OAuth2 using Keycloak

2022-12-02 Thread Aki Tuomi
> 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