Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Chris
On Sat, Aug 8, 2020 at 1:26 PM Eric Broch wrote: > What version of qmail do you have? > qmail-1.03-3.2.qt.el7.x86_64 > > And, what about the email coming from the qmailtoaster-list? Can you send > that header along? > I send most mailing list emails to my gmail account, so I can communicate

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
Try # rpm -e --nodeps clamav-filesystem # rm /etc/clamd.d/scan.conf # yum install clamav-filesystem # systemctl start clamd@scan On 8/7/2020 7:54 PM, Diego Piñon Conde wrote: Afetr running script clam-cos7.sh clamd@scan and spamd fail to start... So after restart the server now spamd start

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
good! you can run instead: # dspam_clean -s -p -u for all users or dspam_clean -s -p -u u...@domain.tld us...@domain.tld ... us...@domain.tld for the users you choose. This will also purge the database. On 8/7/2020 8:01 PM, Diego Piñon Conde wrote: /purge-4.1.sql finally ends with no

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
/purge-4.1.sql finally ends with no message El vie., 7 ago. 2020 a las 19:28, Eric Broch () escribió: > optimize dspam also... > > # mysql -u dspam -p dspam < > /usr/share/dspam/sql-scripts/mysql/purge-4.1.sql > On 8/7/2020 4:24 PM, Eric Broch wrote: > > what's this yield > > # ls -la

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Afetr running script clam-cos7.sh clamd@scan and spamd fail to start... So after restart the server now spamd start correctly but clamd@scan til refuse to init. El vie., 7 ago. 2020 a las 22:31, Remo Mattei () escribió: > Running? > > Inviato da iPad > > Il giorno 7 ago 2020, alle ore 5:36 PM,

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
What happens when # systemctl start spamd # systemctl start clamd@scan On 8/7/2020 7:29 PM, Diego Piñon Conde wrote: sorry, I stop the script by mistake so i had to run it again :-( Now end, but clamd and spamd fail to run Status of toaster services send: up (pid 18342) 18 seconds smtp: up

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Remo Mattei
Running? Inviato da iPad >> Il giorno 7 ago 2020, alle ore 5:36 PM, Eric Broch >> ha scritto: >  > So, is clamd running? > > # systemctl status clamd@scan > > On 8/7/2020 6:14 PM, Diego Piñon Conde wrote: >> Finally after an eternity it completes! >> >> % Total% Received % Xferd

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
sorry, I stop the script by mistake so i had to run it again :-( Now end, but clamd and spamd fail to run Status of toaster services send: up (pid 18342) 18 seconds smtp: up (pid 18349) 18 seconds smtps: up (pid 18340) 18 seconds submission: up (pid 18339) 18 seconds send/log: up (pid 18352) 17

Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Eric Broch
What version of qmail do you have? And, what about the email coming from the qmailtoaster-list? Can you send that header along? It can depend on the remote host as well. If you have a gmail account send yourself an email from it and send the header along. Here's a header from  a gmail

Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Chris
When I disabled TLS in spamdyke, I sent myself a message from one of the problematic systems that was known to trigger repeats. That message's headers indicate qmail did not pick up the TLS encryption: Content-Type: ⁨text/html; charset=UTF-8⁩ Mime-Version: ⁨1.0⁩ X-Ses-Outgoing:

Re: [qmailtoaster] Upgraded email to testing version, now only plain passwords accepted for authed smtp?

2020-08-07 Thread Eric Broch
I should put it into the RPM, my bad. On 8/7/2020 7:04 PM, Eric Broch wrote: It's part of the CentOS 8/QMT, but I only added to the most recent CentOS 7/QMT install script maybe a month or so ago. So if you installed earlier than the past month or so it wasn't in the script. There were,

Re: [qmailtoaster] Upgraded email to testing version, now only plain passwords accepted for authed smtp?

2020-08-07 Thread Eric Broch
It's part of the CentOS 8/QMT, but I only added to the most recent CentOS 7/QMT install script maybe a month or so ago. So if you installed earlier than the past month or so it wasn't in the script. There were, however, instructions on the main web page. On 8/7/2020 6:38 PM, Chris wrote:

Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Eric Broch
That's the nature of spamdyke. See the documentation. I understand why it was programmed the way it was, with TLS, so that it could, after decrypting the email, operate spam blocking techniques. With qmail doing decryption everything that passes through spamdyke is encrypted so examining the

Re: [qmailtoaster] Upgraded email to testing version, now only plain passwords accepted for authed smtp?

2020-08-07 Thread Chris
Thanks. Is that not part of the toaster setup script, or did I somehow wipe my man_db.conf at some point? On Sat, Aug 8, 2020 at 12:17 PM Eric Broch wrote: > echo "MANDATORY_MANPATH /var/qmail/man" >> /etc/man_db.conf > > On 8/7/2020 6:15 PM, Chris wrote: > > Erk... > > # man qmail-smtpd > No

Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Chris
Why does 'Setting tls-level=none turns of ALL TLS even in qmail's offering' when it's a spamdyke config file, not qmail? What if I think spamdyke is part of my multi-delivery problem? If I take spamdyke out of the equation in smtp/run how do I get qmail to pick up the TLS negotiation? On Sat,

Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Eric Broch
I'm not sure I like how spamdyke handles tls, though I don't know another way one would do it. Setting tls-level=none turns of ALL TLS even in qmail's offering. If you want qmail to handle TLS comment the certificate file: #tls-certificate-file=/var/qmail/control/servercert.pem However, if

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
mysql -u dspam -p dspam < /usr/share/dspam/sql-scripts/mysql/purge-4.1.sql is still running... I suppose... El vie., 7 ago. 2020 a las 21:05, Eric Broch () escribió: > What do the sql database errors look like now? > > Is you queue clearing out? > On 8/7/2020 5:08 PM, Diego Piñon Conde wrote: >

Re: [qmailtoaster] Upgraded email to testing version, now only plain passwords accepted for authed smtp?

2020-08-07 Thread Eric Broch
echo "MANDATORY_MANPATH /var/qmail/man" >> /etc/man_db.conf On 8/7/2020 6:15 PM, Chris wrote: Erk... # man qmail-smtpd No manual entry for qmail-smtpd On Fri, Aug 7, 2020 at 9:06 AM Eric Broch > wrote: #!/bin/sh QMAILDUID=`id -u vpopmail`

Re: [qmailtoaster] Upgraded email to testing version, now only plain passwords accepted for authed smtp?

2020-08-07 Thread Chris
Erk... # man qmail-smtpd No manual entry for qmail-smtpd On Fri, Aug 7, 2020 at 9:06 AM Eric Broch wrote: > #!/bin/sh > QMAILDUID=`id -u vpopmail` > NOFILESGID=`id -g vpopmail` > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > SMTPD="/var/qmail/bin/qmail-smtpd" >

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Finally after an eternity it completes! % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 100 2040 100 20400 0434 0 0:00:04 0:00:04 --:--:-- 434 Stopping

Re: [qmailtoaster] TLS reason: 503_MAIL_first_(#5.5.1)

2020-08-07 Thread Chris
I know I'm responding to a really old thread here, but I stumbled upon this trying to solve another issue. When I set tls-level=none in /opt/spamdyke/etc/spamdyke.conf and reboot, I now completely fail the SMTP TLS checker at https://luxsci.com/smtp-tls-checker It would appear that qmail isn't

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
What do the sql database errors look like now? Is you queue clearing out? On 8/7/2020 5:08 PM, Diego Piñon Conde wrote: Sorry if I sound rude, English is not my native language. I was just asking to verify if the EPEL installation could be incompatible with the normal ClamAV Running...

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Sorry if I sound rude, English is not my native language. I was just asking to verify if the EPEL installation could be incompatible with the normal ClamAV Running... El vie., 7 ago. 2020 a las 19:39, Eric Broch () escribió: > Remo is just making sure all the settings are good...it can't

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
a lot of files total 83264 drwxr-xr-x 2 clamscan clamscan4096 Aug 7 16:35 . drwxr-xr-x. 16 root root4096 Aug 7 17:53 .. -rw-r- 1 clamscan clamscan 1041589 Aug 7 19:54 clamd.log -rw-r- 1 clamscan clamscan 2097213 Oct 3 2019 clamd.log-20191003_100947 -rw-r-

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
p4ssw3rd is the password On 8/7/2020 4:55 PM, Diego Piñon Conde wrote: ERROR 1045 (28000): Access denied for user 'dspam'@'localhost' (using password: YES) I must run with -u root? dspam seams not to be the password to dspam... El vie., 7 ago. 2020 a las 19:28, Eric Broch

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
ERROR 1045 (28000): Access denied for user 'dspam'@'localhost' (using password: YES) I must run with -u root? dspam seams not to be the password to dspam... El vie., 7 ago. 2020 a las 19:28, Eric Broch () escribió: > optimize dspam also... > > # mysql -u dspam -p dspam < >

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
Remo is just making sure all the settings are good...it can't hurt. On 8/7/2020 4:36 PM, Diego Piñon Conde wrote: Do you remember i've changed clamav for EPEL clamav ? It's ok? El vie., 7 ago. 2020 a las 19:21, Remo Mattei (>) escribió: I would run the script one

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Do you remember i've changed clamav for EPEL clamav ? It's ok? El vie., 7 ago. 2020 a las 19:21, Remo Mattei () escribió: > I would run the script one more time > > curl -O > https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && > chmod 755 ./clam-cos7.sh && ./clam-cos7.sh

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
# chmod 664 /var/log/dspam/sql.errors On 8/7/2020 4:34 PM, Diego Piñon Conde wrote: I change the owner as you ask, and move other files   #ls -la /var/log/dspam -rw-r--r--   1 vpopmail mail    0 Feb 18 03:57 sql.errors  #ls -ld /var/log/dspam drwxrwx--- 2 dspam mail 24 Aug  7 19:24

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
I change the owner as you ask, and move other files #ls -la /var/log/dspam -rw-r--r-- 1 vpopmail mail0 Feb 18 03:57 sql.errors #ls -ld /var/log/dspam drwxrwx--- 2 dspam mail 24 Aug 7 19:24 /var/log/dspam El vie., 7 ago. 2020 a las 18:47, Eric Broch () escribió: > and change yours to

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
optimize dspam also...  # mysql  -u dspam -p dspam < /usr/share/dspam/sql-scripts/mysql/purge-4.1.sql On 8/7/2020 4:24 PM, Eric Broch wrote: what's this yield # ls -la /var/log/clamd On 8/7/2020 4:19 PM, Diego Piñon Conde wrote: Same error systemctl start clamd@scan Job for

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
what's this yield # ls -la /var/log/clamd On 8/7/2020 4:19 PM, Diego Piñon Conde wrote: Same error systemctl start clamd@scan Job for clamd@scan.service failed because a timeout was exceeded. See "systemctl status clamd@scan.service" and "journalctl -xe" for details. El vie., 7 ago. 2020 a

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Remo Mattei
I would run the script one more time curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && chmod 755 ./clam-cos7.sh && ./clam-cos7.sh and see > On Aug 7, 2020, at 3:19 PM, Diego Piñon Conde wrote: > > Same error > > systemctl start clamd@scan > Job for

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Same error systemctl start clamd@scan Job for clamd@scan.service failed because a timeout was exceeded. See "systemctl status clamd@scan.service" and "journalctl -xe" for details. El vie., 7 ago. 2020 a las 19:08, Eric Broch () escribió: > run the following and try to restart clamd@scan > >

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
run the following and try to restart clamd@scan curl -o /etc/clamd.d/scan.conf https://raw.githubusercontent.com/qmtoaster/scripts/master/scan.conf On 8/7/2020 4:05 PM, Diego Piñon Conde wrote:  systemctl start clamd@scan               Job for clamd@scan.service failed because a timeout was

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
systemctl start clamd@scan Job for clamd@scan.service failed because a timeout was exceeded. See "systemctl status clamd@scan.service" and "journalctl -xe" for details. Did Not start El vie., 7 ago. 2020 a las 18:44, Eric Broch () escribió: > don't stop it. allow it to go until

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
All of them uncommented El vie., 7 ago. 2020 a las 18:50, Eric Broch () escribió: > In my /etc/dspam.conf file > > Trust root > Trust dspam > Trust mail > Trust vpopmail > > make sure these are in there and/or uncommented > On 8/7/2020 3:47 PM, Eric Broch wrote: > > and change yours to look like

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
# ls -ld /var/log/dspam drwxrwx--- 2 dspam mail 23 Aug 7 15:28 /var/log/dspam mine is drwxrwx--- 2 dspam mail 81 Feb 18 03:57 /var/log/dspam I don't know how to achieve what you ask, sorry # ls -la /var/log/dspam -rw-rw 1 vpopmail mail 10473967 Jun 8 08:04 sql.errors mine is total

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
In my /etc/dspam.conf file Trust root Trust dspam Trust mail Trust vpopmail make sure these are in there and/or uncommented On 8/7/2020 3:47 PM, Eric Broch wrote: and change yours to look like mine # ls -ld /var/log/dspam drwxrwx--- 2 dspam mail 23 Aug  7 15:28 /var/log/dspam # ls -la

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
I do not made any change like that... El vie., 7 ago. 2020 a las 18:47, Remo Mattei () escribió: > my sql file is not under the /var/log/dspam did you make changes my stuff > is under /var/lib/dspam > > Remo > > On Aug 7, 2020, at 2:44 PM, Diego Piñon Conde > wrote: > > More timeout from

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Remo Mattei
and my other box shows like this: total 10492 drwxrwx--- 2 dspammail 4096 Jan 30 2018 . drwxr-xr-x. 23 root root 4096 Aug 6 11:18 .. -rw-r--r-- 1 dspammail0 Nov 12 2017 sql.errors -rw-rw 1 vpopmail mail 10730364 Nov 12 2017 sql.errors-20171112 -rw---

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
and change yours to look like mine # ls -ld /var/log/dspam drwxrwx--- 2 dspam mail 23 Aug  7 15:28 /var/log/dspam # ls -la /var/log/dspam -rw-rw   1 vpopmail mail 10473967 Jun  8 08:04 sql.errors On 8/7/2020 3:44 PM, Eric Broch wrote: don't stop it. allow it to go until it starts.

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Remo Mattei
my sql file is not under the /var/log/dspam did you make changes my stuff is under /var/lib/dspam Remo > On Aug 7, 2020, at 2:44 PM, Diego Piñon Conde wrote: > > More timeout from /var/log/maillog > > [00]Aug 7 18:14:42 pegasus dspam[3671]: query error: Lock wait timeout > exceeded; try

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
don't stop it. allow it to go until it starts. sometimes it takes quite a while. On 8/7/2020 3:39 PM, Diego Piñon Conde wrote: systemctl start clamd@scan freeze and do nothing # ls -ld /var/log/dspam /drwxrwx--- 2 dspam mail 81 Feb 18 03:57 /var/log/dspam/ # ls -la /var/log/dspam / /

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
More timeout from /var/log/maillog *[00]Aug 7 18:14:42 pegasus dspam[3671]: query error: Lock wait timeout exceeded; try restarting transaction: see sql.errors for more details[00]Aug 7 18:14:42 pegasus dspam[3671]: Unable to open file for writing:

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
systemctl start clamd@scan freeze and do nothing # ls -ld /var/log/dspam *drwxrwx--- 2 dspam mail 81 Feb 18 03:57 /var/log/dspam* # ls -la /var/log/dspam *total 10256drwxrwx--- 2 dspammail 81 Feb 18 03:57 .drwxr-xr-x. 16 root root 4096 Aug 7 17:53 ..-rw-r--r-- 1

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
What's the output of the following commands? # ls -ld /var/log/dspam and # ls -la /var/log/dspam On 8/7/2020 2:46 PM, Diego Piñon Conde wrote: This is  the only weird message i can repeated times see from now [00 ]Aug  7 17:40:54 pegasus dspam[19962]: Unable to open file for writing:

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric Broch
what happens when you try to start clamd@scan # systemctl start clamd@scan ? On 8/7/2020 3:07 PM, Diego Piñon Conde wrote: Status of toaster services send: up (pid 1083) 197 seconds smtp: up (pid 1082) 197 seconds smtps: up (pid 1081) 197 seconds submission: up (pid 1092) 197 seconds

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Status of toaster services send: up (pid 1083) 197 seconds smtp: up (pid 1082) 197 seconds smtps: up (pid 1081) 197 seconds submission: up (pid 1092) 197 seconds send/log: up (pid 1102) 197 seconds smtp/log: up (pid 1080) 197 seconds smtps/log: up (pid 1094) 198 seconds submission/log: up (pid

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
This is the only weird message i can repeated times see from now [00 ]Aug 7 17:40:54 pegasus dspam[19962]: Unable to open file for writing: /var/log/dspam/sql.errors: Permission denied [00]Aug 7 17:40:55 pegasus dspam[19962]: bailing on error -2 [00]Aug 7 17:40:55 pegasus dspam[19962]:

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric's mail
I'd reboot Eric's email, phone On Fri, Aug 7, 2020 at 2:32 PM -0600, "Diego Piñon Conde" wrote: qmailctl stop Stopping qmail-toaster: svscan qmail logging. qmailctl starStarting qmail-toaster: svscan. [root@pegasus etc]# supervise: fatal: unable to acquire

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
*qmailctl stop * *Stopping qmail-toaster: svscan qmail logging.* *qmailctl star* *Starting qmail-toaster: svscan.* *[root@pegasus etc]# supervise: fatal: unable to acquire send/supervise/lock: temporary failure* I have to *rm -f /var/qmail/supervise/send/supervise/lock* then *qmailctl

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Philip Nix Guru
Hello a bit hard to debug without checking system if you got multitail create a file with : multitail -Z red,black,inverse -T -S -x "%m %u@%h %f (%t) [%l]" \    -m 0 -n 49 -cS qmail-send -l "qmlog -f send" \    -m 0 -n 49 -cS qmail-smtp3 -em "policy_check" -em "CHKUSER" -em "simscan" -em

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Chris
If you see qmail-smtpd repeated, that's OK. There is a an instance of that process on each of the ports for smtp, smtps, and submit. On Sat, Aug 8, 2020 at 7:58 AM Diego Piñon Conde wrote: > From what I can see in ps aux some processes are repeated but from what I > understand the main ones

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric's mail
Stop & start qmail. No errors should Come to the  shell. Did you reboot the host? Eric's email, phone On Fri, Aug 7, 2020 at 1:58 PM -0600, "Diego Piñon Conde" wrote: >From what I can see in ps aux some processes are repeated but from what I >understand the main ones are

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
From what I can see in ps aux some processes are repeated but from what I understand the main ones are not repeated. What information would be useful for you to help me? El vie., 7 ago. 2020 a las 16:46, Eric's mail () escribió: > Did you make sure only one instance of each qmail program was

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Leonardo
If clamav is really disabled and not scanning messages you could safely stop its daemon to free memory and cpu so delivering should run faster. Em 2020-08-07 16:40, Diego Piñon Conde escreveu: > Hi Philip > > Yes, mail does get delivered with a very very long delay. I'm still receiving >

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Eric's mail
Did you make sure only one instance of each qmail program was running? Eric's email, phone On Fri, Aug 7, 2020 at 1:41 PM -0600, "Diego Piñon Conde" wrote: Hi Philip Yes, mail does get delivered with a very very long delay. I'm still receiving many copies of mails from

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Hi Philip Yes, mail does get delivered with a very very long delay. I'm still receiving many copies of mails from yesterday at 3pm local time (more than 10 copies in some cases). Looking in the log, apparently clamav is running self check every 600 sec, reading /etc/clamd.d/scan.conf and not

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Philip Nix Guru
Hello But the mail does get delivered just with a very long delay ? and you disabled clamd but it still running ? Check a delivered mail, look at the headers, make sure clamd is really not running anything suspicous in /var/log/clamd/clamd.log ? qmHandle -s shows what ? On 8/7/20 8:34

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
2 hs has passed and the local queue has 3530 msg (it was 3700 at some point). Beside clamd that it is still running and time to time take 100% cpu usage (I don't understand why because qmailtoaster it's supoust that not use it anymore), cpu usage is normally below 20% and memory is the same. So

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Sorry, I comented the line as you ask El vie., 7 ago. 2020 a las 12:29, Philip Nix Guru () escribió: > Hello > > what you could start by doing is disabling > > idle-timeout-secs=xx in /etc/spamdyke/spamdyke.conf > > just comment the line > > check in a few hours if your TIMEOUT drastically

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Philip Nix Guru
Hello what you could start by doing is disabling idle-timeout-secs=xx in /etc/spamdyke/spamdyke.conf just comment the line check in a few hours if your TIMEOUT drastically decreased then you can adapt the idle-timeout delay If not then, we can check other things Cheers On 8/7/20 4:40

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Hi Philip this is the tail of /var/log/maillog *Aug 7 11:31:01 pegasus spamdyke[2968]: TIMEOUT from: sciottilili...@gmail.com to: filibe...@tarjetacliper.com origin_ip: 209.85.215.175 origin_rdns: mail-pg1-f175.google.com auth: (unknown) encryption:

Re: [qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Philip Nix Guru
Hello can you check if you got any  TIMEOUT in /var/log/maillog log file since you did your update Check also your scan.conf file /etc/clamd.d/scan.conf Enable Log (verbose) , LogVerbose yes On 8/7/20 4:12 PM, Diego Piñon Conde wrote: Hi all I'm running qmail toaster on CentOS 7.

[qmailtoaster] local queue increasing /slow delivery / multiple copies of same email

2020-08-07 Thread Diego Piñon Conde
Hi all I'm running qmail toaster on CentOS 7. Because I had problems with freshclam (terrible slow db update), yesterday I changed clamAV to Epel version. I don't know if it's relevant, but after that local delivery was too slow. Local queue was increasing in size and every email received by