From: Jake V. <ja...@v2...> - 2006-06-22 17:22:33
|
It tells me that the archives are offline, so I'm posting here. I installed Pyzor on a FC4 machine (using QMail and Spamassassin) and everything went great. No problems at all. Thanks! I tried to install it on a CentOS4.1 machine (RHEL4 clone), using the same methods, but it gives me errors when I run spamassassin -D --lint: [15549] dbg: util: executable for pyzor was found at /usr/bin/pyzor [15549] dbg: pyzor: pyzor is available: /usr/bin/pyzor [15549] dbg: info: entering helper-app run mode [15549] dbg: pyzor: opening pipe: /usr/bin/pyzor check < /tmp/.spamassassin15549nEQIV9tmp [15550] dbg: util: setuid: ruid=0 euid=0 [15549] dbg: pyzor: [15550] finished: exit=0x0100 [15549] dbg: pyzor: got response: Traceback (most recent call last):\n File "/usr/bin/pyzor", line 4, in ?\n pyzor.client.run()\n File "/usr/lib/python2.3/site-packages/pyzor/client.py", line 934, in run\n ExecCall().run()\n File "/usr/lib/python2.3/site-packages/pyzor/client.py", line 188, in run\n if not apply(dispatch, (self, args)):\n File "/usr/lib/python2.3/site-packages/pyzor/client.py", line 264, in check\n response = runner.run(server, (digest, server))\n File "/usr/lib/python2.3/site-packages/pyzor/client.py", line 725, in run\n response = apply(self.routine, varargs, kwargs)\n File "/usr/lib/python2.3/site-packages/pyzor/client.py", line 58, in check\n self.send(msg, address)\n File "/usr/lib/python2.3/site-packages/pyzor/client.py", line 77, in send\n self.socket.sendto(mac_msg_str, 0, address)\nsocket.error: (1, 'Operation not permitted') [15549] dbg: info: leaving helper-app run mode [15549] warn: pyzor: check failed: internal error [15549] dbg: plugin: registering glue method for check_dcc (Mail::SpamAssassin::Plugin::DCC=HASH(0xa7a6c74)) [15549] dbg: dcc: dccifd is not available: no r/w dccifd socket found [15549] dbg: util: executable for dccproc was found at /usr/local/bin/dccproc [15549] dbg: dcc: dccproc is available: /usr/local/bin/dccproc [15549] dbg: info: entering helper-app run mode [15549] dbg: dcc: opening pipe: /usr/local/bin/dccproc -H -R < /tmp/.spamassassin15549nEQIV9tmp [15551] dbg: util: setuid: ruid=0 euid=0 [15549] dbg: dcc: got response: sendto(dcc1.dcc-servers.net (208.201.249.233,6277)): Operation not permitted [15549] dbg: info: leaving helper-app run mode [15549] dbg: dcc: check failed: no X-DCC returned (did you create a map file?): sendto(dcc1.dcc-servers.net (208.201.249.233,6277)): Operation not permitted I know the DCC error isn't for this list, but maybe it gives some clues as to why it fails on this server, but works on the FC4 one? Thanks in advance! |