SMTP Event Server #429
iNotMario
started this conversation in
Show and tell
Replies: 1 comment 6 replies
-
Interesting. Does your camera not support ONVIF motion triggering? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I very recently installed bluecherry, and it seemed to be missing this particular feature. So i made a very simple bash script that will suffice.
This is fairly straight forward, but what it does is use socat to listen to the mail port and execute a script upon connection.
It then uses the /tmp/bluecherry_trigger socket to inform bluecherry of motion.
You can install this by putting the smtp_trigger folder in /opt and then adding the smtp-trigger.service file to systemd. Just enable --now, and you're off to the races. You can, of course, float your boat however you want.
It does absolutely no authentication. It will humor any cameras that try to use it.
Of course it doesn't support TLS either, but some cameras wont speak unless it acts like it does, even when TLS is off.
This in mind, firewall it off from non-camera networks.
smtp_trigger.tar.gz
smtp-trigger.service.txt
Beta Was this translation helpful? Give feedback.
All reactions