Search found 3 matches

by 1oldgeek
Mon Mar 29, 2021 3:53 pm
Forum: ZoneMinder 1.34.x
Topic: SSMTP works on CLI but not in ZM
Replies: 5
Views: 3168

Re: SSMTP works on CLI but not in ZM

Actually it was my own stupidity. I had issues with ssmtp with TLS so I tried postfix ( couldn't get auth to work ) went back to ssmtp and forgot to recheck NEW_MAIL_MODULES. Retired 8 mths ago as IT Director and I guess I retired my brain as well.
by 1oldgeek
Sat Mar 27, 2021 5:38 pm
Forum: ZoneMinder 1.34.x
Topic: SSMTP works on CLI but not in ZM
Replies: 5
Views: 3168

Re: SSMTP works on CLI but not in ZM

Thx for reply. I did test as apache user. I also made a simple php file using the php mail cmd (IE: $send = mail('HIDDEN@gmail.com','My subject',$msg);" and that works fine and transactions show in maillog. ZM still saying notification sent but nothing in maillog. Short of ripping zm code apart, is ...
by 1oldgeek
Fri Mar 26, 2021 6:19 pm
Forum: ZoneMinder 1.34.x
Topic: SSMTP works on CLI but not in ZM
Replies: 5
Views: 3168

SSMTP works on CLI but not in ZM

New to board but not Zoneminder New install of 1.34.23 on Centos 7 running in a VM on Proxmox. SSMTP works from command line and events are logged in maillog. Using Gmail as account. Zoneminder only shows "Notification email sent" in all it's logging. I even used debug level of 3 but only ...