Re: [Assp-test] fixes in assp 2.4.2 build 14092

2014-04-09 Thread James Brown
On 4 Apr 2014, at 6:05 pm, Thomas Eckardt thomas.ecka...@thockar.com wrote: I see four choices for you: 1. upgrade perl - in case of nix I recommend to compile it (Perl 5.18.2) from source with a given {prefix} - and to set the Perl-path for the assp user to the given {prefix} folder

[Assp-test] ASSP fails with no error message when tmpDB folder full

2014-04-09 Thread Colin Waring
Hi Folks, At the weekend one of my mailservers died overnight. I had a quick check over and saw that it was coredumping without any errors. I decided to leave it till the morning as the other servers could handle things. By morning my monitoring scripts had restarted it. This morning I got

Re: [Assp-test] ASSP fails with no error message when tmpDB folder full

2014-04-09 Thread Thomas Eckardt
add the following line to 'lib/CorrectASSPcfg.pm' $main::BDBMaxCacheSize = 0; and restart assp. Tell me if it works or not. Thomas Von:Colin Waring co...@lanternhosting.co.uk An: 'ASSP development mailing list' assp-test@lists.sourceforge.net, Datum: 09.04.2014 09:56 Betreff:

[Assp-test] BOUNCING DELIVERY READ RECIEPTS.....

2014-04-09 Thread Steve Moffat
Any idea why HMM is picking these up and bouncing? Apr-9-14 11:57:52 [Worker_1] [TLS-out] [isbounce] 198.207.17.183 bounce message detected Apr-9-14 11:57:52 [Worker_1] [TLS-out] 198.207.17.183 info: BATV accepted mail for address accou...@optimum.bm Apr-9-14 11:57:52 [Worker_1] [TLS-out]

Re: [Assp-test] ASSP fails with no error message when tmpDB folder full

2014-04-09 Thread Colin Waring
Hi Thomas, Thanks for the reply - unfortunately as I cleared out the tmpdb folder the problem has gone away and I can't do any further testing. The folder is currently around 45% used of 1GB so if the folder fills again I can look at making the suggested change. All the best, Colin Waring.

Re: [Assp-test] Autowhitelist not working for admin account

2014-04-09 Thread Gary Sunderland
Are they getting sent to proper user first? -Original Message- Why do NoprocessingOK IP's go to discarded folder? Because noProcessingLog is set so. NoProcessing Non Spam (noProcessingLog, default=discard folder) Where to store noprocessing non spam messages.

Re: [Assp-test] Autowhitelist not working for admin account

2014-04-09 Thread Fritz Borgstedt
ASSP development mailing list assp-test@lists.sourceforge.net schreibt: Are they getting sent to proper user first? The collect folders store mails after sending to recipients. You may change the folder to notspam folder in noProcessingLog if you want to include noprocessing mails in spamdb

[Assp-test] Upgraded Perl, now getting error re BerkeleyDB Too many open files

2014-04-09 Thread James Brown
I took Thomas’s suggestion and upgraded my Perl to 5.18.2. Upgraded all the modules, etc. BerkelyDB module wouldn’t install via CPAN, so I had to download it, change the config.ini file to show location of lib and Include folder, then it would compile and install OK. Now ASSP starts up OK,