Search found 1 match
- Sat Jan 16, 2016 7:14 pm
- Forum: ZoneMinder 1.28.x
- Topic: zmfilter.pl for external mail relay
- Replies: 0
- Views: 1371
zmfilter.pl for external mail relay
I made an update to zmfilter.pl to enable use with an external mail relay that requires authentication. Thought others might find it useful, but wasn't sure how to go about passing it along. Changed lines 1009 and 1103 in /usr/bin/zmfilter.pl to: my @mail_credentials = split('\|', $Config{ZM_EMAIL ...