setup restore paths for recvmail and email addon

This commit is contained in:
Girish Ramakrishnan
2016-05-17 09:27:59 -07:00
parent a81262afb5
commit 7ec93b733b
+2 -2
View File
@@ -48,7 +48,7 @@ var KNOWN_ADDONS = {
setup: setupEmail,
teardown: teardownEmail,
backup: NOOP,
restore: NOOP
restore: setupEmail
},
ldap: {
setup: setupLdap,
@@ -90,7 +90,7 @@ var KNOWN_ADDONS = {
setup: setupRecvMail,
teardown: teardownRecvMail,
backup: NOOP,
restore: NOOP
restore: setupRecvMail
},
redis: {
setup: setupRedis,