eventlog: add email enabled/disabled events

This commit is contained in:
Girish Ramakrishnan
2018-11-09 18:51:58 -08:00
parent 4aa76a859f
commit 0d65635bc4
3 changed files with 6 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ exports = module.exports = {
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',
ACTION_MAIL_ENABLED: 'mail.enabled',
ACTION_MAIL_MAILBOX_ADD: 'mail.box.add',
ACTION_MAIL_MAILBOX_REMOVE: 'mail.box.remove',
ACTION_MAIL_LIST_ADD: 'mail.list.add',
ACTION_MAIL_LIST_REMOVE: 'mail.list.remove',