Where is the Junk mailbox

I see the following message in my logs:

dovecot: lmtp([admin@BogoLinux.net](mailto:admin@BogoLinux.net)): 2LVsIzBNs126KAAA96vuTA: sieve: msgid=[<CA8C87AF-3D50-188E-0C05-8901F7641D1B@bradley.uk.net>](mailto:CA8C87AF-3D50-188E-0C05-8901F7641D1B@bradley.uk.net): stored mail into mailbox 'Junk': 1 Time(s)

Where exactly is the Junk mailbox.

All the other mails, that get stored in INBOX are correctly pulled via POP3 to my Thunderbird client.

Cheers.

use webmail or subscribe via imap.

1 Like

You could also have a look via SSH at the following folder

/var/lib/nethserver/vmail/YourMailaddress/Maildir/.Junk/

here you can find the folders new and cur, in that folders you find your Junk. new is unread and cur are read mails.
You can open the mails with an editor like vim or nano.

2 Likes

Exactly what I was looking for. Thank you.

Cheers.