Search found 6 matches

by mateuszknapik
Mon Jan 03, 2011 3:40 pm
Forum: User Contributions
Topic: Patch for SMTP with SSL
Replies: 25
Views: 24801

Hi everyone!
Sorry for my absence, but I was busy. I'm glad that nausser's system is working properly and I hope his post will help solve all problems :)
@lewsut, did you try this? http://www.zoneminder.com/forums/viewtopic.php?p=58411
by mateuszknapik
Wed Dec 29, 2010 6:46 pm
Forum: User Contributions
Topic: Patch for SMTP with SSL
Replies: 25
Views: 24801

I've just checked my box and I think there might be a problem with perl packages in Ubuntu repositories, installing via CPAN might solve it.
For example:

Code: Select all

sudo cpan
>> install Net::SMTP::SSL
[blablabla]
>> quit
by mateuszknapik
Wed Dec 29, 2010 11:56 am
Forum: User Contributions
Topic: Patch for SMTP with SSL
Replies: 25
Views: 24801

In Ubuntu you can install those perl modules via apt-get: $ sudo apt-get install libnet-smtp-ssl-perl libio-socket-ssl-perl libnet-ssleay-perl libauthen-sasl-perl Just look for lib[name-of-the-module]-perl and change :: to - :) I didn't check ConfigAdmin.pm file, so it's possible that you have to ...
by mateuszknapik
Tue Dec 28, 2010 4:08 pm
Forum: User Contributions
Topic: Patch for SMTP with SSL
Replies: 25
Views: 24801

Hello :) Because many people have problems with diff files here is patched version of zmfilter.pl (version 1.24.2 from svn). I don't know if it works, because my setup is still on 1.23. Just replace this file and insert already attached sql in phpMyAdmin (you don't need to replace or change any ...
by mateuszknapik
Thu Aug 28, 2008 7:20 am
Forum: User Contributions
Topic: Running Zoneminder and Motion together
Replies: 18
Views: 28694

Excellent how-to. I have 3 network cameras, and with zoneminder's modect mode I was getting about 400 false alarms every night, now it's ~2.
Thanks :)
by mateuszknapik
Tue May 20, 2008 11:18 am
Forum: User Contributions
Topic: Patch for SMTP with SSL
Replies: 25
Views: 24801

Patch for SMTP with SSL

Hi. I've made little patch for zmfilter.pl. Now it can send email notifications via SMTP server with SSL and password authentication like gmail.com. You can turn it on or off in Configuration->Email->ZM_SMTP_SSL. It require Net::SMTP::SSL, IO::Socket::SSL (>=1.06), Net::SSLeay and Authen::SASL ...