On Wed, 19 Jun 2019, Ralph Seichter wrote: > * Alexander Wirt: > > > $myhostname = 'bitfenix-server'; > > Hmmm. Should that not be > > $myhostname = "bitfenix-server.$mydomain"; > > instead? I thought that $myhostname is expected to be a FQDN? In fact I didn't looked "logically" at that change, just Perl-wise. Yes you are right, this probably be a fqdn. Alex