I only see configurations that are active for all users, how to configure this in the user sieve rules. I only need this for specific users.
according to the documentation, this has to be added to the IMAP METADATA dict per mailbox (https://doc.dovecot.org/configuration_manual/imap_metadata/): https://doc.dovecot.org/configuration_manual/sieve/plugins/imapsieve/ says:> The basic IMAPSIEVE capability allows attaching a Sieve script to a mailbox for any mailbox by setting a special IMAP METADATA entry. This way, users can configure Sieve scripts that are run for IMAP events in their mailboxes.But I can not find any example how this should work, neither which client supports setting those things. My guess is that these keys are used: https://www.iana.org/assignments/imap-metadata/imap-metadata.xhtml#imap-metadata-2 I would also be interested to know if and how that works, especially if you can add a rule when moving mails (from anywhere) to a certain mailbox for a single user. Best, Sebastian On 17.10.2022 12:46, Marc wrote:> > I only see configurations that are active for all users, how to configure this in the user sieve rules. I only need this for specific users. >
On 10/17/22 04:46, Marc wrote:> I only see configurations that are active for all users, how to configure this in the user sieve rules. I only need this for specific users.I have a working setup where every user can have their own sieve rules and manage them with managesieve, which I think is provided by pigeonhole.? I have a very extensive sieve script on my mailbox that has been built using a managesieve plugin for Roundcube webmail.? I tried to get an extension for Thunderbird going, but it doesn't work in the latest Thunderbird (102 at the time), and now that I am running a version 106 beta, that support is even less likely to happen. This output should cover all my sieve-related configs: https://paste.elyograg.org/view/c34f48ee My users are in a mysql postfixadmin database.? The username is the fully qualified email address.? It's installed on a AWS instance running Ubuntu Server 20.04.? I do want to upgrade that to Ubuntu 22, but a lot of my PHP software will not run on PHP 8.1, which is what Ubuntu 22 includes.? So I am waiting for that. Thanks, Shawn