Shared mailboxes and indexes

2023-10-06 Thread Francis Augusto Medeiros-Logeay via dovecot
Hi,

I googled a bit to see if I understand it, but no, I haven’t got anything that 
explains this:

What’s exactly the difference between INDEX and INDEXPVT for shared mailboxes? 
Why are they pointing to the same folder on Dovecot example 
(https://doc.dovecot.org/configuration_manual/shared_mailboxes/shared_mailboxes/#user-shared-mailboxes)?

Best,

Francis
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: sieve processing - enable/disable per user?

2023-10-06 Thread Oscar del Rio

On 2023-10-06 5:12 a.m., Arkadiusz Miśkiewicz via dovecot wrote:


Unfortunately it doesn't get expanded:

user_query = ... , 'sieve' AS 'sieve_enabled', ...


mail_plugins = $mail_plugins %{sieve_enabled}



"sieve_enabled" seems to be a "yes" or "no" user variable 
(default="yes"), without having to modify mail_plugins


https://github.com/dovecot/pigeonhole/commit/d2a75724985c66aeb2decdd6272d4f21255284c9

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Pay Someone to Take My Online Course?1

2023-10-06 Thread Narcis Garcia

El 6/10/23 a les 2:27, N ha escrit:

I hope you guys took care of the spam from Xotawa earlier today.

Also just as an FYI it looks like google is going to be changing their
requirements for bulk-mail and mailing list senders effective February
2024.

They have a notice on their blog with the specific requirements in the
support knowledgebase (linked from their blog post).

Also, randomly some of the responses from this mailing list are regularly
hitting my spam folder. I count 3 from today, Ironically Xotawa was the
only one that got through.

Mailing list maintainers, if you aren't already using their postmaster
tools you should check out https://support.google.com/mail/answer/9981691

Best Regards,
N


Hi N.,
You put a link to a product or service from a company.
I'm more interested into that "requirements change for bulk-mail and 
mailing list senders".


--

Narcis Garcia

__
I'm using this dedicated address because personal addresses aren't 
masked enough at this mail public archive. Public archive administrator 
should remove and omit any @, dot and mailto combinations against 
automated addresses collectors.

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: sieve processing - enable/disable per user?

2023-10-06 Thread Arkadiusz Miśkiewicz via dovecot

On 06/10/2023 11:12, Arkadiusz Miśkiewicz wrote:

On 06/10/2023 09:27, Aki Tuomi wrote:

Maybe try

protocol lmtp {
   mail_plugins = $mail_plugins %{sieve_enabled}
}

and return sieve_enabled="sieve" for those users you want to enable 
sieve processing for.


Unfortunately it doesn't get expanded:

user_query = ... , 'sieve' AS 'sieve_enabled', ...


mail_plugins = $mail_plugins %{sieve_enabled}

and

dovecot[17847]: lmtp(17932): Fatal: Plugin '%{sieve_enabled}' not found 
from directory /usr/lib64/dovecot/plugins


Tried %{userdb:sieve_enabled:} etc, too - these are not expanded in that 
place.


So other approach - is there a way to disable managesieve only, per user 
(while allowing imap, pop3 etc) ?


--
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: sieve processing - enable/disable per user?

2023-10-06 Thread Arkadiusz Miśkiewicz via dovecot

On 06/10/2023 09:27, Aki Tuomi wrote:

Maybe try

protocol lmtp {
   mail_plugins = $mail_plugins %{sieve_enabled}
}

and return sieve_enabled="sieve" for those users you want to enable sieve 
processing for.


Unfortunately it doesn't get expanded:

user_query = ... , 'sieve' AS 'sieve_enabled', ...


mail_plugins = $mail_plugins %{sieve_enabled}

and

dovecot[17847]: lmtp(17932): Fatal: Plugin '%{sieve_enabled}' not found 
from directory /usr/lib64/dovecot/plugins





Aki


On 06/10/2023 09:56 EEST Arkadiusz Miśkiewicz via dovecot  
wrote:

  
Hi.


I keep users in database and would like to enable/disable sieve for them
per user.

What's the approach for that? I'm looking at the sieve options and
user_query setting but don't see anything that would make this possible.

--
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


--
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: sieve processing - enable/disable per user?

2023-10-06 Thread Aki Tuomi via dovecot
Maybe try

protocol lmtp {
  mail_plugins = $mail_plugins %{sieve_enabled}
}

and return sieve_enabled="sieve" for those users you want to enable sieve 
processing for.

Aki

> On 06/10/2023 09:56 EEST Arkadiusz Miśkiewicz via dovecot 
>  wrote:
> 
>  
> Hi.
> 
> I keep users in database and would like to enable/disable sieve for them 
> per user.
> 
> What's the approach for that? I'm looking at the sieve options and 
> user_query setting but don't see anything that would make this possible.
> 
> -- 
> Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
> ___
> dovecot mailing list -- dovecot@dovecot.org
> To unsubscribe send an email to dovecot-le...@dovecot.org
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


sieve processing - enable/disable per user?

2023-10-06 Thread Arkadiusz Miśkiewicz via dovecot


Hi.

I keep users in database and would like to enable/disable sieve for them 
per user.


What's the approach for that? I'm looking at the sieve options and 
user_query setting but don't see anything that would make this possible.


--
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org