Search found 4 matches
- Tue Oct 11, 2016 6:40 am
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder ignoring SSMTP_PATH setting
- Replies: 5
- Views: 2976
Re: Zoneminder ignoring SSMTP_PATH setting
I have done some more digging. - The default path for MIME::Lite to use as I mentioned is /usr/lib/sendmail - On my system this is symlinked to the ssmtp binary. Ssmtp is not being called directly, but sendmail is being run, regardless of the ZM_SSMTP_PATH setting. - Replacing the sendmail link with ...
- Tue Oct 11, 2016 1:20 am
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder ignoring SSMTP_PATH setting
- Replies: 5
- Views: 2976
Re: Zoneminder ignoring SSMTP_PATH setting
Based on the code you provided, Zoneminder uses this line to send: $mail->send( 'sendmail', $ssmtp_location, $Config{ZM_EMAIL_ADDRESS} ); In the MIME::Lite docs, they suggest that the path can point to anything, and even suggest writing your own script to send mail, and point the given path to that ...
- Mon Oct 10, 2016 6:54 pm
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder ignoring SSMTP_PATH setting
- Replies: 5
- Views: 2976
Re: Zoneminder ignoring SSMTP_PATH setting
Thanks for the reply. Email config can be found here: https://puu.sh/rEnYm/8630d12368.png Did you follow the ssmtp instructions in the wiki? Yeah as I say, ssmtp was set up and has been working for the last few months. Now I want Zoneminder to run a script instead of ssmtp - so that I can stop ...
- Mon Oct 10, 2016 7:21 am
- Forum: ZoneMinder 1.30.x
- Topic: Zoneminder ignoring SSMTP_PATH setting
- Replies: 5
- Views: 2976
Zoneminder ignoring SSMTP_PATH setting
Hi guys, I am running Zoneminder 1.30 from the PPA on Ubuntu 16.04. I have had ssmtp set up and it works fine. BUT I am trying to redirect the call to another executable. I have set SSMTP_PATH to point to another executable that is in a directory executable and writable by anyone. Changing the SSMTP ...