Search results

  1. ProWebUK

    DA-Kiss - DirectAdmin specific firewall based on Kiss v2.0

    It has its own way of preveting DOS attacks, although its of course not perfect, neither is the one for APF. It doesnt have any support for dshield, you can incorporate it yourself if you wish, use any other block lists etc... as default the only blocks are what you specify. Chris
  2. ProWebUK

    DA-Kiss - DirectAdmin specific firewall based on Kiss v2.0

    SERVER_IPS="0.0.0.0/0" Try that... Chris
  3. ProWebUK

    DA-Kiss - DirectAdmin specific firewall based on Kiss v2.0

    You can use command line messenger clients I would assume, although I dont have the exact information. Chris
  4. ProWebUK

    Email Bandwidth Calculation - Any updates?

    On the subject of calculations and quotas, could we have the live quotas implemeted also :D If you can let me know exactly what folders/files should be included for each directory I'd be happy to write the script myself... which could then be called by a token possibly? Chris
  5. ProWebUK

    Drive Partition

    Depending on your mail usage, possibly increase var a bit.. jmstacey: /tmp vulnerabilites dont necessarily mean any particular size... remember software will use /tmp and sizes will change anyway... getting notified of it being over a certain size probably wont help at all. Chris
  6. ProWebUK

    AOL blocked mail from my server?

    Read that list and check if you comply with everything ;) One that im sure many will miss is: AOL's mail servers will reject connections from any IP address that does not have reverse DNS (a PTR record). Check you have RNDS / PTR records on all ips sending mail ;) Chris
  7. ProWebUK

    mkdir function create's apache owner dir's

    If safe mode was on they wouldnt be able to use the shell functions in the first place... but without moving away from the standard php versions your not going to stop it being created by apache unfortunately. Chris
  8. ProWebUK

    Can not login admin

    ip/CMD_SKINS?reset=yes if thats fails open: /usr/local/directadmin/data/users/admin/user.conf and change the skins line to =default or =power_user Chris
  9. ProWebUK

    server mail not sending

    /var/log/exim/* Chris
  10. ProWebUK

    disk space

    Have you previously had that amount of data and removed it - DA only tallies every 24 hours so if you have deleted 1100 megs since the last tally - your reason is there :) Chris
  11. ProWebUK

    phpMyAdmin New DA Install

    Sorry, wrong numbers! - try: cd /usr/local/directadmin/scripts perl -pi -e s/2.5.0/2.5.6/g phpMyAdmin.sh ./phpMyAdmin.sh Chris
  12. ProWebUK

    phpMyAdmin New DA Install

    John updated the package but didnt update the script I see :p cd /usr/local/directadmin/scripts perl -pi -e s/2.5.0/2.6.0/g phpMyAdmin.sh ./phpMyAdmin.sh Chris
  13. ProWebUK

    Montly report

    Not as default, but would be very easy to add a daily cron that would do that. Chris
  14. ProWebUK

    HOWTO: Very easy RPM based MRTG installation

    Compile it - theres a thread right below this 1 I believe ;) Chris
  15. ProWebUK

    MySQL BUG??

    log into phpmyadmin / mysql command line with the user and see if any databases show there (command line "show databases") Certainly looks like a bug though (2/1) unless another database was created through da_admin Chris
  16. ProWebUK

    HOWTO: Very easy RPM based MRTG installation

    The gd library must be a different version with fc2 - either follow the source guide or you'll need to wait until i can get some rpms built up myself. Chris
  17. ProWebUK

    weird problem

    Restart apache... if it still fails run: grep -r Include /etc/httpd/conf/httpd.conf | tail +4 you should see output like: Include /usr/local/directadmin/data/users/username1/httpd.conf Include /usr/local/directadmin/data/users/username2/httpd.conf Include...
  18. ProWebUK

    Virtual Nameservers?

    Just had a play around with it and it basically does this guide: http://www.directadmin.com/forum/showthread.php?s=&threadid=76 without adding the host records, which will need to be done at the domain registar. Chris
  19. ProWebUK

    Kernel and /tmp folder hardening?

    I can't see how iptables would do that... if you want something like that the only software going to help you is ssh itself. Chris
Back
Top