• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Courier IMAP - Standard Folders

futureweb

Regular Pleskian
Hello,

one Question - I noticed that the standard Folders like Trash are created as Sub-Folders of INBOX ... so INBOX.TRASH
Apple Devices won't recognize those Folders by default it seems. They expect TRASH on root Level I think?!
Is there anything I can do?

Thank you
Andreas Schnederle-Wagner
 
Hi Guys,
if you are using Dovecot, you can edit the file...

/etc/dovecot/dovecot.conf
Changing..
Code:
# Default private namespace setup compatible with Courier-IMAP.

namespace inbox {
  separator = .
  prefix = INBOX.
  inbox = yes
}

to

Code:
# Default private namespace setup compatible with Courier-IMAP.

namespace inbox {
  separator = .
  prefix =
  inbox = yes
}

And to make sure it doesn't get overwritten, create a file in...

/etc/dovecot/conf.d/20-namespace.conf

Containing the same.
Regards

Lloyd
 
Guess when I change prefix in Dovecot Config every existing User with IMAP Account will be in trouble - right?
 
Guess when I change prefix in Dovecot Config every existing User with IMAP Account will be in trouble - right?

I should have a test server around here I can try later, I will post back this evening.
But I don't remember there being any issues with existing accounts when doing this before.

Regards

Lloyd
 
I should have a test server around here I can try later, I will post back this evening.
But I don't remember there being any issues with existing accounts when doing this before.

That would be great! :)
My biggest fear is that existing Customers could have Troubles with their Mails (Outlook/Android/Apple/...) when I change Mail-Server Config ... Imagine poor Phone Support Guys ... ;-)

Andreas
 
Hi Andreas,
I just tried, I had to re-add the email accounts or there were left over/duplicate folders under Inbox.
Sorry I couldn't be more help
Kind regards

Lloyd
 
Hey Lloyd,
thx a lot for taking the time and testing it! Unfortunately this behaviour was excactly what I was expected to happen! :(

Andreas
 
Back
Top