All your E-mail, from all your accounts, in one place. Cypht is not your father’s webmail. Unless you are one of my daughters, in which case it is your father’s webmail. Cypht is like a news reader, but for E-mail. Cypht does not replace your existing accounts - it combines them into one. And it’s also a news reader.
After I install Cypht under a subdomain cypht.xyz.com successfully.
I go to the link cypht.xyz.com, it returns a page on browser with error msg : “Invalid auth configuration”
Looks like the app doesn’t support SSO. I finally got it to work by manually running the user creation command from the Cypht documentation:
# create an account
php ./scripts/create_account.php username password
# delete an account
php ./scripts/delete_account.php username
# change an account password
php ./scripts/update_password.php username password
To run these, I logged in to my server as root (i.e. as a normal user and then using su and typing the admin password). From there, you can run
sudo -u cypht bash
to open a shell as the cypht user. (This might be cypht__2, cypht__3, etc. if you have multiple installations, but in the case of Cypht I think that’s highly unlikely ).
As cypht, I did a cd to switch to the Cypht home directory (/var/www/cypht in my case) and then ran the PHP command to create a new user.
@ericg it might be worth adding this to the documentation! Feel free to copy text from here, or I can write up a proper PR next week when I have time.
yes - during installation you have to add a password.
This is the password you have to enter if you open cypht from the tile view. The account you creat via yunohost is not supported by default.
I am using it and added succesffully a Yandex account and it’s working ok.
BUT when i add an imap account it gets stuck after i hit the save button after filling the username and password fields.
So, the imap server IS recognized and added but some error occurs after saving the credentials for that server…
After this CYPHT becomes unusable and the only way i found is restarting all the yunohost server as i have not found way to restart CYPHT only…
I found some logs on the UI but they are from the CYPHT installation…
I confirm SSO is not configured on this app, even if the APP page on the catalog is saying it is.
The only user available is the one specified as admin during the installation, with the password you provided.
I will try the command shared by @badrihippo , we will see.
With the old memories I have about some big mail providers, you’ll need a special password for each application.
It is somewhere in the options and will be generated by them.
And for some providers, it can NOT be done on a recent account.