15-mailboxes.conf.erb 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Generated by Chef
  2. ##
  3. ## Mailbox definitions
  4. ##
  5. # NOTE: Assumes "namespace inbox" has been defined in 10-mail.conf.
  6. # namespace inbox {
  7. # inbox = yes
  8. #
  9. # #mailbox name {
  10. # # auto=create will automatically create this mailbox.
  11. # # auto=subscribe will both create and subscribe to the mailbox.
  12. # #auto = no
  13. #
  14. # # Space separated list of IMAP SPECIAL-USE attributes as specified by
  15. # # RFC 6154: \All \Archive \Drafts \Flagged \Junk \Sent \Trash
  16. # #special_use =
  17. # #}
  18. #
  19. # # These mailboxes are widely used and could perhaps be created automatically:
  20. # mailbox Drafts {
  21. # special_use = \Drafts
  22. # }
  23. # mailbox Junk {
  24. # special_use = \Junk
  25. # }
  26. # mailbox Trash {
  27. # special_use = \Trash
  28. # }
  29. #
  30. # # For \Sent mailboxes there are two widely used names. We'll mark both of
  31. # # them as \Sent. User typically deletes one of them if duplicates are created.
  32. # mailbox Sent {
  33. # special_use = \Sent
  34. # }
  35. # mailbox "Sent Messages" {
  36. # special_use = \Sent
  37. # }
  38. #
  39. # # If you have a virtual "All messages" mailbox:
  40. # #mailbox virtual/All {
  41. # # special_use = \All
  42. # #}
  43. #
  44. # # If you have a virtual "Flagged" mailbox:
  45. # #mailbox virtual/Flagged {
  46. # # special_use = \Flagged
  47. # #}
  48. # }