Pyzor error

Petertjuh360

Verified User
Joined
Nov 7, 2010
Messages
349
Since my client upgraded to the latest version of Exim and Spamassassin, the Exim mail queue is getting filled with emails like:

Code:
1eeKN8-0000oq-IV-D
reason:         client.py:72:send:error: [Errno 1] Operation not permitted
cmdline:        /usr/bin/python -Wignore::DeprecationWarning /usr/bin/pyzor check
executable:     /usr/bin/pyzor
package:        pyzor-0.5.0-10.el7
component:      pyzor
pid:            31911
hostname:       hostname
count:          29
abrt_version:   2.1.11
analyzer:       Python
architecture:   x86_64
duphash:        63e8d7b27ccfb9f06b4860aa0bce3d66a5478a04
event_log:      
kernel:         3.10.0-693.11.6.el7.x86_64
last_occurrence: 1516797706
os_release:     CentOS Linux release 7.4.1708 (Core) 
pkg_arch:       noarch
pkg_epoch:      0
pkg_fingerprint: 6A2F AEA2 352C 64E5
pkg_name:       pyzor
pkg_release:    10.el7
pkg_vendor:     Fedora Project
pkg_version:    0.5.0
runlevel:       N 3
time:           Tue 23 Jan 2018 09:35:18 AM CET
type:           Python
uid:            1394
username:       bosmaf776
uuid:           63e8d7b27ccfb9f06b4860aa0bce3d66a5478a04

backtrace:
:client.py:72:send:error: [Errno 1] Operation not permitted
:
:Traceback (most recent call last):
:  File "/usr/bin/pyzor", line 8, in <module>
:    pyzor.client.run()
:  File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 1022, in run
:    ExecCall().run()
:  File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 205, in run
:    if not apply(dispatch, (self, args)):
:  File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 285, in check
:    runner.run(server, (digest, server))
:  File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 813, in run
:    response = apply(self.routine, varargs, kwargs)
:  File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 58, in check
:    self.send(msg, address)
:  File "/usr/lib/python2.7/site-packages/pyzor/client.py", line 72, in send
:    self.socket.sendto(mac_msg_str, 0, address)
:error: [Errno 1] Operation not permitted
:
:Local variables in innermost frame:
:mac_msg_str: 'User: anonymous\nTime: 1516696518\nSig: 58d4908e94ff37f53bc2d7ce28e2e08dd4f846cf\n\nOp: check\nOp-Digest: 76da9d8d04ddd9cb1bc112dd4de3f9a442c7c6d5\nThread: 47396\nPV: 2.0\n\n'
:msg: <pyzor.CheckRequest object at 0x1784fd0>
:account: ('anonymous', (None, 0L))
:self: <pyzor.client.Client object at 0x178de18>
:address: ('public.pyzor.org', 24441)
environ:
:LANG=en_US.UTF-8
:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
:HOME=/home/username
machineid:
:systemd=1e72231b48424a808864377f25895e7c
:sosreport_uploader-dmidecode=871ab66f45565129d16832d56ec545303376b92d96f263c4f74ae0ffbb15093a
os_info:
:NAME="CentOS Linux"
:VERSION="7 (Core)"
:ID="centos"
:ID_LIKE="rhel fedora"
:VERSION_ID="7"
:PRETTY_NAME="CentOS Linux 7 (Core)"
:ANSI_COLOR="0;31"
:CPE_NAME="cpe:/o:centos:centos:7"
:HOME_URL="https://www.centos.org/"
:BUG_REPORT_URL="https://bugs.centos.org/"
:
:CENTOS_MANTISBT_PROJECT="CentOS-7"
:CENTOS_MANTISBT_PROJECT_VERSION="7"
:REDHAT_SUPPORT_PRODUCT="centos"
:REDHAT_SUPPORT_PRODUCT_VERSION="7"
:

I can't seem to figure out how this happens. Does somebody know why and how to solve it?
 
Hello,

Pyzor requires opened ports TCP/UDP 24441 for outgoing connections:


+ TCP_OUT port 24441
+ UDP_OUT port 24441


Are they opened by yours?
 
PYZOR_CHECK is done by SpamAssassin, please check its release history for finding an answer on the question "Since when is pyzor included by default".
 
Back
Top