plugins.rb 484 B

123456789101112131415
  1. default['dovecot']['conf']['mail_plugins'] = []
  2. # default['dovecot']['plugins']['mail_log'] = nil
  3. # default['dovecot']['plugins']['mail_log'] = {
  4. # 'mail_log_events' => 'delete undelete expunge copy mailbox_delete mailbox_rename',
  5. # 'mail_log_fields' => 'uid box msgid size'
  6. # }
  7. # default['dovecot']['plugins']['acl'] = nil
  8. # default['dovecot']['plugins']['quota'] = nil
  9. default['dovecot']['plugins']['sieve'] = {
  10. 'sieve' => '~/.dovecot.sieve',
  11. 'sieve_dir' => '~/sieve',
  12. }