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
Search found 6 matches
- Mon Jan 03, 2011 3:40 pm
- Forum: User Contributions
- Topic: Patch for SMTP with SSL
- Replies: 25
- Views: 24801
- 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:
For example:
Code: Select all
sudo cpan
>> install Net::SMTP::SSL
[blablabla]
>> quit
- 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 ...
- Tue Dec 28, 2010 4:08 pm
- Forum: User Contributions
- Topic: Patch for SMTP with SSL
- Replies: 25
- Views: 24801
- Thu Aug 28, 2008 7:20 am
- Forum: User Contributions
- Topic: Running Zoneminder and Motion together
- Replies: 18
- Views: 28694
- 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 ...