You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@physispc I've added APK_INSTALL_PACKAGES env var to pre-install system packages on startup, like we do with HARAKA_INSTALL_PLUGINS.
I decided to not hardcode openssl into the image, because other users may prefer alternatives like libretls, and in general case may require additional packages.
Hi I need to use tls for harakamail.
Adding the 'tls' line inside 'config/plugins' and configuring 'config/tls.ini', the container doesn't start up.
Here is the error message :
Adding the openssl package inside the container resolves this issue.
Thanks !
The text was updated successfully, but these errors were encountered: