Commit email notification not sent even if Resque is working and Postfix is properly configured
Created by: kaustavdm
Gitlab: 2.9.1 OS: Debian Wheezy (with latest updates)
In my Gitlab installation everything works fine, except that emails are not sent out when commits or new branches are pushed. It is not a postfix issue, because I've Postfix properly configured to relay to an external smtp server and password reset emails get sent out without any problem.
The emails are not even queued. Postfix logs shows no activity when commits are pushed. Resque worker works fine otherwise. Resque admin screen shows "0 of 1 Workers Working". I've gone through Troubleshooting guide and there is no other problems.
Also, I might have missed it, but I didn't find any documentation on the events for which Gitlab sends email notifications. Any help, please?