mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.98k stars 1.44k forks source link

Installer and setting locales to en_US.UTF-8 #1762

Open interduo opened 4 years ago

interduo commented 4 years ago

setup/start.sh: line 23: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory

Is there really need to change locales?

guyzmo commented 4 years ago

yes, it needs to because most of the tools are assuming UTF-8 as default, and thus not supporting it would lead to errors and crashes. I'm not talking about mailinabox specifically, but generally speaking, the issue would rather be ubuntu not using UTF-8 locales per default ;-)