NOAUTH Authentication required.

Issue #834 new
Leebo created an issue

I start the FREE version with docker using this commands

docker run \
    -d \
    --net=host \
    -e TZ=Asia/Shanghai \
    -e HTTP_PORT=8899 \
    -e HTTPS_PORT=4433 \
    -e DISABLE_CLAMAV=TRUE \
    -e DISABLE_RSPAMD=TRUE \
    -v /home/poste.io:/data \
    --name "poste.io" \
    -h "mail.commandrun.cloud" \
    -t analogic/poste.io:2.2.29

The service is started, and can be visited by web UI. But it cause this docker container with unhealth state, I don’t know what is module cause the unhealthy state.

Here is the docker log.

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
,[s6-init] ensuring user provided files have correct perms...exited 0.
,[fix-attrs.d] applying ownership & permissions fixes...
,[fix-attrs.d] done.
,[cont-init.d] executing container initialization scripts...
,[cont-init.d] 01-override-defaults.sh: executing... 
,[cont-init.d] 01-override-defaults.sh: exited 0.
,[cont-init.d] 02-directories.sh: executing... 
,[cont-init.d] 02-directories.sh: exited 0.
,[cont-init.d] 03-zpush.sh: executing... 
,[cont-init.d] 03-zpush.sh: exited 0.
,[cont-init.d] 04-dav.sh: executing... 
,[cont-init.d] 04-dav.sh: exited 0.
,[cont-init.d] 05-domains.sh: executing... 
,[cont-init.d] 05-domains.sh: exited 0.
,[cont-init.d] 20-apply-server-config: executing... 
,       * applying /data/server.ini settings
,[cont-init.d] 20-apply-server-config: exited 0.
,[cont-init.d] 21-certificate.sh: executing... 
,       * initalizing certificates
,[cont-init.d] 21-certificate.sh: exited 0.
,[cont-init.d] 22-lets-encrypt-init.sh: executing... 
,[cont-init.d] 22-lets-encrypt-init.sh: exited 0.
,[cont-init.d] 23-nginx.sh: executing... 
,       * setting NGiNX to run with TLS certificate
,[cont-init.d] 23-nginx.sh: exited 0.
,[cont-init.d] 24-roundcube.sh: executing... 
,[cont-init.d] 24-roundcube.sh: exited 0.
,[cont-init.d] 31-admin-dirs.sh: executing... 
,[cont-init.d] 31-admin-dirs.sh: exited 0.
,[cont-init.d] 32-database.sh: executing... 
,[cont-init.d] 32-database.sh: exited 0.
,[cont-init.d] 33-domains.sh: executing... 
,       * initalizing settings for domains
,[cont-init.d] 33-domains.sh: exited 0.
,[cont-init.d] 34-clamav.sh: executing... 
,* ClamAV disabled
,[cont-init.d] 34-clamav.sh: exited 0.
,[cont-init.d] 98-timezone.sh: executing... 
,       * setting timezone to Asia/Shanghai
,[cont-init.d] 98-timezone.sh: exited 0.
,[cont-init.d] 99-custom-plugins: executing... 
,[cont-init.d] 99-custom-plugins: exited 0.
,[cont-init.d] done.
,[services.d] starting services
,
,
, Poste.io administration available at https://121.196.11.214:4433 or http://121.196.11.214:8899  
,
,
,[services.d] done.
,[08-Feb-2021 16:20:20] NOTICE: fpm is running, pid 647
,[08-Feb-2021 16:20:20] NOTICE: ready to handle connections
,[08-Feb-2021 16:20:20] NOTICE: systemd monitor interval set to 10000ms
,

And another problem.

I login to the admin web UI, I click Server status , it throw NOAUTH crash view, maybe it’s the redis config file bug, but how can I config the redis?

Here the web crash view.

Comments (0)

  1. Log in to comment