Search results

  1. americanintel

    How-To: Upgrading Spamassassin to 2.63

    AFAIK is what's getting me in trouble... there seems to be some confusion over this. Read my other post here: http://www.directadmin.com/forum/showthread.php?s=&postid=15119#post15119
  2. americanintel

    Spamassassin & MailScanner

    I first installed then updated spamassassin using spam.sh... then I installed the mailscanner, clamav combo as covered in these forums but I keep reading that spamassassin/spamd shouldn't be running with mailscanner or it causes problems. So I stopped spamassassin...
  3. americanintel

    How-To: ClamAV Web Reporting

    My bad, forgot to specify that you need to chown the files to the site owner's name. 755 is the correct permission. Do this: #cd .. #pwd #/home/youruser/public_html/cgi-bin #chown youruser:youruser * -R or #chown youruser:youruser virus/ -R I will update the instuctions above, let me know if...
  4. americanintel

    How-To: Upgrading Spamassassin to 2.63

    What's it? Am I doing something wrong? ps auxf mail 3499 0.0 0.1 6232 1780 ? S 05:06 0:00 /usr/sbin/exim -C /etc/exim_outgoing.conf -q15m mail 8362 0.0 0.1 6236 1816 ? S 05:35 0:00 /usr/sbin/exim -C /etc/exim.conf -bd mail 8365 0.0 0.1 6232 1780...
  5. americanintel

    How-To: ClamAV Web Reporting

    I found this little script and thought I would give it a whirl for reporting ClamAV results: http://pandaemail.sourceforge.net/av-tools/ Demo Here Download here Both links can be found on the site above. There aren't really any instructions but the install file walks you through things...
  6. americanintel

    How-To: Upgrading Spamassassin to 2.63

    I fixed the first typo.. I was correcting on the fly when posting but # /etc/rc.d/init.d/spamassassin restart Shutting down spamd: [ OK ] Starting spamd: [ OK ] as you can see that works just fine. #tail /var/log/messages Mar 16 13:14:33 server spamassassin: spamd shutdown succeeded Mar...
  7. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    Since I am still figuring out Exim, MailScanner, ClamAV..etal I am a bit lost as to where ClamAV is logging any found viruses. I installed this reporting script for ClamAV http://pandaemail.sourceforge.net/av-tools/ but am not showing any hits.... which is a good thing... and understand that...
  8. americanintel

    HowTo: MailScanner 4.24 for Exim 4.24

    Worked like a champ for me... thanks for the great instructions. You might want to update the urls for the latest files though: ClamAV: wget http://crash.fce.vutbr.cz/crash-hat/1/clamav/clamav-0.67-5.i386.rpm MailScanner: wget...
  9. americanintel

    Blackhole list in exim.conf

    Which log would Exim log any RBL hits to for spamcop, ordb..etc? /var/log/exim/rejectlog ? Just trying to see if this works.
  10. americanintel

    How-To: Upgrading Spamassassin to 2.63

    Just thought I'd post this since it worked for me. Upgraded spamassassin from 2.55 to 2.63. su to root #cd /usr/local/directadmin/scripts/ #cp spam.sh spam.sh.bak #rm spam.sh #pico spam.sh paste the following into your new spam.sh file (make sure you put the whole url for the 2.63 file in...
  11. americanintel

    Blackhole list in exim.conf

    Well... it didn't puke upon restart... I'll keep an eye on it. Thanks!
  12. americanintel

    Blackhole list in exim.conf

    Ok... time to work on the communication skills again :D Probably or it does go there? Which is it? When I added the line under the 'check_recipient' section and did an 'exim restart' it just hung up... nice. I have searched and searched with no to little information regarding adding RBL's to...
  13. americanintel

    RH 9.0 up2date

    Ok.. couple of things here, when explaining something like this please do so in detail or reference a specific section in the users manual.. which I DO read. Also, this is something we run into on PHPNuke/NukeCops as well, unless we visit the DA forums we may or may not see the new posts in...
  14. americanintel

    Spam - beating the DA word filter

    I'm not a spam expert but have done a pretty good job of blocking email using spamassassin and the DA filters which include viagra, medications, prescriptions..etc. Regardless, I keep getting these emails: ---------- Subject: Fwd: Have V|@gra, Valï(u)m, X(a)n@x Diet Pills Any Meds Body: Get...
  15. americanintel

    Exim: Frozen messages

    Taking a look at /etc/exim.conf I find on line 229 Guess I could just shorten everything to this: ignore_bounce_errors_after = 1d and timeout_frozen_after = 2d Seems to me that there are two reasons why messages Freeze: 1. The user (for my domain) does not exist and/or 2. The user/url/host...
  16. americanintel

    Exim: Frozen messages

    Googled for a minute, form the Exim list: Right now I have 2 domains on the server that are receiving email, one has some history with lots of users but only has 1 user now. Could these 'Frozen' message be caused by spam/email arriving for these now non-existant users? Or should I be looking...
  17. americanintel

    Exim: Frozen messages

    I can send and receive ok. Spamassassin is enabled. All default settings. So basically no complaints and the urls/hosts listed in the log below all look like spam to me but I'm concerned about the Message is frozen messages and couldn't find anything in the DA forums that went into detail. Can...
  18. americanintel

    RH 9.0 up2date

    I appreciate the replies. I understand what is skipped and why so let me clarify a bit more. Since DA takes responsibility for Apache, PHP..etc by skipping them I assume DA addresses any and all security issues for those 'skipped' packages.
  19. americanintel

    RH 9.0 up2date

    While I have removed the kernel from the skip list in up2date there are still other issues that may or may not apply to DA as I understand that DA doesn't use some of the default packages from RH 9.0 (Apache..etc). Would you mind discussing this a bit and covering security fixes, when and how we...
Back
Top