You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: