• 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.

Dovecot/Postfix IMAP folder ".Spam" needs to be ".Trash"(RFC-6154)

Rolf

New Pleskian
Hello,

for use with newer versions of IMAP mail clients (Outlook 2013, Applemail, Thunderbird) RFC 6154 / Special-Use describes a method where server and client negotiate which folders to use so there is no need to manually subscribe and match them.
Plesk 12.0.18 Update #43 with Dovecot/Postfix installed needs the following file to be added:

/etc/dovecot/conf.d/15-mailboxes.conf

namespace inbox {
#mailbox name {
# special_use = \Drafts \Junk \Sent \Trash \Archive
#}
mailbox Drafts {
special_use = \Drafts
auto=subscribe
}
mailbox Junk {
special_use = \Junk
auto=subscribe
}
mailbox Trash {
special_use = \Trash
auto=subscribe
}
mailbox Sent {
special_use = \Sent
auto=subscribe
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Archive {
special_use = \Archive
auto=subscribe
}
# mailbox "Archives" {
# special_use = \Archive
# auto=no
# }
}

This looks fine, but there still is one issue: with a new mailbox the "Spam" directory is beeing created. This needs to be renamed to "Junk" to make a perfect client view.

How can this be archieved without loosing Spamassassin to funktion properly.

Thanks in advance,

-Rolf
 
No comments?
Is nobody using IMAP? Nobody wonders about the need to manually subscribe to the correct folders?
 
Back
Top