# HG changeset patch # User bsw # Date 1319484312 -7200 # Node ID 0f66da081ad317b698a9473c9d964ecce77b0a73 # Parent 97b15852803e282b7b898aa6bec0721e1a399afc Fixed wrong file name of sendmail binary (bin->sbin). diff -r 97b15852803e -r 0f66da081ad3 lfapi/main.js --- a/lfapi/main.js Mon Oct 24 21:20:39 2011 +0200 +++ b/lfapi/main.js Mon Oct 24 21:25:12 2011 +0200 @@ -1039,7 +1039,7 @@ db.query(conn, req, res, query, function (result, conn) { - nodemailer.sendmail = '/usr/bin/sendmail'; + nodemailer.sendmail = '/usr/sbin/sendmail'; // send email to user nodemailer.send_mail({