Skip to content

CONFIGURATION ERROR - config.inc.php was not found. #81

@ShanahJr

Description

@ShanahJr

I had set up a iredmail server in a docker container and it worked just fine. All of a sudden a few weeks ago it stopped working, so I tried deleting the container and setting it up again. This yielded negative results. When I try accessing mail.mydomain.com it gives me the error in the heading. This is the configuration I used to set up the container.

docker run -p 81:80 -p 444:443
-h mail.mydomain.com
-e "MYSQL_ROOT_PASSWORD=MySuperSecretPassword"
-e "SOGO_WORKERS=1"
-e "TZ=Europe/Prague"
-e "POSTMASTER_PASSWORD=MySuperSecretPassword"
-e "IREDAPD_PLUGINS=['reject_null_sender', 'reject_sender_login_mismatch', 'greylisting', 'throttle', 'amavisd_wblist', 'sql_alias_access_policy']"
-v /srv/iredmail/mysql:/var/lib/mysql
-v /srv/iredmail/vmail:/var/vmail
-v /srv/iredmail/clamav:/var/lib/clamav
--name=iredmail lejmr/iredmail:mysql-latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions