You don't say if you're connecting Thunderbird with POP or IMAP.
With IMAP you need to 'subscribe' to folders. You can do this within the email
client manually. Or you can put autosubscribe in the namespace eg.
mailbox Spam {
auto = subscribe
autoexpunge = 0
autoexpunge_max_mails = 0
comment =
driver =
}
On 22/11/2021 07.58, bobby wrote:
I have been following the tutorial here:
https://www.linuxbabe.com/mail-server/block-email-spam-check-header-body-with-postfix-spamassassin
<https://www.linuxbabe.com/mail-server/block-email-spam-check-header-body-with-postfix-spamassassin>
I notice that when I log into my mail via nextcloud mail, there is no spam
folder. Is there something further I need to do so it is generated?