[qmailtoaster] Script for detecting mail abuse

2016-02-01 Thread Dan McAllister
Greetings all I was reading some earlier posts from Raj, Jim, & Eric with regards to detecting WHO is abusing your server, so I thought I'd share some of my thoughts & solutions: Thought 1: I force all RELAY traffic to occur on port 587 (with or without TLS) - I do this using *spamdyke *--

Re: [qmailtoaster] clamav-99.0-2 ?

2016-02-01 Thread Solo
Eric. Yep You're right - even though error free compilation - same issue. Looking into the config logs, pcre is compiled and linked (/usr ) - strange. I do see some missing libraries also in the log - libraries that somehow has lpcre as argument so maybe my setup is not the best for this

Re: [qmailtoaster] How to block spam emails generated from my domain

2016-02-01 Thread Eric
Not to avoid the question or be unhelpful in any way, Chandran, but I think you'd be better served asking this question on the spamassassin users list as they're the experts in all things SA. That said, are any spam email originating from your server? EricB On 1/31/2016 7:50 PM, Chandran

Re: [qmailtoaster] clamav-99.0-2 ?

2016-02-01 Thread Aleksander Podsiadły
W dniu 31.01.2016, nie o godzinie 16∶14 +0100, użytkownik Solo napisał: > Any chance of getting a clamav compilation including PCRE ? Install pcre and pcre-devel than recompile clamav. -- Pozdrawiam/Regards, mgr inż. Aleksander Podsiadły starszy informatyk Urząd Gminy w Mniowie ul. Centralna 9

Re: [qmailtoaster] How to block spam emails generated from my domain

2016-02-01 Thread Chandran Manikandan
Thank you Eric, Let me check with them. On Mon, Feb 1, 2016 at 2:23 PM, Eric wrote: > Not to avoid the question or be unhelpful in any way, Chandran, but I > think you'd be better served asking this question on the spamassassin users > list as they're the experts in all

Re: [qmailtoaster] clamav-99.0-2 ?

2016-02-01 Thread Eric
That doesn't work on my CentOS 6 machine. On 2/1/2016 1:49 AM, Aleksander Podsiadły wrote: W dniu 31.01.2016, nie o godzinie 16∶14 +0100, użytkownik Solo napisał: Any chance of getting a clamav compilation including PCRE ? Install pcre and pcre-devel than recompile clamav.

Re: [qmailtoaster] clamav-99.0-2 ?

2016-02-01 Thread Eric
Restart clamd and you'll see the error. With no parameter to --with-pcre clamav looks for the pcre libs in /usr/local/lib or /usr/lib. They are in /usr/lib64 and /lib64 on CentOS machines. On 2/1/2016 6:17 AM, Solo wrote: Hi Eric. I have no development server running but I had to make some

Re: [qmailtoaster] clamav-99.0-2 ?

2016-02-01 Thread Solo
But until I did the yum install pcre I got the errors during ./configure - it does check the libs I guess ? (many years since compiling was a daily/weekly occurence) Well I must do a test tonight - I'm sure You're right - it's been to easy considered what the issue has caused others when