No webmail on a fresh DA install

Vanja

Verified User
Joined
Feb 2, 2024
Messages
14
Hi,
I have no webmail on a fresh DA install on Almalinux9.
Any suggestions, as I tried to install the webmail again (with ./webmail.sh) but it says no such file or directory?
 
Due to your other posts, it seems your Directadmin installation did not start, or was not finished yet.
The GUI is installed quickly, but everyting else is installed in the background, probably that is not done yet, or something went wrong.

Try running the setup.sh again and then like this:
DA_FOREGROUND_CUSTOMBUILD=1 ./setup.sh <yourlicensekey>
via SSH as root.
This way all is build in the foreground and you can see what is happening and when it's really ready.

Do you meet the minimal requirements?
What is your amount of RAM and Swap?
 
I have very powerful CPU and 64GB of Ram so I don't think that is the problem.
I am trying to run the setup with your command again.
 
I run DA_FOREGROUND_CUSTOMBUILD=1 ./setup.sh <mylicensekey> and it finished again and I see:
This instance of Roundcube is up-to-date.
But there is no RoundCube loaded in the DA. No webmail.
Got new password for admin of DA as well but Putty still can't find that setup.txt file
(cat /usr/local/directadmin/scripts/setup.txt)
 
Got new password for admin of DA as well but Putty still can't find that setup.txt file
(cat /usr/local/directadmin/scripts/setup.txt)
Then you are too fast.
Wait until the installation is finished. Directadmin is finished very fast, but everything else is still installing in the background.
So it's not the resources, that's good enough, still in spite of your 64 GB of RAM, be sure there is a swap too.

Wait changing things (also like the password) until the installation is completely finished. You will get a notice about that in the message system of the GUI.
 
Back
Top