Hi All, I am trying to get cobbler to report via email once a system has been provisioned and can't seem to get that working. Here is what I have changed in my settings file:
build_reporting_enabled: 1 build_reporting_sender: "[email protected]" build_reporting_email: [ '[email protected]' ] build_reporting_smtp_server: "smtp.xxx.com" build_reporting_subject: "Cobbler01 - Build" build_reporting_ignorelist: [ "" ] After making the above changes, per the documentation I did a "cobbler sync" and restarted the cobblerd service. However, I still can't get it to send a email upon completion of a server build. I do have "$SNIPPET('kickstart_done')" at the end of my kickstart file and "cobbler status" reports the finished state once the server has completed the build process but I still don't see any emails. I have postfix setup on this cobbler server and can manually send out emails just fine using mailx. Do I need to do anything else to enable email reporting? Am I missing something here? Version of cobbler is: 2.6.3-1 Thanks for your help. _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
