zoneMinder 1.19 and mail alarm

Support and queries relating to all previous versions of ZoneMinder
Locked
lorenzo
Posts: 6
Joined: Thu Apr 15, 2004 1:47 pm
Location: france

zoneMinder 1.19 and mail alarm

Post by lorenzo »

Is ther some One who enable successfuly the email option with some smtp redirection ?

I tried with 1.19 after 1.17 without succes ...

Happy to get some solutions (postfix works quite well, and the user masquerading seems to be right ... )

Thanks for such a beautifull project and any help :))
maron
Posts: 18
Joined: Sun Feb 15, 2004 12:08 pm

Post by maron »

This can be fixed by editing scripts/zmfilter.pl begin at line 600 by commenting that one out and adding the 3 lines below

#$mail->smtpsend();
open MAIL, "| /usr/lib/sendmail -t -oi -oem -f ".ZM_FROM_EMAIL or die "open: $!";
$mail->print(\*MAIL);
close MAIL;

Hope this helps.

Maron
lorenzo
Posts: 6
Joined: Thu Apr 15, 2004 1:47 pm
Location: france

Post by lorenzo »

Thank's Maron Your patch works (i will try also without it :), but i saw that i forgot to enable in the filters the mail to send .... :]
Thank s again : ))
Locked