Search results

  1. H

    [HOWTO] mpm-itk

    A couple of month's ago I started testing with mpm-itk. That's a module for Apache to run http requests as a user. Like suPHP does for PHP, that will make PHP scripts run as the user instead of the apache default user (apache, nobody, www). There are several alternatives to suPHP like mod_ruid2...
  2. H

    PHP class for communicating with DA

    In PHP 5.3.6 there's a little problem with the class. I'm not exactly sure what causes it, but as far as I can tell it only happens with deleting users. It works, but the cwd/pwd (getcwd()) is empty after the query() function. getcwd(); require_once ( "httpsocket.php" ); $sock = new...
  3. H

    SpamBlocker-Powered exim.conf, Version 4

    Autoreply in SpamBlocker Today I experienced a problem on one of our servers. A customer set a autoresponder on a postmaster address. Today they sent a newsletter with postmaster as sender. A lot of autoreplies came back because of vacations, but our customers autoresponder reacted on this. The...
  4. H

    mpm-itk install/config (will make howto)

    Thanks. I'm ashamed I didn't think of that myself :o Well, with your help cgi scripts work with mpm-itk by removing suexecusergroup. And now webmail/phpmyadmin work by setting webapps user/group in /etc/httpd/conf/httpd.conf for /var/www/html. Do you know if /etc/httpd/conf/httpd.conf will be...
  5. H

    mpm-itk install/config (will make howto)

    Hi Alex, Thanks, you're right. When attempting to load http://domain.com/awstats an internal server error occurred, before mpm-itk this worked without problems. When I put the assignuserid directive outside the <directory> directives, just before </virtualhost> and comment "suexecusergroup user...
  6. H

    mpm-itk install/config (will make howto)

    Hi, We installed mpm-itk. We considered suPHP some time ago, but the side affects, much slower than mod_php and .htaccess flags (php_flags) should go into own php.ini files which will allow more changes, besides that, chmod's of 777 will not work anymore and that will trigger more support...
  7. H

    SpamBlocker-Powered exim.conf, Version 4

    Well, I'm not sure at the moment if it will work. The idea is to delay the connecting mailserver within a deny ACL. So, when a server fails in the HELO check we delay them 5 or 10 seconds before aborting the connection. The idea is to let those (possible) bad senders wait longer and hopefully...
  8. H

    SpamBlocker-Powered exim.conf, Version 4

    Delaying too long isn't fair and maybe we can build a delay structure for deny acl's, than the good servers aren't affected but others are delayed and maybe won't come back again because of the delay in breaking the SMTP transaction. I'll do some homework and testing with this later. If I have...
  9. H

    SpamBlocker-Powered exim.conf, Version 4

    Hi Jeff, I'm aware of the fact you create(d) SpamBlocker as a labor of love. We all appreciate that very much! I didn't write my post to give you a lot of work to do for the community, I was curious about your opinion and experiences with all I found. You're working on exim.conf for a long time...
  10. H

    SpamBlocker-Powered exim.conf, Version 4

    We changed from SpamBlocker 2.1.1 to 4 and it works great! I want to share some thoughts. 1. Some time ago we had a problem (2 times, different servers) that ClamAV stopped working. It wasn't running anymore and therefore every incoming mail was denied! This happened with 2.1.1 but I expect the...
  11. H

    FUTURE REQUEST - Stats control per domain / client

    That's true, but somewhere you need to specify which account may use awstats. You said to grep the preference file to find ot if it's activated, but that's the problem, there's no preference file where you can specify this. That's why the topic starter asked for this feature. As DirectAdmin...
  12. H

    FUTURE REQUEST - Stats control per domain / client

    I don't see /usr/local/directadmin/scripts/awstats_process.sh as a nice solution for this. Maybe that's usable if you only have 10-20 accounts on a server, but with a few hundred it's unmanageable that way. IMO it should be a feature within the control panel itself. With a script it will soon...
  13. H

    FUTURE REQUEST - Stats control per domain / client

    For e-mailonly customers AWstats is useless and only takes up drivespace. IMO it should be possible to disable AWstats for certain accounts for several reasons. Nice feature.
  14. H

    sendmail_path override

    Hello, I wrote a mail script, but when I use de additional section of the php mail() function for the from address, the e-mail can't be sent. What's happening: The httpd.conf for all domains get an: php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]' The -f...
  15. H

    rndc reload won't work

    hello, Our DA server works fine. We set-up a secondary nameserver. This server gets the domains from the da server and build it's named.conf automatically. The zonefiles will transfer when I give named a restart. Modifying a zonefile on the DA server and higher the serial should occur in a...
  16. H

    MySQL DROP USER not working

    No, I'm running FreeBSD.
  17. H

    MySQL DROP USER not working

    Isn't there anybody with the same problem? Or maybe someone has a solution. thanks in advance.
Back
Top