Koozali.org: home of the SME Server
Obsolete Releases => SME 6.x Contribs => Topic started by: hartmut on March 20, 2006, 02:50:28 AM
-
there is an error in the skript
sme-spamfilter-1.3.0 is not downloaded
after the installation i get following errors in maillog
Mar 20 02:16:45 jmhsrv spamd[31914]: spamd: server killed by SIGTERM, shutting down
Mar 20 02:16:46 jmhsrv spamd[1278]: logger: removing stderr method
Mar 20 02:16:46 jmhsrv spamd[1280]: config: failed to parse line, skipping: auto_delete_15
Mar 20 02:16:47 jmhsrv spamd[1280]: spamd: server started on port 783/tcp (running version 3.1.1)
Mar 20 02:16:47 jmhsrv spamd[1280]: spamd: server pid: 1280
Mar 20 02:16:47 jmhsrv spamd[1280]: spamd: server successfully spawned child process, pid 1283
Mar 20 02:16:47 jmhsrv spamd[1280]: spamd: server successfully spawned child process, pid 1284
Mar 20 02:16:47 jmhsrv spamd[1280]: prefork: child states: IS
Mar 20 02:16:47 jmhsrv spamd[1280]: prefork: child states: II
-
There was a "bug" in the install script which was corrected yesterday. It turns out that a remote rpm does not like to install from a location which is redirected as is the case with contribs.org/contribs.
Therefore, download the latest script (as always) and run again and all modules should now be installed.
Rgds,
Jesper
-
Hello !
Back with this "skipping: auto_delete" thing...
I just upgraded to your last spamassassin contrib (with SA 3.1.1) and i got this message :
May 8 19:04:55 emeldiz spamd[18651]: spamd: server killed by SIGTERM, shutting down
May 8 19:04:57 emeldiz spamd[18852]: logger: removing stderr method
May 8 19:04:57 emeldiz spamd[18854]: config: failed to parse line, skipping: auto_delete_12
May 8 19:04:58 emeldiz spamd[18854]: spamd: server started on port 783/tcp (running version 3.1.1)
May 8 19:04:58 emeldiz spamd[18854]: spamd: server pid: 18854
May 8 19:04:58 emeldiz spamd[18854]: spamd: server successfully spawned child process, pid 18857
May 8 19:04:58 emeldiz spamd[18854]: spamd: server successfully spawned child process, pid 18858
May 8 19:04:58 emeldiz spamd[18854]: prefork: child states: IS
May 8 19:04:58 emeldiz spamd[18854]: prefork: child states: II
When I look for versions I can see :
[root@emeldiz root]# rpm -qa | grep spam
sortspam-1.0.0-01
sme-spamfilter-1.3.0-1
spamassassin-tools-3.1.1-1
spamassassin-3.1.1-1
What could be wrong ? Is it important ?
Any idea.
Thks.
Fred
-
Hi fred,
This is not an important thing but just a warning from SA that it has received a config parameter it does not understand (hence discarded). You can fix this (will be fixed in next release) by editing this file:
/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10globalConfig
Add "auto_delete" to this list
my %exclude_parameters = (
sa_enable => 1,
type => 1,
daily_report => 1,
delete_after => 1,
delete_above15 => 1,
sort_junkmail => 1,
auto_learn => 1,
rewrite_subject => 1,
auto_delete => 1,
);
And press "save" in the Spam Filter server-manager panel.
-
Hi !
Thks a lot.
I thought it was not important because the matching config in the .procmailrc files to delete spam above the limit was ok but......
;-)
Fred
-
after editing /etc/e-smith/templates/etc/mail/spamassassin/local.cf/10globalConfig
with
auto_delete => 1,
the error in 'maillog' seems to be gone
just introduced your latest update to USA script
and everthing is running fine
http://mirror.contribs.org/smeserver/contribs/swerts-knudsen/SpamFilter
has been in the database of 'altiplano' already
:-)
Hartmut