plugins.rb 282 B

12345678910
  1. default['dovecot']['mail_plugins'] = [ 'sieve' ]
  2. default['dovecot']['plugins']['sieve'] = {}
  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. # }