Search results

  1. americanintel

    Subdomain .htaccess trying to redirect to www.sub.domain.com

    I checked that. I went in and had to manually delete the .htpasswd and .htaccess files for that directory then created them again via DA... works ok now. Quite strange.
  2. americanintel

    Subdomain .htaccess trying to redirect to www.sub.domain.com

    I created a subdomain: store.domain.com then password protected the directory store.domain.com/admin. When I login the .htaccess file prompts me for my id/pw as it should then gives me a 'www.store.domain.com could not be found. Please check the name and try again.' I searched the forums but...
  3. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    UPGRADE INFO Wondering about the best way to upgrade this installation as the following versions are available: MailScanner 4.34 ClamAV .80 (major release) My mail is working wonderfully.. no spam and no viruses since installing and tweaking this over 6 months ago but I am currently running...
  4. americanintel

    phpMyAdmin updating tool

    I did so as everything seems to be ok. Just wanted to make sure I wasn't missing something. Thanks! All works fine.
  5. americanintel

    phpMyAdmin updating tool

    Installed ok but have this when I log in to phpmyadmin: The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file! That directive is blank in the config file but it says to test by editing a row and saving, which I did without warnings or issues. Now theoretically I can set...
  6. americanintel

    Front Page extensions - problem

    Actually I rebooted my workstation and now it works without messing with the public_html htaccess file. XP caches stuff sooo bad. Bottom line is that the _vti_bin .htaccess file is the only one that needs to be altered as you specified. Form works fine now. Thanks once again for your prompt...
  7. americanintel

    Front Page extensions - problem

    I did the same thing in my .htaccess file in the _vti_bin directory but it's still asking me for the id/pw even after restarting httpd and trying on another puter.... my htaccess looks like this now: # -FrontPage- Options None <Limit GET POST> order deny,allow deny from all allow from all...
  8. americanintel

    Front Page extensions - problem

    I hit the test site below and submitted the form... it has the same prob as my site does... opens password window (like for .htaccess) wanting an id/pw. Looks like the http://tbb.directadmin.com/_vti_bin/shtml.exe/index.html directory is password protected or is looking for user permissions to...
  9. americanintel

    How-To: ClamAV Web Reporting

    vijay, thanks for the script.... we are still a bit lost. Part of the problem is the section for installation in the How-To MailScanner/ClamAV/SpamAssassin is still missing some instructions I think: My /etc/clamav.conf has: # Uncomment this option to enable logging. # LogFile must be...
  10. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    I am still investigating but here is something else that needs to be added as it doesn't exist: # cd /var/log # touch clam-update.log # chmod 644 clam-update.log # chown clamav:clamav clam-update.log OR # chown mail:mail clam-update.log just not sure which user as MailScanner basically...
  11. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    Not sure ClamAV is updating, you say in your instructions to: ********************************* Antivirus Auto-update ********************************* Modify ClamAV scanner # pico -w /usr/lib/MailScanner/clamav-autoupdate Change this: $PackageDir = "/usr"; $LogFile =...
  12. americanintel

    How-To: ClamAV Web Reporting

    Well.. there's the crontab.pl file do a ./crontab.pl and see if it doesn't update the graphs... we may have to email the author beyond that... damn programmers like to code but don't like writing directions/manuals!
  13. americanintel

    Spamassassin & MailScanner

    Well...whaddya know: X-American_Intelligence-MailScanner-Information: Please contact the ISP for more information X-American_Intelligence-MailScanner: Found to be clean X-American_Intelligence-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.101, required 6, HTML_60_70 0.10, HTML_MESSAGE...
  14. americanintel

    Spamassassin & MailScanner

    I want to follow up by saying that I don't really care that much about spamassassin but want ClamAV (which seems to be working ok) and the rbl's I have in Exim clearing the spam. Nowhere can I find any evidence that the rbls are doing their thing.. nothing in the multitude of logs I can find.
  15. americanintel

    Spamassassin & MailScanner

    Here ya go.. all 1487 lines of it:
  16. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    That's my point.. I'm not getting: X-interfaSys-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5) in any language :D In fact.. here are the last three header lines from the email I received from this site regarding your post above...
  17. americanintel

    Spamassassin & MailScanner

    Furthermore.. not to double post but I replied to the thread below as follows: Ok... so I have killed spamd.. which is SpamAssassin and re-edited the exim.conf to put it back the way it should be for this install. Did some reading about MailScanner and found this: # Do you want to find spam...
  18. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    Ok... so I have killed spamd.. which is SpamAssassin and re-edited the exim.conf to put it back the way it should be for this install. Did some reading about MailScanner and found this: # Do you want to find spam using the "SpamAssassin" package? # This can also be the filename of a ruleset...
  19. americanintel

    Spamassassin & MailScanner

    BAh..... #tail /var/log/exim/paniclog 2004-03-16 16:05:06 Exim configuration error in line 388: "driver" option set for the second time # Spam Assassin # spamcheck_director: # driver = accept # condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} {!eq...
  20. americanintel

    Spamassassin & MailScanner

    I went back and reversed the changes to the exim.conf as specified in this post to setup spamassassin: http://www.directadmin.com/forum/showthread.php?s=&threadid=1193&highlight=spamassassin by adding a # in front of spamcheck_director #spamcheck_director and since I commited the cardinal...
Back
Top