lava / dockermail

Ready-to-use email server + (optional) web mail + (optional) caldav, carddav and a kitchen sink in a docker container
MIT License
301 stars 59 forks source link

error #2

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi,

There is an error during installation Rainloop and mailpile.

Thanks

lava commented 10 years ago

Please try to reproduce this issue with the latest available version and make sure you have the appropriate permissions to run containers and bind to privileged ports. If the issue persists, please include your input, the actual error message and the specific commit you were building from.

ghost commented 10 years ago

This error occured in Mailpile and i can not run it

Cloning into '/etc/mailpile'... ---> 1114664a126d Removing intermediate container 4b45b29adb37 Step 7 : RUN cd /etc/mailpile; ./mp --setup; ./mp --set sys.http_host=0.0.0.0 ---> Running in 5f6590358cdc Creating: /root/.local/share/Mailpile/default Failed to configure i18n. Using fallback. option --setup requires argument Failed to configure i18n. Using fallback. Elapsed: 0.004s (set: Updated your settings)

{ "sys.http_host": "0.0.0.0" } ---> 3eaa0f54af01 Removing intermediate container 5f6590358cdc Step 8 : ENTRYPOINT /etc/mailpile/mp --www ---> Running in f24819e7e71f ---> ea43b6114045 Removing intermediate container f24819e7e71f Successfully built ea43b6114045

lava commented 10 years ago

The logs you posted don't actually contain any error messages, but I did fix an issue that prevented mailpile from starting up in 911a6e68caf8ecd5e706a4039e378f4446b2db27. Please check if this fixed your issue.

lava commented 10 years ago

Closing this since it was probably fixed.