Re: subscription, dots and subscribe to shared folder.

2023-07-25 Thread Markus Bach
We are currently struggling with the same situation. I played around a bit and also found that "old style" subscription seems to be the best option since a layout change is not feasible for us. For new accounts my current plan is to add a post-login script that touches the subscription file

Re: subscription, dots and subscribe to shared folder.

2023-07-25 Thread Markus Bach
We are currently struggling with the same situation. I played around a bit and also found that "old style" subscription seems to be the best option since a layout change is not feasible for us. For new accounts my current plan is to add a post-login script that touches the subscription fil

Re: Auth USER lookup failed

2024-02-08 Thread Markus Bach
If you have already setup a passdb, you can propably use an almost identical configuration as user_db. E.g. we use ldap for our users and have the following config in the dovecot conf:     userdb {       driver = ldap       args = /etc/dovecot/dovecot-ldap.conf.ext       override_fields = h

Re: Notifications to over-quota accounts

2024-03-15 Thread Markus Bach
Hi, The only way to deliver mails to accounts that are over quota that I can think of is using the lda. There is an example in the manual (https://doc.dovecot.org/configuration_manual/quota/#example-configuration) that shows how to do that. Mit freundlichen Grüßen Markus Bach IT

Re: dsync crashing

2024-08-05 Thread Markus Bach via dovecot
Since v2.3.1 you can disable replication for a user by providing |noreplicate| user database field . https://doc.dovecot.org/configuration_manual/replication/ On 8

Re: Recursive doveadm acl add for shared mailbox

2024-12-17 Thread Markus Bach via dovecot
If doveadm has no such feature, one could think about writing a shell script that queries all Maildir (sub)folders and runs the doveadm acl add for each entry. But I guess someone else must have had this task before me, so I hoped there is a "standard approach". A more portable approach than ge