Re: Spamassassin spamming in log

2022-06-02 Thread Timo Brandt
Thanks, Bert :-) Am 2022-06-02 20:49, schrieb Bert Van de Poel: If you are using systemd, you can "systemctl disable spamd". Otherwise you can indeed use the enabled=0. I would probably do both just in case ;) On 2/06/2022 20:36, Timo Brandt wrote: Maybe one of you has a hint for me how t

Re: Spamassassin spamming in log

2022-06-02 Thread Bert Van de Poel
If you are using systemd, you can "systemctl disable spamd". Otherwise you can indeed use the enabled=0. I would probably do both just in case ;) On 2/06/2022 20:36, Timo Brandt wrote: Maybe one of you has a hint for me how to disable the automatic startup of spamd? Its been a long time ag

Re: Spamassassin spamming in log

2022-06-02 Thread Timo Brandt
Maybe one of you has a hint for me how to disable the automatic startup of spamd? Its been a long time ago that I setup a Debian from scratch :-( It seems that spamd doesnt need to start at system boot so I will disable it. Will this be done when I add ENABLED=0 into the file /etc/defaul

Re: Spamassassin spamming in log

2022-06-02 Thread Timo Brandt
Hi all, indeed - sorry. I wasnt aware of that I do not need to run spamd beside amavis 🥴 Thanks for all your help. Timo Am 2022-06-02 20:18, schrieb Matija Nalis: On Thu, Jun 02, 2022 at 02:47:28PM +0200, Bert Van de Poel wrote: For the errors about nonexistent uses you will want to hav

Re: Spamassassin spamming in log

2022-06-02 Thread Matija Nalis
On Thu, Jun 02, 2022 at 02:47:28PM +0200, Bert Van de Poel wrote: > For the errors about nonexistent uses you will want to have a look at > /etc/default/spamassassin I'm guessing. > For the info messages: this has just got to do with your logging level. You > will want to decrease it in local.cf or

Re: Spamassassin spamming in log

2022-06-02 Thread Matus UHLAR - fantomas
On 02.06.22 14:33, Timo Brandt wrote: I have a running debian 11 with postfix/dovecot and Amavis with clamav / spamassassin. I saw that the spamassassin logfile is growing very fast and found the following entries occuring many times per second. Can you maybe help me to get this fixed? I search

Re: Spamassassin spamming in log

2022-06-02 Thread Benny Pedersen
On 2022-06-02 15:17, Timo Brandt wrote: Hi Bert, I checked the user table: debian-spamd:x:114:120::/var/lib/spamassassin:/usr/sbin/nologin And also adjusted the config file: OPTIONS="-u debian-spamd --create-prefs --max-children 5 --helper-home-dir -s /var/log/spamassassin/spamd.log why not

Re: Spamassassin spamming in log

2022-06-02 Thread Benny Pedersen
On 2022-06-02 15:13, Bert Van de Poel wrote: For the error: does the spamd user actually exist? that's a requirement of course. to check in shell id spamd I've always controlled SA loglevels through amavis, but from the spamd man page I would expect that it's related to -D. I'm not completel

Re: Spamassassin spamming in log

2022-06-02 Thread Bert Van de Poel
Did you restart the unit after changing the configuration? It does seem like debian-spamd is indeed the correct user. I'm not sure how exactly the spawning of children works within SA. Has your CPU usage decreased now? PS: you can just reply to the list, no need to email me personally every ti

Re: Spamassassin spamming in log

2022-06-02 Thread Timo Brandt
Hi Bert, I checked the user table: debian-spamd:x:114:120::/var/lib/spamassassin:/usr/sbin/nologin And also adjusted the config file: OPTIONS="-u debian-spamd --create-prefs --max-children 5 --helper-home-dir -s /var/log/spamassassin/spamd.log But process is already running under root: A

Re: Spamassassin spamming in log

2022-06-02 Thread Bert Van de Poel
For the error: does the spamd user actually exist? that's a requirement of course. I've always controlled SA loglevels through amavis, but from the spamd man page I would expect that it's related to -D. I'm not completely sure what the default is. http://wiki.apache.org/spamassassin/DebugChann

Re: Spamassassin spamming in log

2022-06-02 Thread Timo Brandt
Hi Bert, many thanks for your answer. Please find the spamassassin config below. I already checked it but do not find anything to change which is stopping the flooding. Also, spamassassin is consuming mostly all of my CPU power. When its running, the CPU is nearly the whole time at 99%. W

Re: Spamassassin spamming in log

2022-06-02 Thread Bert Van de Poel
For the errors about nonexistent uses you will want to have a look at /etc/default/spamassassin I'm guessing. For the info messages: this has just got to do with your logging level. You will want to decrease it in local.cf or maybe also in the default file. On 2/06/2022 14:33, Timo Brandt wrote

Spamassassin spamming in log

2022-06-02 Thread Timo Brandt
Hi all, I have a running debian 11 with postfix/dovecot and Amavis with clamav / spamassassin. I saw that the spamassassin logfile is growing very fast and found the following entries occuring many times per second. Can you maybe help me to get this fixed? I searched along the internet but did