• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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