[Assp-test] DNS Problems

2014-05-26 Thread Masood Rahim
I am constantly receiving DNS errors which then cause assp to die, as per the logs: Error: DNS - unable to create any UDP socket to nameservers () - This happens all the time on 5 assp systems that get a lot of mail traffic. The problem is not the DNS servers, as I have pointed them to many

[Assp-test] DNSBL problem

2014-05-08 Thread Masood Rahim
Hello. I’m using the following assp version: 2.4.1(14097) I’m running a local rbl server, but it looks like I’m not getting any positive hits for anything in the DNSBL section beyond the external DNSBL that I use. The internal ones named such as rbl1.local are not working at all. In DNS setup

[Assp-test] freqSpam

2014-01-24 Thread Masood Rahim
Hi. Does the freqSpam setting affect messages sent to sendAllSpam ? We have the spam collection frequency set to every 5 messages, but we want every single email that is tagged as spam to be sent to username@domain defined in sendAllSpam to the server specified in sendAllDestination. Will

[Assp-test] spamdb/hmmdb

2013-10-17 Thread Masood Rahim
Hi, I'm a little confused with the generation of the spamdb and hmmdb in assp. Both are using a mysql database with the corresponding tables. It seems that right now the hmmdb is filled with all the records that are supposed to be there but the spamdb has one record that says pkey:

Re: [Assp-test] spamdb/hmmdb

2013-10-17 Thread Masood Rahim
- start assp - rerun a rebuild or restore(import) the spamdb froma backup Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net, Datum: 17.10.2013 08:30 Betreff:[Assp-test] spamdb/hmmdb Hi, I'm a little confused with the generation of the spamdb

Re: [Assp-test] spamdb/hmmdb

2013-10-17 Thread Masood Rahim
I think I resolved this issue, I had another assp server that was cloned which was updating the spamdb as well. Sorry. - Original Message - From: Masood Rahim mas...@intertune.com To: assp-test@lists.sourceforge.net Sent: Thursday, October 17, 2013 9:03:54 AM Subject: Re: spamdb/hmmdb

[Assp-test] Fwd: Whitelisting by sender domain/ip recipient

2013-03-22 Thread Masood Rahim
Hello. Not sure if I ever saw a reply to my message below in the list. Message: 6 Date: Fri, 01 Mar 2013 12:52:11 +0100 From: Fritz Borgstedt f...@iworld.de Subject: Re: [Assp-test] Whitelisting by sender domain/ip recipient To: ASSP development mailing list

Re: [Assp-test] Whitelisting by sender domain/ip recipient

2013-03-08 Thread Masood Rahim
-- Message: 6 Date: Fri, 01 Mar 2013 12:52:11 +0100 From: Fritz Borgstedt f...@iworld.de Subject: Re: [Assp-test] Whitelisting by sender domain/ip recipient To: ASSP development mailing list assp-test@lists.sourceforge.net Message-ID:

[Assp-test] Whitelisting by sender domain/ip recipient

2013-03-01 Thread Masood Rahim
Hi, I've been playing with the whitelisting in Assp 2.2. I am able to successfully add the following whitelists to the MySQL whitelist table without any issues. Also testing this works fine and the sender shows as whitelisted in the logs. sen...@domain.com,@recipientdomain.com

[Assp-test] Per domain whitelisting/blacklisting

2013-01-31 Thread Masood Rahim
Hello, Is there an ability to have a custom blacklist or whitelist on a per domain basis? I know as of recent versions of assp this at least seems possible with whitelisting. With the global privat, domain private, and privat only. If this is indeed possible with whitelisting at least,

[Assp-test] How to enable Regex Optimizer?

2011-06-21 Thread Masood Rahim
Using Assp version 2.0.1(3.0.23), how do you load the Optimizer.pm ? I have the file in several different folders and it is enabled in the config but each time at startup I see the following in the log: Regex::Optimizer module is not installed - Regular Expression Optimization is not

