-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not start on arm64 #10
Comments
Having the same problem here on a hetzner Ampere server. Maybe there is a way to build the underlying code for arm64? The Readme mentions it runs on any architecture with this package but the package actually does support arm64 |
https://github.com/sverzegnassi/docker-smtp |
Having the same problem on my arm64 server here at netcup.
Docker logs of the mail container: exec /usr/local/bin/docker-entrypoint.sh: exec format error Any chances to fix this issue for arm64 architecture? |
Given that the last commit in this repository was 6 years ago I would say that it is unlikely. There are some forks which support arm64(like this one, Github) and there is also the possibility of qemu emulation |
@Nereuxofficial thanks for the hint. i wasn't that fare to check out the last commit. you are totally right, worth checking first! Do you know if your smtp docker suggestion supports this environment variables like they describe it in the plausible docs? Can't see them on the docs. Probably I will just test it... MAILER_EMAIL | [email protected] | The email id to use for as from address of all communications from Plausible.
MAILER_NAME | -- | The display name for the sender (from).
SMTP_HOST_ADDR | localhost | The host address of your SMTP server.
SMTP_HOST_PORT | 25 | The port of your SMTP server.
SMTP_USER_NAME | -- | The username/email in case SMTP auth is enabled.
SMTP_USER_PWD | -- | The password in case SMTP auth is enabled.
SMTP_HOST_SSL_ENABLED | false | If SSL is enabled for SMTP connection
SMTP_RETRIES | 2 | Number of retries to make until mailer gives up. Funny, the plausible stack just send out emails via the |
Funnily enough I made a PR to use an docker container for the mailserver that runs on arm, however Plausible plans to remove the smtp image completely in the next version. |
Oh cool, looks like we are playing in the same team! Thanks for the PR. |
This is another one that works! Tested by me. |
This is used in plausible analytics docker compose
it restarts with
I am running on oracle cloud arm
The text was updated successfully, but these errors were encountered: