I upgraded Fedora from 27 to 28 and the API has stopped working so zmNinja reports that it's authenticated but the API is not correctly configured. The RPM is zoneminder-1.30.4-7.fc28.x86_64 from the RPM fusion repository. I wondered if it was something in my upgrade so I erased the zoneminder RPM ...
I've been looking at the smtpsend() option since changing from a machine running a local sendmail to one which doesn't. From my searching the function needs to know where the smtp server is and zmfilter.pl doesn't appear to tell it. I have got it working by putting $ENV{'SMTPHOSTS'}= "hostname"; in ...