Stephan Holl
Stephan Holl
Add the front-container to the traefik-subnet (here: traefik_frontend) and set the appropriate traefik-labels: ``` labels: - "traefik.enable=true" - "traefik.docker.network=traefik_frontend" - "traefik.http.routers.front.rule=Host(`mail.foo.bar`)" - "traefik.http.services.front.loadbalancer.server.port=80" # TLS-Support - "traefik.http.routers.front.tls.domains[0].main=mail.foo.bar" - "traefik.http.routers.front.tls.domains[0].sans=imap.foo.bar, smtp.foo.bar"...
@LarsTi , I use the certdumper-container: ``` certdumper: restart: always env_file: mailu.env image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}traefik-certdumper:master environment: - DOMAIN=mail.foo.bar # Set TRAEFIK_VERSION to v2 in your .env if you're using Traefik v2...
> So I've tried to make it working with Traefik v2.9 and mailu 1.9 Content of mailu.env [...] > The idea: > > 1. Traefik generates letsencrypt certificate > >...
> I don't want to sound obnoxious but have you tested it? What performance improvement is expected here? Yes, I have tested this on my live-system, but with a slightly...
> I think we should document that tokens are exempt from rate limits... and remind people of `AUTH_RATELIMIT_EXEMPTION` instead. good point, I will update this PR soon.
Thanks for the suggestions, I added them.
I also have this issue when trying to connect to a Mailu 2.0-Server-instance. Any hints? I am not that keen to switch to isync as others suggested though. This setup...
it turns out that my mail-stack hat a wrong capabilities-entry which leads offlineimap to fail. This is fixed in the meantime, so I will close this issue now. Thanks for...
Is there any progres on this issue?
Sure thing: $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" $ systemctl --version systemd 232 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK...