12345678910111213141516171819202122 |
- 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',
- # },
- ]
|