(edit)had to remove some of the dots and things that looked like urls otherwise it refused to post... sorry about that(/edit)
sorry if this is the millionth time you've been asked help but I'm really stuck with this one.
I followed the instructions on Ubuntu Server 12.04 64-bit with Zoneminder 1 26 4 the easy way
I've got zoneminder working almost perfectly, working from the but I just can't get it to ever send me an email
The Logs come up with various problems including :
'zmfilter pl ' exited abnormally, exit status 9
which seems to be related to FTP even though I haven't configured that.
I've tried downloading the patch, but have no idea what I'm supposed to do with it.
Nullmailer:
--------------------
I've configured nullmailer with the following files:
adminaddr : [my email]
defaultdomain : mydomain
me : $hostname mydomain
remotes : smtp mandrillapp smtp --port=587 --starttls --user=[my user name] --pass=[my api key]
And if I use the test script that I found :
echo "This is a test message from ${USER}@${HOSTNAME} at $(date)" | sendmail [my email]
it sends me emails no problem, so I'm fairly sure the problem isn't there.
Zonealarm:
--------------------
In Zonealarm I've put this in the email configuration tab :
OPT EMAIL : Checked
EMAIL ADDRESS : [my email]
EMAIL SUBJECT : the default value
EMAIL BODY : the default value
OPT MESSAGE : Checked
MESSAGE ADDRESS : [my email]
MESSAGE SUBJECT : the default value
MESSAGE BODY : the default value
NEW EMAIL MODULES : Unchecked (I've tried checked too, but no luck)
EMAIL HOST : localhost
FROM EMAIL : [my email]
URL : 127.0.0.1
I've created a background filter :
Date/Time Less than now
Sort by date/time desc
Limit to first 3 results only
Email details of all matches
Message details of all matches
If I execute this, it shows some results. (I get the kids to run around a bit.. keeps them happy)
Logs:
--------------------
Mainly INF, ERRs are :
Code: Select all
'zmfilter pl ' exited abnormally, exit status 9
getStreamCmdResponse stream error: socket sendto( ... ) failed: No such file or directory
socket sendto( .. ) failed: No such file or directory
where do I go from here?