• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Qmail spamassassin handler not start

L

ligapa215

Guest
Hi, how can I find handlers config files for qmail, because in /usr/local/psa/var/log/maillog I get this

[root@ip-72-***-**-207 qmail]# cat /usr/local/psa/var/log/maillog | grep handlers
[root@ip-72-***-**-207 qmail]#

spamassassin is running:

Aug 21 09:38:25 ip-72-***-**-207 spamd[3099]: spamd: server started on UNIX domain socket /tmp/spamd_full.sock (running version 3.2.5)
Aug 21 09:38:25 ip-72-***-**-207 spamd[3099]: spamd: server pid: 3099
Aug 21 09:38:25 ip-72-***-**-207 spamd[3099]: spamd: server successfully spawned child process, pid 3127
Aug 21 09:38:25 ip-72-***-**-207 spamd[3099]: prefork: child states: I

but handlers not.

this is part of maillog a week ago:
Aug 16 02:06:37 ip-72-***-**-207 greylisting filter[13586]: Starting greylisting filter...
Aug 16 02:06:37 ip-72-***-**-207 qmail-queue-handlers[12100]: handlers_stderr: DEFER
Aug 16 02:06:37 ip-72-***-**-207 qmail-queue-handlers[12100]: call_handlers: DEFER during call '/usr/local/psa/handlers/info/05-grey-wgzdo1/executable' handler
Aug 16 08:32:09 ip-72-***-**-207 qmail-queue-handlers[11389]: hook_dir = '/usr/local/psa/handlers/before-queue'
Aug 16 08:32:09 ip-72-***-**-207 qmail-queue-handlers[11389]: call_handlers: call executable = '/usr/local/psa/handlers/info/05-grey-wgzdo1/executable'
Aug 16 08:32:09 ip-72-***-**-207 qmail-local-handlers[11397]: mailbox: /var/qmail/mailnames/mydomain.com/ligapa215
Aug 16 08:32:09 ip-72-***-**-207 qmail-local-handlers[11398]: call_handlers: call executable = '/usr/local/psa/handlers/info/10-spam-4MCBXP/executable'


Before that I had problems with one domain and I found a thread to change dhparam1024.pem and dhparam512.pem files in qmail control directory for dh1024.pem and dh512.pem.

I deleted original files (dhparam*) that had different permissions an restore with .moved backup.

I restored new files (dh*) to original names dhparam* but not they permissions, I don't remember.

this is actual content of control dir

lrwxrwxrwx 1 root root 33 Sep 22 2008 clientcert.pem -> /var/qmail/control/servercert.pem
-rw-r--r-- 1 root root 1 Aug 21 09:38 databytes
-rw-r--r-- 1 root root 34 Jul 14 2009 defaultdelivery
-rw-r--r-- 1 root root 245 Aug 18 00:54 dhparam1024.pem
-rw-r--r-- 1 root root 156 Aug 18 00:54 dhparam512.pem
-rw-r--r-- 1 root root 8 Dec 20 2009 doublebounceto
-rw-r--r-- 1 root root 69 Aug 21 09:00 locals
-rw-r--r-- 1 root root 37 Aug 21 09:00 me
-rw-r--r-- 1 root root 289 Aug 21 09:00 rcpthosts
-rw-r--r-- 1 root root 323 Aug 21 09:00 rejectnonexist
-rw------- 1 qmaild root 493 Sep 22 2008 rsa512.pem
-rw-r--r-- 1 root root 2966 Sep 22 2008 servercert.pem
-rw-r--r-- 1 root root 25 Jul 14 2009 smtpplugins
-rw-r--r-- 1 root root 28 Mar 7 18:11 smtproutes
-rw-r--r-- 1 root root 4 Aug 16 09:44 timeoutsmtpd
-rw-r--r-- 1 root root 288 Aug 21 09:00 virtualdomains


Maybe that files the problem of handlers?

How can I review qmail handlers setup?

I reinstalled spamassassin and psa-spamassassin packages.

I had disabled and enabled greylisiting and spamassassing protection in Plesk Control Panel. I used mchk --whit-spam util to check users configuration.

Thankyou.
 
Back
Top