Feedback: Install script silently fails on missing no-reply email address #1275

Closed
opened 2026-04-05 18:42:29 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @wohfab on 7/4/2025

Installing via install script and configuring SMTP, the "no-reply email address" can be left empty. Leaving it empty does however make the pangolin service unhealthy and stops activation of gerbil and traefik services.

The error is displayed in docker compose logs and can be fixed by manually editing the config file. However, as these installation scripts usually are meant to have an easier way than manually doing everything, I would suggest one of the following options:

  • Add hint from install docs to the install script as well: "This is the sender email address that Pangolin will email from. Many times this should be the same as the username."
  • Set default of no-reply email address to be the username
*Originally created by @wohfab on 7/4/2025* Installing via install script and configuring SMTP, the "no-reply email address" can be left empty. Leaving it empty does however make the pangolin service unhealthy and stops activation of gerbil and traefik services. The error is displayed in docker compose logs and can be fixed by manually editing the config file. However, as these installation scripts usually are meant to have an easier way than manually doing everything, I would suggest one of the following options: - Add hint from [install docs](https://docs.fossorial.io/Getting%20Started/quick-install#4-email-configuration) to the install script as well: "This is the sender email address that Pangolin will email from. Many times this should be the same as the username." - Set default of no-reply email address to be the username
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1275