Recent content by zEitEr

  1. zEitEr

    Help with Nginx/Apache as Reverse Proxy setup

    Can you add subdomain.example.com as a regular domain? It would be the simplest way.
  2. zEitEr

    looking for vps providers who provide directadmin along side

    TransIP, IntoVPS offer Directadmin as an extra service for VPS.
  3. zEitEr

    Roundcube + Postfix + Dovecot + Sieve

    That was my guess. Since you don't use Directadmin, hardly can we help you any further. And you might need to check Postfix configuration, which is not supported by DirectAdmin at all.
  4. zEitEr

    DirectAdmin only listening on IPv6

    Probably this command will give you a hint: cat /var/log/directadmin/error.log
  5. zEitEr

    Roundcube + Postfix + Dovecot + Sieve

    Hello Pereira, We would gladly help you. It's a Directadmin community forums, and we don't user Postfix. Only Exim4 is supported here. And even the fact your question is about Dovecot + Pigeonhole, we use a setup from DirectAdmin, and config on our servers differ from yours. In order to help...
  6. zEitEr

    Key buffer size optimisation advise

    Patch your PHP applications. That's the only possible way, I believe.
  7. zEitEr

    DirectAdmin only listening on IPv6

    Hello, Do the other services bind to IPv4 fine?
  8. zEitEr

    Plugin development: working with VirtualHosts and CUSTOM tokens

    No too sure I get the idea. So can not say anything for sure. For Apache you probably could use |CUSTOM4| with the following code: </VirtualHost> <VirtualHost |IP|:|CUSTOM_PORT| |MULTI_IP|> ... ... YOUR CODE IS HERE .... Will it help?
  9. zEitEr

    Error with quotas: xfs_quota: cannot find mount point for path

    Hello, Quotas are not enabled either in /etc/fstab or in a kernel. You can read the official docs and enable them by yourself or hire somebody to do the job for you.
  10. zEitEr

    Plugin development: working with VirtualHosts and CUSTOM tokens

    https://docs.directadmin.com/changelog/version-1.26.0.html#cmd-api-custom-httpd - CMD_API_CUSTOM_HTTPD To add/remove custom httpd settings via the api. I won't give instructions on how to use it. It will be up to you to learn how to work with it. I would suggest that you use a browser console...
  11. zEitEr

    Plugin development: working with VirtualHosts and CUSTOM tokens

    Try |*if SSL_TEMPLATE="1"| ...
  12. zEitEr

    The problem "xfs_quota: cannot set limits: Function not implemented"

    Quotas support is not enabled either in /etc/fstab or in kernel. Check an official guide on https://docs.directadmin.com/
  13. zEitEr

    The problem "xfs_quota: cannot set limits: Function not implemented"

    Hello, It was removed from DirectAdmin. What you see if run the commands as root? df -h -T repquota -a cat /proc/mounts
  14. zEitEr

    HOWTO (need) : SSH script, command to change Dmarc TXT setting in DNS of all users/accounts or reseller accont.

    OK, if the feature is created, then users or server administrators would need to use it correct, I believe. Otherwise it's only a way to fool Gmail, Yahoo, MS OutLook. I understand that hosting users do not have to know how to use SPF, DKIM, DMARC, etc. At the same time I believe they would not...
  15. zEitEr

    Problem with Roundcube attachments

    If none error is reported into a browser it does not mean no error occurred. You might open a browser console, navigate to network section and see what HTTP status is returned. Is it HTTP/200? Or maybe HTTP/500?
Back
Top