Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Bots not sending email on success/failure

I setup Xcode Bots, which is working successfully. However, despite setting email addresses to get notified when a build is successful or it fails, I do not receive any emails. Is there any additional SMTP setup I need to do hidden somewhere?

like image 359
jfisk Avatar asked Oct 02 '22 08:10

jfisk


1 Answers

You probably need to configure the Mac OSX Server for sending e-mail.

The local server is located in the Server application under "Mail" in the left sidebar.

I recently changed to using Amazon SES and had to edit the Postfix SASL configuration manually. Edit SASL password file, run postmap, enable SASL/TLS in main.cf configuration file and finally restart Postfix.

This detailed description by Rojas helped me:

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

like image 145
Niels Castle Avatar answered Oct 07 '22 17:10

Niels Castle