<div dir="ltr"><div>I am using IMAP. <br></div><div>I've updated my config to use "auto = subscribe", then restarted dovecot and postfix.  </div><div>I still do not see the folder though.  <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 22, 2021 at 4:36 AM Christian Mack <<a href="mailto:christian.mack@uni-konstanz.de">christian.mack@uni-konstanz.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello<br>
<br>
Am 22.11.21 um 00:58 schrieb bobby:<br>
> I have been following the tutorial here:<br>
> <a href="https://www.linuxbabe.com/mail-server/block-email-spam-check-header-body-with-postfix-spamassassin" rel="noreferrer" target="_blank">https://www.linuxbabe.com/mail-server/block-email-spam-check-header-body-with-postfix-spamassassin</a><br>
> I notice that when I log into my mail via nextcloud mail, there is no spam<br>
> folder.  Is there something further I need to do so it is generated?<br>
> <br>
<br>
Dovecot will autocreate folder when you tell it to do so with "auto" option.<br>
In my example it also automatically subscribes this folder, as most<br>
email clients only show subscribed folders.<br>
<br>
The special_use option will tell all email clients, that this is an<br>
folder for Junk.<br>
So if they have some builtin "Mark as Junk/Spam" button, it will use<br>
that folder to move to.<br>
<br>
In /etc/dovecot/conf.d/15-mailboxes.conf set:<br>
"[...]<br>
namespace inbox {<br>
[...]<br>
  mailbox Junk {<br>
    special_use = \Junk<br>
    auto = subscribe<br>
  }<br>
[...]"<br>
<br>
<br>
Kind regards,<br>
Christian Mack<br>
<br>
-- <br>
Christian Mack<br>
Universität Konstanz<br>
Kommunikations-, Informations-, Medienzentrum (KIM)<br>
Abteilung IT-Dienste Forschung und Lehre<br>
78457 Konstanz<br>
+49 7531 88-4416<br>
<br>
</blockquote></div>