EddieA
(Eddie Atherton)
October 26, 2019, 9:04pm
1
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.
pike
(Michael Kicks)
October 26, 2019, 9:19pm
2
use webmail or subscribe via imap.
1 Like
m.traeumner
(Michael Träumner)
October 28, 2019, 1:38pm
3
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
EddieA
(Eddie Atherton)
October 28, 2019, 4:51pm
4
m.traeumner:
You could also have a look via SSH at the following folder
/varlib/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.
Exactly what I was looking for. Thank you.
Cheers.