Issue setting up webmail.example.com with OpenLiteSpeed

But there is no
There are not any /custom directory's with content. These directory's are made to create custom content if required.
If a custom directory does not exist where it is required then you can create it yourself.

So you can just to what it says, edit that file (and so creating a new file) and put the content mentioned in the doc into that file.

If a /custom directory does not exist (the templates directory is one of the few not having a custom directory) you can just create them.
So just create the directory via SSH as root, for example.
mkdir -p /usr/local/directadmin/data/templates/custom
or if that does not work:
Code:
cd /usr/local/directadmin/data/templates
mkdir -p custom
 
There are not any /custom directory's with content. These directory's are made to create custom content if required.
If a custom directory does not exist where it is required then you can create it yourself.

So you can just to what it says, edit that file (and so creating a new file) and put the content mentioned in the doc into that file.

If a /custom directory does not exist (the templates directory is one of the few not having a custom directory) you can just create them.
So just create the directory via SSH as root, for example.
mkdir -p /usr/local/directadmin/data/templates/custom
or if that does not work:
Code:
cd /usr/local/directadmin/data/templates
mkdir -p custom
Thanks!
 
Back
Top