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

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