>What do you have in /etc/cobbler/settings to configure the feature? build_reporting_enabled: 1 build_reporting_sender: "[email protected]" build_reporting_email: [ '[email protected]' ] build_reporting_smtp_server: "mail.mydomain.com" build_reporting_subject: "Cobbler Finished Installing a Client"
I changed my real domain to "mydomain.com" to protect the innocent. Again, when I test things manually using these values, it works fine. # telnet mail.mydomain.com 25 HELO cobbler.mydomain.com MAIL FROM [email protected] RCPT TO [email protected] DATA Subject: Cobbler Finished Installing a Client test . This works just fine. Paul _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
