Page 1 of 1

Send mail with Zoneminder

Posted: Sun Dec 29, 2013 2:30 pm
by sauermyg
:?:

Hello,

I try to send emails with zoneminder. I have Postfix (relay to gmail) installed. No errors. I can send mails to several accounts.

I have the following configuration:

NEW_MAIL_MODULES Use a newer perl method to send emails (?) marked/unmarked
EMAIL_HOST The host address of your SMTP mail server (?) localhost
FROM_EMAIL The email address you wish your event notifications to originate from (?) test@test.com
URL The URL of your ZoneMinder installation (?) blank

I used the given documentation in the net. But nothing happend?! :oops:
Any ideas?

regards

Markus

Re: Send mail with Zoneminder

Posted: Sun Dec 29, 2013 6:27 pm
by sauermyg
Hello again,

I found the problem:

Postfix:

smtpd_recipient_restrictions =
permit_mynetworks
check_recipient_access hash:/etc/postfix/access-recipient
reject


Markus