Hi Dany,

I'm creating a simscan RPM that will be available in a couple hours or so with more comprehensive debugging in the hopes of solving this chronic issue with these antispam addons to qmail. I'll let you know.

1) In the mean time you can disable simscan completely by replacing 'QMAILQUEUE="/var/qmail/bin/simscan"' with 'QMAILQUEUE="/var/qmail/bin/qmail-queue.orig"' in '/etc/tcprules.d/tcp.smtp', and qmailctl stop / qmailctl cdb / qmailctl start.

or (at first experimenting a little)

2) Turn off clamav

In '/var/qmail/control/simcontrol' set clam=no and qmailctl stop / qmailctl cdb / qmailctl start.

If that doesn't work

3) turn off clamav and spam

set spam=no and qmailctl stop / qmailctl cdb / qmailctl start.

and finally (if the above does not work)

4) turn off clamav, spam, and ripmime

replace everything in the file with

:clam=no,spam=no and qmailctl stop / qmailctl cdb / qmailctl start.

If 2,3,4 don't work, you'll have to disable simscan, step 1 above.

Eric




On 2/22/2018 8:33 AM, Dany Mauricio Nunfio Alfaro wrote:
Hello, good morning, thanks for your reply, I made the changes and restart
qmail (qmailctl restart)
  but it does not work. the error persists:
2018-02-22 09:30:06.532154500 qmail-smtpd: qq soft reject (mail server
temporarily rejected message (#4.3.0))

my configuration after the change:

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 64000000 \
      /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
      -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
      $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1

Thanks you.

-----Mensaje original-----
De: Noriyuki Hayashi [mailto:nhaya...@wats.gr.jp]
Enviado el: martes, 20 de febrero de 2018 10:13 p.m.
Para: qmailtoaster-list@qmailtoaster.com
Asunto: Re[2]: [qmailtoaster] ClamAV 0.99.3 and CentOS 5

Hi,

You can change the softlimit as below.

less /var/qmail/supervise/smtp/run
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 64000000 \
      /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
      -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
      $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1

My setting is  64000000.

Could try to change?

Thank you.
Noriyuki Hayashi

On Tue, 20 Feb 2018 10:40:14 -0600
"Dany Mauricio Nunfio Alfaro" <malf...@promerica.com.sv> wrote:

Hello, good morning I have the same problem, I updated clamav from
clamav-toaster-0.98-1.4.5 to clamav-toaster-0.99.3-1.4.8, but the following
error persists:
2018-02-20 10: 20: 51.107107500 qmail-smtpd: qq soft reject (mail server
temporarily rejected message (# 4.3.0)), could you help me please?

-----Mensaje original-----
De: Tommi Jarvilehto [mailto:tommi.jarvile...@datavahti.fi]
Enviado el: lunes, 12 de febrero de 2018 08:16 a.m.
Para: qmailtoaster-list@qmailtoaster.com
Asunto: Re: [qmailtoaster] ClamAV 0.99.3 and CentOS 5

Thank you for this.
Installed from your src rpm to a CentOS5 32bit. Seems to work.

On 2.2.2018 10:11, Noriyuki Hayashi wrote:
Hi

I have still used CentOS 5 few servers.
I did rpmbuild and Upgraded that is seems ok.

If you want...go ahead

https://wats.gr.jp/downloads/CentOS5/clamav-toaster-0.99.3-1.4.8.el5
.s
rc.rpm
https://wats.gr.jp/downloads/CentOS5/clamav-toaster-0.99.3-1.4.8.el5
.x
86_64.rpm

Thank you.
Noriyuki Hayashi

On Mon, 29 Jan 2018 22:29:31 -0500
"Sean P. Murphy" <sean.mur...@mobilcom.net> wrote:

Just updated my CentOS 5 machine’s clamav-toaster install to 0.99.3-1.
0.14 and everything went exactly as planned.  Minimal downtime and the
dreaded “qq-soft reject” error is nowhere in sight.  Thanks again, Eric.
This will hold me until I migrate to the waiting CentOS 7 server,
probably in the next couple of weeks.
-Sean

On Jan 29, 2018, at 2:33 PM, Eric Broch <ebr...@whitehorsetc.com>
wrote:
Thanks, Sean!

I forget to let people know.


On 1/29/2018 6:41 AM, Sean Murphy wrote:
Hello all,

I was checking out Eric's repo on the qmailtoaster site and found an
SRPM for ClamAV 0.99.3 in the testing repo for CentOS 5. Imagine my
surprise, as I was under the impression that this would not be available for
CentOS 5.  It compiled willingly, with a few warnings stating that certain
things "may be unitialized in this function", but it completed without any
errors.
I am in the planning stages on moving this qmailtoaster install over
to CentOS 7, but in the meantime, I'd rather have an updated install on the
current server.
I will install this tonight, when my server is not as busy, and let
the list know how it goes.

-Sean Murphy



-----------------------------------------------------------------
--
-- To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com

--
Eric Broch
White Horse Technical Consulting (WHTC)


------------------------------------------------------------------
--
- To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com

-------------------------------------------------------------------
--
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com

--------------------------------------------------------------------
- To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com

--
Tommi Jarvilehto
DataVahti Oy
040 732 8032


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Telecommunications Association License No. A-18-9191 Government Resell
License No. 301039703002
               WATS CO.,LTD.
   Kawana Bldg, 5F  Kamata
Ota-ku Tokyo, 144-0052 JAPAN
        Phone 81-50-5830-5940 
        Ext&Mobile:201 VoiceMailDirect:201*1
        FAX   81-50-5830-5941
             http://wats.gr.jp
           Mail: wats @ wats.gr.jp
Please remove the space between @ as double side

Key fingerprint = B53D FF2F BFEA FDA8 1439  38AA 8281 9A3E C9B6 2FC9

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


--
Eric Broch
White Horse Technical Consulting (WHTC)


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to