Hi all if you face errors with logging in to Rainloop and if your logs have something as “Invalid password in passdb: crypt() failed: Invalid argument” Then there is a simple fix for this. You need to update your Dovecot to 2.3.x as bcrypt is supported by 2.3.x. The steps are as follows:
- Add the reposity key of dovecot to the rpm key store:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 18A348AEED409DA1
- Add the official dovecot Ubuntu Repo to sources.list
(this example is for Ubuntu 18)
sudo nano /etc/apt/sources.list.d/dovecot.list
insert into:
deb [arch=amd64] Index of /ce-2.3-latest/ubuntu/bionic/ bionic main
Save it and close editor
- Do a:
sudo apt update
- Do a:
sudo apt dist-upgrade
- Reboot your machine.
you rainloop should work nicely now.
Original post - Workaround for (some) Problems: Can´t login in Rainloop - General Discussion - CyberPanel Community

