From: Stephen Haberman Date: Mon, 7 Jul 2008 22:37:37 +0000 (-0500) Subject: Using a user-specific conf that wasn't owned by the SSH user wasn't working out. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ccb1b7f3ccac8ac13e1732124e803f9e13fe949c;p=git-central.git Using a user-specific conf that wasn't owned by the SSH user wasn't working out. So just use the system conf in /home/BIPFS/shaberman instead. --- diff --git a/server/post-receive-email b/server/post-receive-email index 836cc6a..1124a7f 100644 --- a/server/post-receive-email +++ b/server/post-receive-email @@ -593,7 +593,7 @@ send_mail() /usr/sbin/sendmail -t -f "$envelopesender" else # /usr/sbin/sendmail -t - /home/BIPFS/shaberman/local/bin/msmtp --file=/srv/git/hooks/msmtp.conf -t + /home/BIPFS/shaberman/local/bin/msmtp -t fi }