Hi,

I have an minor folder problem with Outlook 2019 and german language settings.
Outlook always creates folder 'Entwürfe' when the language is set to german - it's using the correct Drafts folder and not using the self created folder but it's annoying that every user with german language setting have this folder.

I've set this one in 15-mailbox.conf  like i did for other german folder names like 'Papierkorb' or 'Gelöschet Objekte' which are working properly - just can't get 'Entwürfe' mapped correctly to Drafts:
 
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox "Entwürfe" {
    special_use = \Drafts
  }
  mailbox "Entw&APw-rfe" {
    special_use = \Drafts
    auto = no
  }
  mailbox Entw&APw-rfe {
    special_use = \Drafts
    auto = no
  }


Outlook then creates in the maildir folder:
rwx------  5 vmail vmail 4096 Jan 16 01:55 '.Entw&APw-rfe'

and adds it into the subscriptions file:
Entw&APw-rfe
 
When the client language is set to englich all is ok, but as soon it's set to german Outlook creates this additional folder - and when it's deleted it in Outlook it's recreated automatically after few seconds.
 
Using dovecot version 2.3.4.1 with maildir mailbox format.

Anyone has an idea to fix this?

Thanks,
Alex


complete 15-mailbox.conf:
namespace inbox {
  # These mailboxes are widely used and could perhaps be created automatically:
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox "Entwürfe" {
    special_use = \Drafts
  }
  mailbox "Entw&APw-rfe" {
    special_use = \Drafts
    auto = no
  }
  mailbox Entw&APw-rfe {
    special_use = \Drafts
    auto = no
  }

  mailbox Spam {
    auto = subscribe
    autoexpunge = 30d
    special_use = \Junk
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox "Junk Mail" {
    special_use = \Junk
  }

  mailbox Trash {
    auto = subscribe
    autoexpunge = 30d
    special_use = \Trash
  }
  mailbox "Deleted Messages" {
    special_use = \Trash
  }
  mailbox "Gelöschte Elemente" {
    special_use = \Trash
  }
  mailbox "Gelöschte Objekte" {
    special_use = \Trash
  }
  mailbox "Papierkorb" {
    special_use = \Trash
  }

  # For \Sent mailboxes there are two widely used names. We'll mark both of
  # them as \Sent. User typically deletes one of them if duplicates are created.
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox "Sent Items" {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox "Gesendet" {
    special_use = \Sent
  }
  mailbox "Gesendete Elemente" {
    special_use = \Sent
  }
  mailbox "Gesendete Objekte" {
    special_use = \Sent
  }

  mailbox Archive {
    auto = subscribe
    special_use = \Archive
  }
  mailbox "Archiv" {
    special_use = \Archive
  }

  # If you have a virtual "All messages" mailbox:
  #mailbox virtual/All {
  #  special_use = \All
  #  comment = All my messages
  #}
  # If you have a virtual "Flagged" mailbox:
  mailbox virtual/flagged {
    special_use = \Flagged
    comment = All my flagged messages
  }
}
 

complete maildir:
drwx------ 11 vmail vmail 4096 Jan 16 02:56  .
drwx------  4 vmail vmail 4096 Jan 16 11:01  ..
drwx------  5 vmail vmail 4096 Jan 16 01:55  .Archive
drwx------  2 vmail vmail 4096 Jan 16 01:55  cur
-rw-------  1 vmail vmail    0 Jan 16 01:54  dovecot-acl-list
-rw-------  1 vmail vmail 1768 Jan 16 01:55  dovecot.index.cache
-rw-------  1 vmail vmail 1140 Jan 16 01:55  dovecot.index.log
-rw-------  1 vmail vmail 1048 Jan 16 02:25  dovecot.list.index
-rw-------  1 vmail vmail   72 Jan 16 02:56  dovecot.list.index.log
-rw-------  1 vmail vmail  144 Jan 16 01:55  dovecot.mailbox.log
-rw-------  1 vmail vmail  127 Jan 16 01:54  dovecot-uidlist
-rw-------  1 vmail vmail    8 Jan 16 01:55  dovecot-uidvalidity
-r--r--r--  1 vmail vmail    0 Jan 16 01:54  dovecot-uidvalidity.60023968
drwx------  5 vmail vmail 4096 Jan 16 01:55  .Drafts
drwx------  5 vmail vmail 4096 Jan 16 01:55 '.Entw&APw-rfe'
drwx------  2 vmail vmail 4096 Jan 16 01:55  new
drwx------  5 vmail vmail 4096 Jan 16 01:55  .Sent
drwx------  5 vmail vmail 4096 Jan 16 01:55  .Spam
-rw-------  1 vmail vmail   49 Jan 16 01:55  subscriptions
drwx------  2 vmail vmail 4096 Jan 16 01:54  tmp
drwx------  5 vmail vmail 4096 Jan 16 01:55  .Trash

content of subscriptions:
V    2
Spam
Trash
Sent
Drafts
Archive
Entw&APw-rfe
 

Reply via email to