[Assp-test] Statistics bug 2.0.1(3.0.23)

2011-06-09 Thread Masood Rahim
I've gotten the latest release and there is a bug with the stats not counting correctly. I have changed DelayIP to 40 in the IP Blocking section to greylist anything in the penalty box with a score over 40. This is working just fine however when looking at the stats this is not accounted for

[Assp-test] PenaltyBox Bug 2.0.1(3.0.23)

2011-06-09 Thread Masood Rahim
The penaltyboxextreme setting (DoPenaltyExtremeSMTP) is not overriding the DelayIP setting from the IP Blocking section. For example my PenaltyExtreme is set to 175, and DelayIP is set to 40, yet in the logs when a sender whose PB Box value is 185 gets delayed instead of denied by PB Extreme.

[Assp-test] Feature Suggestion

2010-08-19 Thread Masood Rahim
I think it would be great if there was an option to greylist any server that produces a failure using a dnsbl. This would help alleviate false positives in addition to the current features of the dnsbl. -Original Message- From: assp-test-requ...@lists.sourceforge.net

Re: [Assp-test] Scalable Linux Configuration

2010-04-13 Thread Masood Rahim
in the SBCache table in v2? SBCache caches the information in which country the IP is registered and for which company and domain it is registered. Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net Datum: 09.04.2010 21:28 Betreff:Re: [Assp-test

Re: [Assp-test] SBCache

2010-04-09 Thread Masood Rahim
How do things end up in the SBCache table in v2? I guess I'm trying to find out what this table is for. Thanks, Masood -Original Message- From: assp-test-requ...@lists.sourceforge.net [mailto:assp-test-requ...@lists.sourceforge.net] Sent: Friday, April 09, 2010 9:15 AM To:

Re: [Assp-test] Assp dying

2010-03-27 Thread Masood Rahim
Didn't get any responses to my message below so I'm resending. Also I have 0 set for session limits but see the following entry in my logs: Mar-26-10 21:03:05 [Main_Thread] Warning : SMTP-session-limit 999 is reached - SMTP listeners will be switched off More possible problems. After disabling

Re: [Assp-test] Assp dying

2010-03-25 Thread Masood Rahim
since 2.0.2 1.0.06 - try the full regexes ($ret) = ('4'.unpack 'B32', pack 'C4', split /\./xms, $ip)=~/($reRE)/xms; This could not be changed. per the debugSignal.txt file: what an unexpected signal is found ? Thomas Von:Masood Rahim mas...@intertune.com An: assp-test

Re: [Assp-test] Assp dying

2010-03-23 Thread Masood Rahim
- try the full regexes ($ret) = ('4'.unpack 'B32', pack 'C4', split /\./xms, $ip)=~/($reRE)/xms; This could not be changed. per the debugSignal.txt file: what an unexpected signal is found ? Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net Datum

Re: [Assp-test] Assp dying

2010-03-22 Thread Masood Rahim
So after using the mysql db and tweaking some settings on 2 servers here are my findings on my problem: Both servers die complaining about the following line in the debugSignal.txt (I think this might be related to Scott's issue): while (time - $itime = $maxBombSearchTime $text =~ s/($regex)//)

Re: [Assp-test] Assp dying

2010-03-22 Thread Masood Rahim
can I download rebuildspamdb.pm for ASSP2.0.2 1.0.06 (Anders Westin) 5. Re: Assp dying (Masood Rahim) -- Message: 1 Date: Mon, 22 Mar 2010 07:25:15 +0100 From: Thomas Eckardt thomas.ecka...@thockar.com Subject

Re: [Assp-test] Assp dying

2010-03-22 Thread Masood Rahim
: titc.9697b23a3b.of06675d09.6484c7a1-onc12576ee.006e6ba5-c12576ee.006e8...@t hockar.com Content-Type: text/plain; charset=us-ascii Masood, do you use any large ip regex (whiteip's / blackip's) ? Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net

Re: [Assp-test] Assp dying

2010-03-18 Thread Masood Rahim
of assp in relation to the whole system? Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net Datum: 17.03.2010 18:31 Betreff:Re: [Assp-test] Assp dying So after almost 20 hours of testing with using the mysql database instead of the flatfiles

Re: [Assp-test] Assp dying

2010-03-16 Thread Masood Rahim
Hey Scott, You are not alone. I have V2 running across 4 different linux servers with specs that vary and traffic that varies and they are all dying consistently. They don't die at all on v1.4.3.1. This is the reason I have stuck with that version, because in the past I have updated to the

Re: [Assp-test] Assp dying

2010-03-16 Thread Masood Rahim
. It's been so stable (for me) I haven't even had time to update them (yes Thomas, I know - sorry) Steve Sent from my iPhone On 16.03.2010, at 21:07, Masood Rahim mas...@intertune.com wrote: Hey Scott, You are not alone. I have V2 running across 4 different linux servers with specs

Re: [Assp-test] Assp dying

2010-03-16 Thread Masood Rahim
... Today's Topics: 1. Re: Assp dying (Masood Rahim) -- Message: 1 Date: Tue, 16 Mar 2010 13:21:33 -0700 From: Masood Rahim mas...@intertune.com Subject: Re: [Assp-test] Assp dying To: assp-test@lists.sourceforge.net Message-ID

Re: [Assp-test] Assp dying

2010-03-15 Thread Masood Rahim
I'm trying to update the Berkeley DB engine to work with assp v2, however I can't seem to have ASSP recognize the updated engine. I have tried to do everything from installing via cpan which says it is up to date to downloading and building the Berkeley DB from the oracle site. Whenever I

Re: [Assp-test] Assp dying

2010-03-13 Thread Masood Rahim
name - link) to correct the wrong values. Reserve at least one SMTP-Worker for outgoing mails. Do not use the ASSP_OCR.pm plugin! Is there anybody in the list, who has a similar workload on his V2 system? Maybe you can give Masood some more informations. Thomas Von:Masood Rahim mas

Re: [Assp-test] Assp-test Digest, Vol 32, Issue 8

2010-03-12 Thread Masood Rahim
As a follow up to my email regarding assp crashing below, I updated perl to 5.10.1. I downloaded the latest v2 assp.pl file last night. After a few hours assp died again. I don't have any other debugging information. -Original Message- From: Masood Rahim [mailto:mas...@intertune.com

Re: [Assp-test] Assp dying

2010-03-12 Thread Masood Rahim
is monitoring it self by default - so there should be some more informations available. Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net Datum: 12.03.2010 19:55 Betreff:Re: [Assp-test] Assp-test Digest, Vol 32, Issue 8 As a follow up to my

Re: [Assp-test] Assp dying

2010-03-12 Thread Masood Rahim
a database for 'pbdb' Maybe this is the problem? Thomas: 'recommeded' is mis-spelled - it should be recommended... ^ On 2010-03-12 3:46 PM, Masood Rahim wrote: Hi, I have answered your questions below regarding the assp process dying

Re: [Assp-test] Assp-test Digest, Vol 32, Issue 8

2010-03-10 Thread Masood Rahim
I have the most recent versions of v2 installed on several servers and randomly assp crashes. This has happened with at least 2 different versions of assp most recently 2.0.2 0.0.01. There is never any message in the log file. I know that it has crashed because when I restart assp it tries to

Re: [Assp-test] Assp-test Digest, Vol 30, Issue 6

2010-01-06 Thread Masood Rahim
Hello, Please tell me how I can download the ASSP 2.0 beta. Thanks, Masood -Original Message- From: assp-test-requ...@lists.sourceforge.net [mailto:assp-test-requ...@lists.sourceforge.net] Sent: Wednesday, January 06, 2010 12:18 PM To: assp-test@lists.sourceforge.net Subject: