Skip to content
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

mailu not work pls check this project #2188

Closed
eGirlAsm opened this issue Jun 28, 2019 · 4 comments
Closed

mailu not work pls check this project #2188

eGirlAsm opened this issue Jun 28, 2019 · 4 comments

Comments

@eGirlAsm
Copy link

eGirlAsm commented Jun 28, 2019

mailu_1                | sh: python: not found
mailu_1                | sh: python: not found
mailu_1                | sh: python: not found
mailu_1                | sed: /webmail/_data_/_default_/configs/config.ini: No such file or directory
mailu_1                | grep: /webmail/_data_/_default_/configs/config.ini: No such file or directory
mailu_1                | sh: can't create /webmail/_data_/_default_/configs/config.ini: nonexistent directory
mailu_1                | sh: can't create /webmail/_data_/_default_/configs/config.ini: nonexistent directory
mailu_1                | sh: can't create /webmail/_data_/_default_/configs/config.ini: nonexistent directory

i tried 1.4 1.5 version all of them didn't work
i tried that on my linux server, mac book. etc..

suspicious that laradock contributors never checked that out
and of course i love it. its a great project!

@ZirionNeft
Copy link

ZirionNeft commented Jan 2, 2020

How to solve a problem:

  1. Add an environment variable to the docker-compose.yml mailu-webmail image:
      image: "mailu/${MAILU_WEBMAIL}:${MAILU_VERSION}"
      environment:
        - MESSAGE_SIZE_LIMIT=${MAILU_MESSAGE_SIZE_LIMIT}
  1. change the mailu image startup script:
    command: ["sh", "-c", "flask mailu advertise ; flask db upgrade ; flask mailu admin ${MAILU_INIT_ADMIN_USERNAME} ${MAILU_DOMAIN} ${MAILU_INIT_ADMIN_PASSWORD} || true;sed -i -- \"s/= Off/= On/g\" /webmail/_data_/_default_/configs/config.ini || true;if grep -Fq \"registration_link_url\" /webmail/_data_/_default_/configs/config.ini;then echo Already set!;else echo \"\" >> /webmail/_data_/_default_/configs/config.ini; echo \"[login]\" >> /webmail/_data_/_default_/configs/config.ini;echo \"registration_link_url = '${MAILU_WEBSITE}${MAILU_WEB_ADMIN}/ui/user/signup'\" >> /webmail/_data_/_default_/configs/config.ini;fi"]

@ZirionNeft
Copy link

Duplicate of #2137

@stale
Copy link

stale bot commented Apr 1, 2020

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label Apr 1, 2020
@stale
Copy link

stale bot commented Apr 22, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants