Search results

  1. S

    DirectAdmin bandwidth calculation says more compared to webalizer

    Hello, After detecting some strange bandwidth reports in DirectAdmin I started to look closer to what was reported by DirectAdmin (compared to webalizer). DirectAdmin reported (on a system consuming below 20mbit/s, source the switch) that multiple users used over 80TB in 1 day. By simple...
  2. S

    Alter host used when creating new database users

    I'm changing how we use DirectAdmin so we can more easily keep everything working when there are more requests from visitors on websites. This is something I do by adding web servers. However for this to work I want to change the used host part in the MySQL query to use the hosts listed in the...
  3. S

    Migration PHP4 to PHP5

    We started with offering informing our clients that changes where going to happen. We prepared everything so PHP4 was running as CGI and as module, so clients could create a .htaccess file to use PHP4 in CGI mode (CLI was default). After some time we replaced PHP4 module with PHP5 module, at...
  4. S

    Address tags

    Thank you for your quick reply. I tested it, however it is delivered to the wrong mailbox when I add the lines at that location. I think the perl script (exim.pl) has to be altered (but I'm not sure).
  5. S

    install spamAssassin!!!!!

    If you don't know what this is: 1. Ask your provider (with shared hosting/managed hosting) 2. Ask your system administrator Note that not all providers run spam filters on all hosting servers, some used centralized filtering. This has some advantages (for example easier to administrate, data...
  6. S

    Address tags

    Hello Jeff, An example from the standard configuration is located here: http://www.exim.org/exim-html-current/doc/html/spec_html/ch47.html#SECTmulbox Support for .forward files is not required (as DirectAdmin has forward options). Splitting it up is something that could be done in the email...
  7. S

    service httpd not work

    Try ltrace or strace to search for the problem (and possible related problems). As what user do you try to restart httpd? Also look for libaprutil-1.so.0, what rights (chmod + chown) does it have?
  8. S

    Solution to Safe Mode in PHP 5.3 CLI?

    Did you check mod_ruid or mod_ruid2? It offers some great options for Apache running as the user, limiting access based on the operating system is possible.
  9. S

    Address tags

    Hello, What should be changed to make it possible to receive tagged emails and let them automatically redirect them to the correct mailbox. I prefer to use the plus sign (+) as a separator between the user and the tag part. Address tagging information...
  10. S

    Wildcard configuration, with exceptions

    Please note: this is based on a current system with Debian 5 32bit, with another OS/installation locations may be different. If you're prepared to manually change /usr/local/directadmin/data/users/[username]/httpd.conf you could first put the configuration for the exceptions (like the config...
  11. S

    Where can i buy a cheap Directadmin license?

    Ask your hosting provider/new hosting provider. If they don't offer it you could go to directadmin.com for the best price available in that case.
  12. S

    Several problems after reinstalling on Ubuntu 10.04

    We run multiple servers with DA (starting at a VPS having 2,5GB discspace and 128MB RAM and no SWAP). It works great and we don't maintain any CentOS installation (Debian and Ubuntu are in use). Debian is fully supported by DA (32bit). @seth: if you want me to have a look at it feel free to...
  13. S

    Several problems after reinstalling on Ubuntu 10.04

    Mattie if you want me to look at it (free) mail me at [email protected]). Probably just a few small things have to be changed. Ubuntu 10.04 is not officially supported if I may believe http://www.directadmin.com/install.html, however it is probably easy to get it working as it is based on...
  14. S

    Scheduled DNS Redirection?

    With a (managed) VPS this should be no problem. As I don't know any nameservers that provide what you are looking for standard it would be possible to run it on a VPS and use multiple configfiles and just restart the DNS resolver with a new config file. Depending on how many times you need/want...
  15. S

    Lost resellers after server migration

    Hello John, Thank you that did solve the issue after changing a few settings. I did have to change the second line to: grep -H "usertype=reseller" users/*/user.conf | cut -d/ -f2 > admin/reseller.list as the line you did give doesn't work (it didn't output anything when I did remove >...
  16. S

    Lost resellers after server migration

    Hello, After migrating all accounts on 2 servers to a single server I have a problem. I did check before I did start if there where no duplicate usernames/domain names (that was/is not the case). I did not move the admin user (as we only use them to create resellers/users). Now when I look at...
  17. S

    Move domain to other users account

    Manually edit the http.conf for John and Tom.
  18. S

    Admin Backup/Transfer user for the backup files

    Did you read my question? This is not the problem. The problem is that the system user and system group the backup uses are not the admin user/group. For example: -rw-r----- 1 admin kl135 429116983 2010-03-25 05:11 user.quicki.kl135.tar.gz I want it to be stored under admin admin (or...
  19. S

    Admin Backup/Transfer user for the backup files

    Is it possible to store the files created with the backup option (Admin Backup/Transfer) under the admin user? Because if you don't store them under that user it will also count for the user quota for as far as I can see. If there is no simple setting for this I could ofcourse do a chown/chmod...
  20. S

    Exim and multiple recipients.

    In that case it is expected behavior (and I wouldn't be happy if it did something else to be honest, it reduces the amount off emails to process).
Back
Top