DeineAgenturUG / greenbone-gvm-openvas-for-docker

The Greenbone Vulnerability Management (GVM) and OpenVAS Scanner for Docker!
MIT License
24 stars 7 forks source link

[Bug] E-Mail Alerting does not work. #2

Closed 4920441 closed 2 years ago

4920441 commented 2 years ago

Describe the bug

When I configure an e-mail alert under Configuration/Alerts and attach the alert to a task, no e-Mail is sent, when the task is completed.

postfix seems to be configured and is running - but without loggin capabilities.

Dexus commented 2 years ago

join the running container via docker exec .... bash and look in /var/log/mail.* files to get your errors. Postfix has no foreground mode so it can't log via supervisor.

4920441 commented 2 years ago

Hi, there are no e-mail related logfiles, whatsoever. Maybe because config has an empty logfile config.... that would be another config bug -)