Use latest haraka and restart on relay change

This commit is contained in:
Girish Ramakrishnan
2017-06-29 11:43:03 -05:00
parent a0903f0890
commit 1007a85fde
4 changed files with 4 additions and 4 deletions

View File

@@ -485,8 +485,6 @@ function setMailRelay(relay, callback) {
exports.events.emit(exports.MAIL_RELAY_KEY, relay);
platform.createMailConfig(NOOP_CALLBACK);
callback(null);
});
});