Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-23 Thread Eric Broch
Thank you for this comprehensive write up, Andy. On 7/23/2020 12:14 PM, Andrew Swartz wrote: My machine only had 2GB because I run a VERY bare bones server with no web capabilities. It has been about 8 months since I went down this rabbit hole, so forgive me if I get a couple minor points

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-23 Thread Andrew Swartz
My machine only had 2GB because I run a VERY bare bones server with no web capabilities. It has been about 8 months since I went down this rabbit hole, so forgive me if I get a couple minor points wrong. * The 'qq soft reject' is generated by qmail-queue (thus the 'qq' part) when something

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-23 Thread Angus McIntyre
Thanks for this info, Andrew. This might be the issue. I have two qmailtoaster boxes, one that is still on CentOS 5 (don't judge me) and has been running more or less rock-solid for years, and one that I'm setting up and testing out, running CentOS 7. The C5 box is still happily downloading

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-23 Thread Eric Broch
Does clamd crash, and do you have to restart it? On 7/23/2020 9:27 AM, Remo Mattei wrote: well I have 6GB and it still happens at times to get the qq. I have changed the ran on the run shall see. This only happens after I convert from Eric original Clamv to the new rpm. Remo On Jul 23,

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-23 Thread Remo Mattei
well I have 6GB and it still happens at times to get the qq. I have changed the ran on the run shall see. This only happens after I convert from Eric original Clamv to the new rpm. Remo > On Jul 23, 2020, at 12:40 AM, Andrew Swartz wrote: > > I had this problem about 8 months ago. It it

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-23 Thread Andrew Swartz
I had this problem about 8 months ago. It it was extremely difficult to troubleshoot, but I eventually figured it out. It is a problem which has been around for a decade or more. The clamav deamon signature file, which is updated frequently, continuously grows as the amount of malware it

Re: [qmailtoaster] How to debug 'qq soft reject'? [SOLVED]

2020-07-21 Thread Angus McIntyre
Eric Broch wrote on 7/20/20 8:47 PM: Interesting that when you put 'clam=no' in simcontrol that that didn't, at the very least, stop the soft rejects. Yeah. I'm not going to think too hard about that one. I'll put it down to 'operator error' on my part. This may be a bad move: the first

Re: [qmailtoaster] How to debug 'qq soft reject'? [SOLVED]

2020-07-20 Thread Eric Broch
Interesting that when you put 'clam=no' in simcontrol that that didn't, at the very least, stop the soft rejects. On 7/20/2020 4:12 PM, Angus McIntyre wrote: Thank you to everyone who wrote with suggestions. The underlying cause of 'qq soft reject' in my case was that the clamav service had 

Re: [qmailtoaster] How to debug 'qq soft reject'? [SOLVED]

2020-07-20 Thread Angus McIntyre
Thank you to everyone who wrote with suggestions. The underlying cause of 'qq soft reject' in my case was that the clamav service had crashed and not restarted. I was able to relaunch it with: start clamav-daemon and everything started working again. Here's a summary of what I've 

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Jaime Lerner
KPW="/home/vpopmail/bin/vchkpw" export REQUIRE_AUTH=1 exec /usr/bin/softlimit -m 12800 \ /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \ $SMTPD $VCHKPW /bin/true 2

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Eric Broch
Angus, You must rebuild the tcp.smtp rules file to tcp.smtp.cdb, did you that? I would set SIMSCAN_DEBUG="5" Eric On 7/20/2020 1:36 PM, Angus McIntyre wrote: Thank you Finn and Remo I tried doubling the softlimit, and using Remo's configuration, but the problem remains. I'm not seeing

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Angus McIntyre
Thank you Finn and Remo I tried doubling the softlimit, and using Remo's configuration, but the problem remains. I'm not seeing any additional output in /var/qmail/log/smtp/current. Is that the logfile where the simscan debug output should go, or should I look for it somewhere else? I

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Remo Mattei
here is what mine looks like

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread qmail
Hi Angus. Have You tried to increase the softlimit in the run file ? (to get rid of the issue ;-)) Cheers, Finn Den 20-07-2020 kl. 20:01 skrev Angus McIntyre: My qmailtoaster running on CentOS 7 was behaving fine, but now seems to soft reject everything, and I'm having a hard time working

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Angus McIntyre
Hi Remo Thanks for the fast response. Here's what I have in '/etc/tcprules.d/tcp.smtp':    127.:allow,RELAYCLIENT="",SIMSCAN_DEBUG="5",RBLSMTPD="",NOP0FCHECK="1"

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Remo Mattei
Ok I just tested and updated the /etc/tcprules.d/tcp.smtp looks like the old way I used to was not working anymore. so here is the steps: :allow,SIMSCAN_DEBUG="2”,CHKUSER_EXTRA_ then run qmailctl cdb That should do it > On Jul 20, 2020, at 11:03 AM, Remo Mattei wrote: > >

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Remo Mattei
you need to add that to the run file SIMSCAN_DEBUG=3 or SIMSCAN_DEBUG=5 Remo > On Jul 20, 2020, at 11:01 AM, Angus McIntyre wrote: > > My qmailtoaster running on CentOS 7 was behaving fine, but now seems to soft > reject everything, and I'm having a hard time working out why. > > It

Re: [qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Remo Mattei
Angus, I notice this as well and I rerun the Eric’s script and all comes back to normal, I have had not time to debug this yet. Remo > On Jul 20, 2020, at 11:01 AM, Angus McIntyre wrote: > > My qmailtoaster running on CentOS 7 was behaving fine, but now seems to soft > reject everything,

[qmailtoaster] How to debug 'qq soft reject'?

2020-07-20 Thread Angus McIntyre
My qmailtoaster running on CentOS 7 was behaving fine, but now seems to soft reject everything, and I'm having a hard time working out why. It doesn't seem to be a ClamAV issue: I set 'clam=no' in '/var/qmail/control/simcontrol' and restarted qmail, but I still get the rejections. I added