• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question mailserver folders

FYI

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.50
Hey guys,

in default it seems that folders like junk or sended are subfolders of the Inbox folder.

Is there a way to configure, that these not subfolders - instead everything is its own?

Actually Like Android gmail client sees this as one folder so i have everything showed in Inbox folder, cause its showing also the content of Inbox subfolders

Best regards
 
I don't know what web mail you're using but I'm going to presume Roundcube since that's usually the default choice.

You should be able to edit the config.inc.php file to be

PHP:
$config['junk_mbox'] = 'Spam';

But I've never tried it it so your milage may vary as I've never tested it (this PHP file is located in /usr/share/psa-roundcube/config, location could be different for Ubuntu).

As for Android client, that's going to be normal if you have configured your client to use POP instead of IMAP. Don't use POP, use IMPAP instead.
 
Na, so when i add - unrelated to the client, the mailbox every folder is a subfolder of Inbox like junk, drafts, sended.

Its not related to a apecific client.
 
Back
Top