Failing tests on new relay install [reject_forged_from, login_basic_functioning[imap], newemail_configure]

Hello, I completed the install instructions for a relay on Debian 12 at https://chat.luddite.tools . I had a couple of hickups fixing #666 and #647 but otherwise all OK. DNS test is OK except for the CAA that doesn’t seem available at my provider (Hover). The homepage is served, but I still get 4 failing tests:

  • [gw2] [ 19%] FAILED cmdeploy/src/cmdeploy/tests/online/test_1_basic.py::test_reject_forged_from[internal]
  • [gw0] [ 20%] FAILED cmdeploy/src/cmdeploy/tests/online/test_0_login.py::test_login_basic_functioning[imap]
  • [gw1] [ 22%] FAILED cmdeploy/src/cmdeploy/tests/online/test_0_login.py::test_login_same_password[imap]
  • [gw3] [ 23%] FAILED cmdeploy/src/cmdeploy/tests/online/test_0_qr.py::test_newemail_configure

When I try to scan the invitation code with my app to create an account it hangs at 60%.

Posting because I’m running out of places to look for this issue. Hoping someone will have an idea. Many thanks

Those a look like they have the same cause, as they all seem to be something wrong with IMAP. Is there anything odd about your ‘dovecot-imapd’ package?

Sorry, I have no very insightful ideas…

1 Like

Thanks @Minim for having a look

I can’t see anything wrong with dovecot-imapd
dovecot-imapd 1:2.3.21+dfsg1-3 arm64

but you are right all errors seem to be related

➜ scripts/cmdeploy status
chatmail domain: chat.luddite.tools
no privacy settings
UNIT                         LOAD   ACTIVE SUB     DESCRIPTION
acmetool-redirector.service  loaded active running acmetool HTTP redirector
atd.service                  loaded active running Deferred execution scheduler
cron.service                 loaded active running Regular background program processing daemon
dbus.service                 loaded active running D-Bus System Message Bus
doveauth.service             loaded active running Chatmail dict authentication proxy for dovecot
dovecot.service              loaded active running Dovecot IMAP/POP3 email server
fcgiwrap.service             loaded active running Simple CGI Server
filtermail-incoming.service  loaded active running Incoming Chatmail Postfix before queue filter
filtermail.service           loaded active running Outgoing Chatmail Postfix before queue filter
getty@tty1.service           loaded active running Getty on tty1
iroh-relay.service           loaded active running Iroh relay
lastlogin.service            loaded active running Dict proxy for last-login tracking
nginx.service                loaded active running A high performance web server and a reverse proxy server
opendkim.service             loaded active running OpenDKIM Milter
postfix@-.service            loaded active running Postfix Mail Transport Agent (instance -)
qemu-guest-agent.service     loaded active running QEMU Guest Agent
serial-getty@ttyAMA0.service loaded active running Serial Getty on ttyAMA0
serial-getty@ttyS0.service   loaded active running Serial Getty on ttyS0
ssh.service                  loaded active running OpenBSD Secure Shell server
systemd-journald.service     loaded active running Journal Service
systemd-logind.service       loaded active running User Login Management
systemd-timesyncd.service    loaded active running Network Time Synchronization
systemd-udevd.service        loaded active running Rule-based Manager for Device Events and Files
turnserver.service           loaded active running A wrapper for the TURN server
unattended-upgrades.service  loaded active running Unattended Upgrades Shutdown
unbound.service              loaded active running Unbound DNS server
user@0.service               loaded active running User Manager for UID 0

Is something IMAP related missing from this list?