123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- default['dovecot']['namespaces'] = [
- # {
- # 'separator' => '/',
- # 'prefix' => '"#mbox/"',
- # 'location' => 'mbox:~/mail:INBOX=/var/mail/%u',
- # 'inbox' => true,
- # 'hidden' => true,
- # 'list' => false,
- # }, {
- # 'separator' => '/',
- # 'prefix' => '',
- # 'location' => 'maildir:~/Maildir',
- # }, {
- # 'name' => 'inbox',
- # 'separator' => '/',
- # 'prefix' => '',
- # 'inbox' => 'yes',
- # 'inbox' => true,
- # 'mailboxes' => {
- # 'Drafts' => {
- # 'special_use' => '\Drafts',
- # },
- # 'Junk' => {
- # 'special_use' => '\Junk',
- # },
- # 'Trash' => {
- # 'special_use' => '\Trash',
- # },
- # 'Sent' => {
- # 'special_use' => '\Sent',
- # },
- # 'Sent Messages' => {
- # 'special_use' => '\Sent',
- # },
- # 'virtual/All' => {
- # 'special_use' => '\All',
- # },
- # 'virtual/Flagged' => {
- # 'special_use' => '\All',
- # },
- # },
- # },
- ]
|