How to configure email settings for Xcode Continuous Integration

xcode

Solution

In order for emails to be sent out, all you have to do is set up postfix on your OSX machine.

Here's 2 guides I used when setting it up:

- http://benjaminrojas.net/configuring-postfix-to-send-mail-from-mac-os-x-mountain-lion/

- http://slashusr.wordpress.com/2012/02/14/enabling-postfix-for-outbound-relay-via-gmail-on-os-x-lion-11/

Afterwards, the emails got sent out without any issues.

Problem

I've set up Mavericks and OSX Server and have gotten Xcode bots up and running. There's a notification setting on each bot that allows you to email all committers on success or on failure. I've enabled that option and added an additional email address to test. I can't seem to figure where to configure the email settings (i.e. smtp server, login, password). I've tried enabling Mail on OSX Server and set it to relay outgoing email through ISP, but that didn't seem to help. Any guidance would be appreciated.

Original source