phoenix Hi everyone, I am getting the above errors on my Mailcow server. All I had done was “docker-compose down -v” and then “docker-compose down -d”. This was to test a back-up MX server (different VPS, uses postfix) I had recently setup. Any idea what to do? Mailcow logs: mailcowdockerized-netfilter-mailcow-1 | <IP_Address> matched rule id 1 (mailcow UI: Invalid password for admin by <IP_Address>) mailcowdockerized-php-fpm-mailcow-1 | [14-Dec-2022 02:57:21] WARNING: [pool web-worker] child 46 said into stderr: “NOTICE: PHP message: mailcow UI: Invalid password for admin by <IP_Address>” mailcowdockerized-nginx-mailcow-1 | 185.180.143.71 - - [14/Dec/2022:02:49:57 -0500] “GET /admin/ HTTP/1.1” 404 178 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36” mailcowdockerized-nginx-mailcow-1 | 2022/12/14 02:57:21 [error] 23#23: *113 FastCGI sent in stderr: “PHP message: mailcow UI: Invalid password for admin by <IP_Address>” while reading response header from upstream, client: <IP_Address>, server: mail.server.name, request: “POST / HTTP/2.0”, upstream: “fastcgi://[fd4d:6169:6c63:6f77::a]:9002”, host: “mail.server.name”, referrer: “https://mail.server.name/” SOGo Logs: mailcowdockerized-sogo-mailcow-1 | Dec 14 02:48:43 7bb7991c4560 sogod [66]: <IP_address> “POST /SOGo/so/passwordRecoveryEnabled HTTP/1.0” 403 0/48 0.001 - - 0 - 12 mailcowdockerized-sogo-mailcow-1 | Dec 14 02:48:44 7bb7991c4560 sogod [66]: SOGoRootPage Login from ‘<IP_address>’ for user ‘user@email.com’ might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0 **“docker compose up -d”
phoenix Note that my nginx configuration is fine. These fixes DO NOT solve my problem: mailcow/mailcow-dockerized4537 mailcow/mailcow-dockerized4738
phoenix My stupidity to use “docker-compose down -v”. Tim on the Telegram chat told me that this removes all volumes and hence all my data is gone. Thankfully, I have a back-up.