Is it possible to login into an email from DirectAdmin without the password?

Sharif

Verified User
Joined
May 21, 2021
Messages
44
Is it possible to login into an email from DirectAdmin without the password? as while logged in to the user account.

Like when clicking on a user to just log in to specific user directly to RoundCube for example
 
EDIT:
Yes , you can login users mail by SSO Email logon
Code:
cd /usr/local/directadmin
./directadmin set one_click_webmail_login 1
service directadmin restart
cd custombuild
./build update
./build dovecot_conf
./build exim_conf
./build roundcube
 
Last edited:
Back
Top