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

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

Open
ShanahJr opened this issue Feb 7, 2021 · 0 comments
Open

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

ShanahJr opened this issue Feb 7, 2021 · 0 comments

Comments

@ShanahJr
Copy link

ShanahJr commented Feb 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant