Actions
Bug #20146
closedMultiple errors during initialization on domain-less server instance
Description
On a server without FQDN (e.g. development box or test box) foreman complains with:
Mail::Field::ParseError: Mail::AddressList can not parse |Foreman-noreply@|
Reason was: Only able to parse up to Foreman-noreply@
This is because domain is not set and our settings fallback mechanism does not work good in that case.
Actions