setup restore paths for recvmail and email addon
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user