This commit is contained in:
Girish Ramakrishnan
2016-05-07 02:34:52 -07:00
parent bc78f4a6d8
commit 62b020e96d

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('sendmail bind: %s', req.dn.toString());
debug('sendmail bind: %s', req.dn.toString()); // note: cn can be email or id
res.end();
});