Switch to MSMTP from SSMTP
Switch to MSMTP from SSMTP
So, I was having issues with SSMTP no longer wanting to send mail alerts, so I went through the steps to change over to MSMTP instead. I can send test emails just fine, but Zoneminder was getting an error along the lines of can't close zmfilter.pl file when trying to create emails (or send, not sure). So, I turned off emails for a couple of days till I could get back around to looking at this, and now after turning it on, I get a bunch of "creating notification email" logs but nothing ever sends and nothing shows as an error or warning. Any ideas?
Re: Switch to MSMTP from SSMTP
The log indicator at the top is red by the way, but no red in the logs.
Re: Switch to MSMTP from SSMTP
I haven't tested MSMTP on 1.35, but I assume it works. It works on 1.34. Make sure the email works from the terminal and then test it via ZM. There are two mail methods, and you must use the right one for MSMTP. See the links below which explain all this and more:
Docs on email are here: https://wiki.zoneminder.com/Email
Tips on MSMTP are here: https://wiki.zoneminder.com/SMS_Notifications
1.35 is a development release so expect things to break. You might want 1.34 (even number).
Docs on email are here: https://wiki.zoneminder.com/Email
Tips on MSMTP are here: https://wiki.zoneminder.com/SMS_Notifications
1.35 is a development release so expect things to break. You might want 1.34 (even number).
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Switch to MSMTP from SSMTP
Please refer the following link
https://bkjaya.wordpress.com/2019/10/21 ... ntu-19-04/
I am using the MSMTP with zoneminder master 1.35.9 successfully
https://bkjaya.wordpress.com/2019/10/21 ... ntu-19-04/
I am using the MSMTP with zoneminder master 1.35.9 successfully
Re: Switch to MSMTP from SSMTP
Yeah, I have tried all of those links and still have the same issue.
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Switch to MSMTP from SSMTP
But the test email sends fine...