containers icon indicating copy to clipboard operation
containers copied to clipboard

Sendmail not found and thus unable to send mail on the matomo container

Open You-Honey opened this issue 2 years ago • 1 comments

Name and Version

bitnami/matomo:4

What steps will reproduce the bug?

When using the "lost password" function I get the following error:

Could not instantiate mail function.Possible reason: your host may have disabled the mail() function

I'm trying to use AWS SES:

  MATOMO_SMTP_HOST: email-smtp.eu-west-1.amazonaws.com
  MATOMO_SMTP_PORT: 587
  MATOMO_SMTP_USER: AKIA...
  MATOMO_SMTP_PROTOCOL: tls
  MATOMO_SMTP_AUTH: Login
  MATOMO_SMTP_PASSWORD: ...

I'm also unable to send mail via CLI:

I have no name!@myserver:/$ sendmail
bash: sendmail: command not found

I have no name!@myserver:/$ sendmailconfig
bash: sendmailconfig: command not found

What is the expected behavior?

Mail to be sent

What do you see instead?

sendmail not installed

Additional information

No response

You-Honey avatar Aug 11 '22 06:08 You-Honey

Please, note that the Bitnami team is not actively monitoring GitHub Issues for this project. This issue will stay open for 20 days to allow the community to contribute, after 15 days without activity the issue will be marked as stale, being closed after 5 days. If you would like to contribute to this container image by fixing a bug or adding a new feature, feel free to create a PR, the Bitnami team will be happy to review it and provide feedback.

rafariossaa avatar Aug 11 '22 07:08 rafariossaa

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] avatar Aug 27 '22 01:08 github-actions[bot]

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

github-actions[bot] avatar Sep 02 '22 01:09 github-actions[bot]

I tried with MATOMO_SMTP_AUTH: Plain and it worked, also had no success with Login

dani-CO-CN avatar Jan 17 '23 10:01 dani-CO-CN