Hi Eric, rpm -qa | grep toaster vpopmail-toaster-5.4.33-1.4.0 libsrs2-toaster-1.0.18-1.3.6 ripmime-toaster-1.4.0.6-1.3.6 courier-imap-toaster-4.1.2-1.3.10 maildrop-toaster-devel-2.0.3-1.3.8 send-emails-toaster-0.5-1.4.0 vqadmin-toaster-2.3.7-1.4.1 qmailtoaster-plus.repo-0.2-2 ezmlm-toaster-0.53.324-1.3.6 ucspi-tcp-toaster-0.88-1.3.9 qmail-toaster-1.03-1.3.22 maildrop-toaster-2.0.3-1.3.8 control-panel-toaster-0.5-1.4.0 ezmlm-cgi-toaster-0.53.324-1.3.6 libdomainkeys-toaster-0.68-1.3.6 qmailadmin-toaster-1.2.16-1.4.1 qmail-pop3d-toaster-1.03-1.3.22 simscan-toaster-1.4.0-1.4.0 squirrelmail-toaster-1.4.22-1.4.0 qmailtoaster-plus-0.3.2-1.4.19 daemontools-toaster-0.76-1.3.6 courier-authlib-toaster-0.59.2-1.3.10 autorespond-toaster-2.0.5-1.4.0 isoqlog-toaster-2.1-1.3.7 qmailmrtg-toaster-4.2-1.3.7 spamassassin-toaster-3.3.2-1.4.3 clamav-toaster-0.99.3-1.4.8
grep simscan simscan-toaster-1.4.0-1.4.0 rpm -qa | grep .qt fuse-unionfs-0.23-2.qtp fuse-2.8.0-1.qtp -----Mensaje original----- De: Eric Broch [mailto:[email protected]] Enviado el: jueves, 22 de febrero de 2018 11:53 a.m. Para: [email protected] Asunto: Re: [qmailtoaster] ClamAV 0.99.3 and CentOS 5 Dany, First what version of simscan are you running? # rpm -qa | grep toaster # rpm -qa | grep simscan # rpm -qa | grep .qt Eric On 2/22/2018 10:40 AM, Dany Mauricio Nunfio Alfaro wrote: > Hi Eric, > I disable the Simscan according to your suggestion, I no longer have > the error and the users are receiving their emails. > Thank you. > > > -----Mensaje original----- > De: Eric Broch [mailto:[email protected]] Enviado el: jueves, 22 > de febrero de 2018 10:04 a.m. > Para: [email protected] > Asunto: Re: [qmailtoaster] ClamAV 0.99.3 and CentOS 5 > > 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:[email protected]] Enviado el: martes, >> 20 de febrero de 2018 10:13 p.m. >> Para: [email protected] >> 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" <[email protected]> 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:[email protected]] >>> Enviado el: lunes, 12 de febrero de 2018 08:16 a.m. >>> Para: [email protected] >>> 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.el >>>> 5 >>>> .s >>>> rc.rpm >>>> https://wats.gr.jp/downloads/CentOS5/clamav-toaster-0.99.3-1.4.8.el >>>> 5 >>>> .x >>>> 86_64.rpm >>>> >>>> Thank you. >>>> Noriyuki Hayashi >>>> >>>> On Mon, 29 Jan 2018 22:29:31 -0500 >>>> "Sean P. Murphy" <[email protected]> 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 <[email protected]> >> 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: >>>>>>> [email protected] >>>>>>> For additional commands, e-mail: >>>>>>> [email protected] >>>>>>> >>>>>> -- >>>>>> Eric Broch >>>>>> White Horse Technical Consulting (WHTC) >>>>>> >>>>>> >>>>>> ----------------------------------------------------------------- >>>>>> - >>>>>> -- >>>>>> - To unsubscribe, e-mail: >>>>>> [email protected] >>>>>> For additional commands, e-mail: >>>>>> [email protected] >>>>>> >>>>> ------------------------------------------------------------------ >>>>> - >>>>> -- >>>>> To unsubscribe, e-mail: >>>>> [email protected] >>>>> For additional commands, e-mail: >>>>> [email protected] >>>> ------------------------------------------------------------------- >>>> - >>>> - To unsubscribe, e-mail: >>>> [email protected] >>>> For additional commands, e-mail: >>>> [email protected] >>>> >>> -- >>> Tommi Jarvilehto >>> DataVahti Oy >>> 040 732 8032 >>> >>> >>> -------------------------------------------------------------------- >>> - >>> To unsubscribe, e-mail: >>> [email protected] >>> For additional commands, e-mail: >>> [email protected] >>> >> /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ >> >> 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: >> [email protected] >> For additional commands, e-mail: >> [email protected] >> > -- > Eric Broch > White Horse Technical Consulting (WHTC) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: > [email protected] > -- Eric Broch White Horse Technical Consulting (WHTC) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
smime.p7s
Description: S/MIME cryptographic signature
