I set "build_reporting_enabled: 1" and filled in the appropriate
"build_reporting_*" fields
but I don't get an email after a system has finished installing.

I tested it manually from my cobbler server:
# telnet <build_reportin_smtp_server> 25
HELO <cobbler server fqdn>
MAIL FROM <build_reporting_sender>
RCPT TO <build_reporting_email>
DATA
Subject: <build_reporting_subject>

test

.
This works just fine.

What triggers the email to be sent?
Am I missing an entry in the kickstart file?
(Assuming it's triggered from the kickstart file).

What program or method does cobbler use to send email?
Does it just open a socket to port 25 and talk SMTP?
Or does it use telnet or sendmail?

Where does cobbler log such information.
I grepped  /var/log/cobbler/*.log, /var/log/maillog and
/var/log/messages for any information, but didn't see anything email
related.

Should I see something in /var/lib/cobbler/triggers/install/post or does cobbler
just use /etc/cobbler/reporting/build_report_email.template internally?

Thanks,

Paul
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to