SMTP Plain not working (onPremise install)

Hi,
i installed Matomo on CentOS8, everything works fine so far, only the plain-smtp-e-mail-function doesnet work. I got a smtp-server in the same subnet, if i use telnet [IP] 25 i can connect to it and send an e-mail.
The error on top is red and it says:
An error occurred while sending ‘CSV Email Report - 3.yesterday.10.de - ctdP9kJzSUi6XnCefk974t9zeg_PiM68x0iNIu1M.csv’ to [my-email-adress]. Error was ‘Permission denied’

I dont think its the permission.

Any things i can check or try to get this working?

Greetings from Germany

Michael

Hi,

You could try using PHP mail() instead of SMTP for sending mail and configuring PHP to use SMTP.

The SMTP library Matomo uses is a bit ancient, so weird bugs aren’t impossible. This will be fixed in Matomo 4.

1 Like

Hey Lukas,

thanks for you reply, installed postfix (i hate sendmail), configured it, changed the settings in matomo and now it works!!!

Greetings from Berlin

Michael

1 Like