Go to
vi /usr/local/directadmin/custombuild/options.conf
Change webapps_inbox_prefix ‘no’ to ‘yes’
webapps_inbox_prefix=yes
Restart roundcube
cd /usr/local/directadmin/custombuild ./build roundcube
Check Roundcube.
Go to
vi /usr/local/directadmin/custombuild/options.conf
Change webapps_inbox_prefix ‘no’ to ‘yes’
webapps_inbox_prefix=yes
Restart roundcube
cd /usr/local/directadmin/custombuild ./build roundcube
Check Roundcube.
Sometime it requires to change domain url of reseller accounts. You can do it easily as follows
UID = User ID
GID = Group ID
We can change UID and GID with command ‘chown’ login with SSH.
chown -R newuserID:newgroupID folder_name
For example, to change myfolder UID and GID
chown -R bdhostit:bdhostit myfolder
or to change maildir UID and GID. Here, “bdhostit” is account’s username.
chown -R bdhostit:mail /home/bdhostit/domains/Maildir
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Rename the backup file with just username.tar.gz