Page 1 of 1

zoneMinder 1.19 and mail alarm

Posted: Thu Apr 15, 2004 1:58 pm
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 :))

Posted: Sun Apr 18, 2004 11:25 am
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

Posted: Tue Apr 20, 2004 8:58 am
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 : ))