namespaces.rb 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. default['dovecot']['namespaces'] = [
  2. # {
  3. # 'separator' => '/',
  4. # 'prefix' => '"#mbox/"',
  5. # 'location' => 'mbox:~/mail:INBOX=/var/mail/%u',
  6. # 'inbox' => true,
  7. # 'hidden' => true,
  8. # 'list' => false,
  9. # }, {
  10. # 'separator' => '/',
  11. # 'prefix' => '',
  12. # 'location' => 'maildir:~/Maildir',
  13. # }, {
  14. # 'name' => 'inbox',
  15. # 'separator' => '/',
  16. # 'prefix' => '',
  17. # 'inbox' => 'yes',
  18. # 'inbox' => true,
  19. # 'mailboxes' => {
  20. # 'Drafts' => {
  21. # 'special_use' => '\Drafts',
  22. # },
  23. # 'Junk' => {
  24. # 'special_use' => '\Junk',
  25. # },
  26. # 'Trash' => {
  27. # 'special_use' => '\Trash',
  28. # },
  29. # 'Sent' => {
  30. # 'special_use' => '\Sent',
  31. # },
  32. # 'Sent Messages' => {
  33. # 'special_use' => '\Sent',
  34. # },
  35. # 'virtual/All' => {
  36. # 'special_use' => '\All',
  37. # },
  38. # 'virtual/Flagged' => {
  39. # 'special_use' => '\All',
  40. # },
  41. # },
  42. # },
  43. ]