Dima Pulkinen
Dima Pulkinen
I have my keys as .crt (R3, ISRG Root X1 and DST Root CA X3 certificates inside) and .key (EC private key inside). How should I convert it to `key.pem`,...
For some reason, the restart always fails. I just first remove the container (preserving the volumes), then recreate it, and it starts well.
I just tried with Portainer, and I can reproduce the issue. Here is my slightly redacted docker-compose yaml: ```yaml version: '3.8' services: mailserver: image: iredmail/mariadb:stable container_name: 'iredmail' restart: always hostname:...
I just tried to replicate the setup, and it failed as expected. However, no useful info in the logs. What I did: 1. Created `/opt/iredmail/custom/amavisd/amavisd.conf` 2. Restarted amavisd with `supervisorctl...
I think I have finally solved it with `chown root:amavis`. Will test again and publish a fix.
Do you get lines like this after editing amavis config? ``` INFO spawned: 'amavisd' with pid 17519 INFO success: amavisd entered RUNNING state, process has stayed up for > than...
I'm trying to solve this now. I will also recreate my container (keeping all my volumes) as soon as I figure out what is my current database password.
I ended up copying all the following variables: MYSQL_ROOT_PASSWORD, VMAIL_DB_PASSWORD, VMAIL_DB_ADMIN_PASSWORD, AMAVISD_DB_PASSWORD, ROUNDCUBE_DB_PASSWORD, IREDAPD_DB_PASSWORD, IREDADMIN_DB_PASSWORD, FAIL2BAN_DB_PASSWORD, SA_BAYES_DB_PASSWORD. It seems to be working. But adding a more convenient way is important.
Thanks for quick response! It's a pity that there is no working VC4 LLVM backend at the moment.
Will there be a branch for this feature?