What ive done so far is in options ive filled necessary infos and checked NEW_MAIL_MODULES,
edited
Code: Select all
/usr/bin/zmfilter.pl
Code: Select all
MIME::Lite->send( "smtp", ZM_EMAIL_HOST, Timeout=>60, AuthUser=>'myusername@site', AuthPass=>'mypassword' );
however once i get alam events captured i still dont get email alerts received from zoneminder.
then i did create a script to test MIME::Lite works alone from shell that way and it works perfectly.
then i also installed email smtp client because i read somwhere (correct me if im wrong) that if NEW_MAIL_MODULES remains unchecked zoneminder uses email commandline tool and gets necessary info from /etc/mail/mail.conf
then i unchecked NEW_MAIL_MODULES and restarted zm to see if old method works for me and still i didnt get email notifications.
Could you guys please point me in the right direction, im wondering what im missing.
Is it really necessary to have my own mail server installed and configured correctly in order to use zoneminder?
also if its neccessary which logfile should i paste for you to diagnose the problem?
thanks alot