Search results

  1. 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).
  2. 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...
  3. 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...
  4. 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?
  5. 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.
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. 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 >...
  12. 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...
  13. S

    Move domain to other users account

    Manually edit the http.conf for John and Tom.
  14. 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...
  15. 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...
  16. 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).
  17. S

    x 100 E-mails

    This did solve it. Thank you for your answer John!
  18. S

    Exim and multiple recipients.

    Is the email for aal recipients going to the same mailbox (forwarders/catch-all)?
  19. S

    x 100 E-mails

    I have the same problem, but here it is just for a few emails (not for all emails, some are just delivered 1 time). If someone has an idea about where to look, please say it. I have logs from the receiving mailserver (DirectAdmin/Exim), from a sending mailserver (spamfilter with postfix). OS...
  20. S

    Subdomains

    You can change the apache config files or point them both to the same directory (and splitting it with rewrite rules (using a .htaccess file)).
Back
Top