Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Ralph Seichter via dovecot
* Aki Tuomi via dovecot: > Just for clarity I ment Maildir format with FS layout. Maildir++ > layout is what you are using now. Thanks for clarifying. The whole situation is uncomfortable. Dovecot is right to expect Maildir folders to adhere to a certain structure and naming conventions, and if

Re: "client_id" in lua script

2024-10-25 Thread Michael Slusarz via dovecot
> On 10/25/2024 9:47 AM MDT ecdlguy--- via dovecot wrote: > > Hi, > > I'm trying to block specific MUAs, like e.g. Outlook-App for iOS and Android > or Xiaomi Mail / MiMail using a lua script. > While implementing this, I noticed that "client_id" is always nil in the lua > script or I am doing

"client_id" in lua script

2024-10-25 Thread ecdlguy--- via dovecot
Hi, I'm trying to block specific MUAs, like e.g. Outlook-App for iOS and Android or Xiaomi Mail / MiMail using a lua script. While implementing this, I noticed that "client_id" is always nil in the lua script or I am doing something wrong. This is part of the postfix config: imap_id_retain = ye

Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Aki Tuomi via dovecot
  On 25/10/2024 17:43 EEST Ralph Seichter via dovecot wrote:     * Aki Tuomi via dovecot:   How about just using LAYOUT=fs Then Dovecot will not consider .folders are mail folders at all? This does require mailbox format change

Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Ralph Seichter via dovecot
* Aki Tuomi via dovecot: > How about just using LAYOUT=fs > Then Dovecot will not consider .folders are mail folders at all? This > does require mailbox format change though. Interesting idea. I don't want to meddle with the mailbox format though. That seems excessive, and counters my decision to

Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Aki Tuomi via dovecot
How about just using LAYOUT=fs Then Dovecot will not consider .folders are mail folders at all? This does require mailbox format change though. Frank, I don't think Dovecot has "imap_hidden_namespaces" setting at all, unless it's some 3rd party plugin. Aki > On 25/10/2024 14:30 EEST Frank Ki

Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Frank Kirschner via dovecot
maybe working with hidden namespace: namespace hidden {     prefix = .foo/     separator = /     hidden = yes     list = no } plugin {     imap_hidden_namespaces = .hidden/* } Frank Am 25.10.2024 um 13:18 schrieb Ralph Seichter via dovecot: * Frank Kirschner via dovecot: how about to chown

Re: Ignore specific subfolders within Maildir?

2024-10-25 Thread Ralph Seichter via dovecot
* Frank Kirschner via dovecot: > how about to chown of ~/.maildir/.foo to an other user than defined as > mail_uid / mail_gid in dovecot's config? Directory .foo needs to have the same owner as the parent ~/.maildir . Like the name and location of .foo, this is a restriction imposed by the third

Re: BUG: logging bug creeped back in pop3-login

2024-10-25 Thread Laura Steynes via dovecot
# 2.3.21.1 (d492236fa0): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.21.1 (49005e73) On Mon, Oct 21, 2024 at 3:32 PM Aki Tuomi wrote: > > > On 21/10/2024 00:30 EEST Laura Steynes via dovecot > wrote: > > > > > > Oct 20 14:23:29 pop3-login: Info: Disconnected: Disconnected: Too many > ba

Re: fixing sieve (?)

2024-10-25 Thread Stefan G. Weichinger via dovecot
Am 23.10.24 um 23:39 schrieb Tom Hendrikx via dovecot: Hi Stefan, I think you havent;showed us any logging yet. Can you show logging from a complete delivery starting where postfix accepts a message, until dovecot puts it in your inbox? In my logs, I can clearly see sieve handling my incomi

Re: fixing sieve (?)

2024-10-25 Thread Stefan G. Weichinger via dovecot
Am 24.10.24 um 13:50 schrieb Markus Winkler via dovecot: Hi Stefan, On Thu, 24 Oct 2024 at 11:22:54AM +0200, Stefan G. Weichinger via dovecot wrote: relay=virtual Oct 24 10:45:21 mail2 postfix/qmgr[2703634]: 1437115F6A3: removed The relay is "virtual" ... I am digging now if the edited sql-q

Ignore specific subfolders within Maildir?

2024-10-25 Thread Ralph Seichter via dovecot
Consider Dovecot with "mail_location = maildir:~/.maildir". Is it possible to configure Dovecot to completely ignore directories like ~/.maildir/.foo ? The subdirectory .foo is created by third party software and the name cannot be changed. Because of the leading dot, Dovecot interprets ~/.maildir