Have you faced the DirectAdmin WebMail timeout issue? You may face this issue with DirectAdmin frequently when typing a long message, and you will again need to log in and lose the mail you were typing. This article will help you to resolve the DirectAdmin Webmail time-out issue.
Follow the below steps to increase the timeout value. ( By default, it’s 10mins )
Edit the file
vim /var/www/html/webmail/inc/config.security.php
And change the value given below.
$idle_timeout = 10; //minutes
You can change it to any higher value, which will avoid the timeout issues you were facing.