Spam instead of Junk folder
6 Apr
2017
6 Apr
'17
7:18 p.m.
Traditionally I have used 'Spam' as the folder name for all those emails that get tagged as, well Spam.
But it seems that the standard is now 'Junk' as from 15-mailboxes.conf
# Space separated list of IMAP SPECIAL-USE attributes as specified by
# RFC 6154: \All \Archive \Drafts \Flagged \Junk \Sent \Trash
#special_use =
If I have in local.conf
15-mailboxes.conf
namespace inbox { mailbox Spam { special_use = \Junk } }
This would auto make Spam, but:
Would Junk (and all the others specified in 15-mailboxes.conf) still get created?
What actually controls which folders get created?
6 Apr
6 Apr
9:44 p.m.
New subject: Solved? - Re: Spam instead of Junk folder
I fixed a value in Postfixadmin and it looks kind of like the folders are being created properly.
When I log directly into dovecot I get:
c list "" *
- LIST (\HasNoChildren \Sent) "." Sent
- LIST (\HasNoChildren \Trash) "." Trash
- LIST (\HasNoChildren \Drafts) "." Drafts
- LIST (\HasNoChildren) "." Spam
- LIST (\HasNoChildren) "." INBOX c OK List completed.
But why does not Spam have some \something like the ones above it?
thanks
On 04/06/2017 03:18 PM, Robert Moskowitz wrote:
2955
Age (days ago)
2955
Last active (days ago)
1 comments
1 participants
participants (1)
-
Robert Moskowitz