This commit is contained in:
Girish Ramakrishnan
2016-05-05 15:26:32 -07:00
parent 9e673c3890
commit 2d43e22285
+1 -1
View File
@@ -137,7 +137,7 @@ function start(callback) {
// this is the bind for the mail addon to authorize apps
gServer.bind('ou=sendmail,dc=cloudron', function(req, res, next) {
// TODO: validate password
debug('application bind: %s', req.dn.toString());
debug('sendmail bind: %s', req.dn.toString());
res.end();
});