Using a user-specific conf that wasn't owned by the SSH user wasn't working out.
authorStephen Haberman <shaberman@payflex.com>
Mon, 7 Jul 2008 22:37:37 +0000 (17:37 -0500)
committerStephen Haberman <shaberman@payflex.com>
Mon, 7 Jul 2008 22:37:37 +0000 (17:37 -0500)
So just use the system conf in /home/BIPFS/shaberman instead.

server/post-receive-email

index 836cc6a..1124a7f 100644 (file)
@@ -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
 }