Re: [Assp-test] Warnings at startup in mailog (Threads module and database recommended)

2010-03-16 Thread Thomas Eckardt
DB_File module is available at trouchelle respository. or if I got DB_File working be sufficient DB_File ? - this module uses BerkeleyDB V1 and V2 and is not thread save - we need a Berkeley engine V4.5 at least . Use BerkeleyDB.pm (assp.mod _ V4.7.25 BerkeleyDB engine and BerkeleyDB.pm

Re: [Assp-test] Assp dying

2010-03-16 Thread Thomas Eckardt
I have to run some special commands to import read the GUI ! Sleepycat Software: Berkeley DB 4.3.29: You have to install the right BerkeleyDB engine first (before installing the BerkeleyDB.pm module!) The manuals how to install/compile BerkeleyDB engine on linux could be found on oracles web

Re: [Assp-test] Enable TLS only on listenPortSSL and not listenPort

2010-03-16 Thread Thomas Eckardt
Read the GUI ! use 'NoTLSlistenPorts' Thomas Von:K Post nntp.p...@gmail.com An: ASSP development mailing list assp-test@lists.sourceforge.net Datum: 15.03.2010 19:05 Betreff:[Assp-test] Enable TLS only on listenPortSSL and not listenPort Is there a way to enable TLS

[Assp-test] ASSP2 autoupdate

2010-03-16 Thread admin
Hello, For some time ago, I have problems with download the update. ( ASSP runs under Freebsd Version 8). Now I have the following : ASSP download automatic the new Version and extract the new Version in the right folder. But assp didn´t start automatic. Can someone can explain me, what assp

[Assp-test] Antw: Re: ASSP2 autoupdate

2010-03-16 Thread admin
AutoupdateASSP: Download and Install AutoRestartAfterCodeChange : 1 AutoRestartCmd : empty AutoRestartCmd is empty because assp runs as a daemon. I start it from a shell-script. Here are the Scripts: --- assp2 (mainscript)

Re: [Assp-test] Antw: Re: ASSP2 autoupdate

2010-03-16 Thread GrayHat
assp_restart() { /var/db/assp2/stop /var/db/assp2/start } run_rc_command $1 ensure to delete the pid file before starting ASSP otherwise upon startup, finding the file it will refuse to start -- Download

[Assp-test] Antw: Re: Antw: Re: ASSP2 autoupdate

2010-03-16 Thread admin
in the Stop-Script i have add rm -f $pidfile. I have test the restart from the GUI, it doesn´t work. The pid-File doesn´t exist. GrayHat gray...@gmx.net 16.03.10 9.24 Uhr assp_restart() { /var/db/assp2/stop /var/db/assp2/start } run_rc_command $1 ensure to delete the pid file before

Re: [Assp-test] Antw: Re: ASSP2 autoupdate

2010-03-16 Thread Thomas Eckardt
runs as a daemon is 'AsADaemon' set to on ? Thomas Von:admin ad...@dc0dam.de An: assp-test@lists.sourceforge.net Datum: 16.03.2010 09:12 Betreff:[Assp-test] Antw: Re: ASSP2 autoupdate AutoupdateASSP: Download and Install AutoRestartAfterCodeChange :

[Assp-test] Antw: Re: Antw: Re: ASSP2 autoupdate

2010-03-16 Thread admin
Yes. Could it be, that ?: Mär-14-10 12:09:46 Error: Worker_5: error: got unexpected signal TERM in Worker_5: package - Thread::Queue, file - /usr/local/lib/perl5/5.10.1/Thread/Queue.pm, line - 51! The same i have with USR1. Ralf Thomas Eckardt thomas.ecka...@thockar.com 16.03.10 10.52 Uhr

Re: [Assp-test] Workers STILL stuck @LocalLdapDomain although usingflatfile

2010-03-16 Thread mxx
Hi, thanks LOTS for all your helpful information and assistance! So much appreciated! I tried the vrfy approach and enabled vrfy on my MTA. A telnet from localhost worked fine (of course enabled the block from outside option in assp). However as soon as I set LocalAddresses_Flat to '' and

Re: [Assp-test] Workers STILL stuck @LocalLdapDomain although usingflatfile

2010-03-16 Thread mxx
Sorry posted wrong info: However as soon as I set LocalAddresses_Flat to '' and LocalDomains to file:files/domains.txt ( a file containing entries (one per line) as suggested as @mydomain.com=vrfyhost:port, which is in my case looks like @example.com=localhost:25000), it seems as if ANY

Re: [Assp-test] Workers STILL stuck @LocalLdapDomain althoughusingflatfile

2010-03-16 Thread GrayHat
However as soon as I set LocalAddresses_Flat to '' and LocalDomains to file:files/domains.txt ( a file containing entries (one per line) as suggested as @mydomain.com=vrfyhost:port, which is in my case looks like @example.com=localhost:25000), it seems as if ANY recipient mailaddress

Re: [Assp-test] Workers STILL stuck @LocalLdapDomain althoughusingflatfile

2010-03-16 Thread mxx
Hi GrayHat On 03/16/2010 04:26 PM, GrayHat wrote: thou shalt not add @ to the domain names :D Seriously, the list should be example.com=vrfyhost:port example1.com=vrfyhost:port and so on, no @ at all inside that file Replied to my own post shortly before stating that this was

Re: [Assp-test] Assp dying

2010-03-16 Thread Scott MacLean
I'm also having problems with ASSP dying on me. It's not like I have seen it happen before - typically, when ASSP dies for me (at least in the past), it just slowly grinds to a halt, refusing to accept any more connections, until my watchdog service goes in, kills it, and restarts it. Now,

Re: [Assp-test] Workers STILL st...@localldapdomainalthoughusingflatfile

2010-03-16 Thread GrayHat
the correct format for LocalDomains is the above one; that is no @ nor * as for the address_flat, I'd suggest you to AVOID it and instead use VRFY to check for the Just to be more clear Add all the domains ASSP will handle one on each line inside the LocalDomains file which should look like

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 Steve Mallindine
Please don't knock v2. I'm running it on 3 virtual machines with 512mb ram each, and it runs for months without issues. 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

Re: [Assp-test] Assp dying

2010-03-16 Thread Masood Rahim
I'm not really trying to knock v2 or the assp dev team, ASSP is a great open source product. Instead of pointing fingers and blaming it is better to arrive at solutions. Thomas I would tell you exactly why ASSP is dying if there was any information. What do you want me to do? There is no

Re: [Assp-test] Assp dying

2010-03-16 Thread Fritz Borgstedt
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 newer versions of v1 and they will all consistently die. Obviously EVERY version of ASSP regardless of V1 or V2 after 1.4.3.1 was dying in your installation. It

Re: [Assp-test] Assp dying

2010-03-16 Thread Masood Rahim
For the past couple of hours I have been running v2 using the mysql database option for spamdb, penalty box, etc. I'm also using the BerkeleyDB option for all the caching options that it is available for. The results so far are very promising. System CPU usage is down, I have also turned on

Re: [Assp-test] Assp dying

2010-03-16 Thread Fritz Borgstedt
ASSP development mailing list assp-test@lists.sourceforge.net schreibt: * How do I make sure that when spamdb is rebuilt it is actually updating the spamdb table in the mysql database? I always just use a cron script that does the following: perl /usr/share/assp/rebuildspamdb.pl What additional

Re: [Assp-test] Assp dying

2010-03-16 Thread Scott MacLean
At 01:48 PM 3/16/2010, Thomas Eckardt wrote: This double GZipped, No it is not double GZipped - it is also used by the autoupdate and this would fail if it where wrong GZipped. I beg to differ. The file I downloaded this afternoon is assp.pl.gz, and was 396,535 bytes. Inside this GZip

Re: [Assp-test] Enable TLS only on listenPortSSL and not listenPort

2010-03-16 Thread K Post
Yes, thanks, Grayhat already let me know. I simply missed it in the GUI (and made fun of myself for doing so). On Tue, Mar 16, 2010 at 2:57 AM, Thomas Eckardt thomas.ecka...@thockar.com wrote: Read the GUI ! use  'NoTLSlistenPorts' Thomas Von:    K Post nntp.p...@gmail.com An:    

Re: [Assp-test] DB_File

2010-03-16 Thread K Post
Excellent. I'll try this out in the morning and see what it reports. I've always run our server without traditional databases and have just have everything in flat files. We're seeing a startup memory usage of around 700mb, growing to 1.3gb+ after it runs for a while. I am asuming that using a

Re: [Assp-test] Assp dying

2010-03-16 Thread Thomas Eckardt
poweredge servers Such equipment was meened by me. Thomas Von:Masood Rahim mas...@intertune.com An: assp-test@lists.sourceforge.net Datum: 16.03.2010 21:23 Betreff:Re: [Assp-test] Assp dying I'm not really trying to knock v2 or the assp dev team, ASSP is a great open

Re: [Assp-test] Assp dying

2010-03-16 Thread Thomas Eckardt
* How do I make sure that when spamdb is rebuilt it is actually updating the spamdb table in the mysql database? I always just use a cron script that does the following: perl /usr/share/assp/rebuildspamdb.pl What additional measures do I have to do beyond that? Switch you script off () - V2

Re: [Assp-test] DB_File

2010-03-16 Thread Thomas Eckardt
What would you recommend? Stick with flat files, mysql, mssql if possible, berkeley, a mix? Using flat files is the most worth option for V2 - but it should work for the default setup (max 5 Workers and no warnings about too large hashes at startup). This depend on the size of the flat files.