MoreCoffeePlease n00b
Joined: 18 May 2004 Posts: 36 Location: London
|
Posted: Tue Jan 03, 2006 6:06 pm Post subject: pyzor error: "Operation not Permitted" with qmail/ |
|
|
I've almost got a fully working mail server setup following the guide at https://forums.gentoo.org/viewtopic-t-382072-highlight-qmail+vpopmail.html, but when running Code: | spamassassin -D --lint | I get the following error shown in the output: Code: | [3807] dbg: pyzor: pyzor is available: /usr/bin/pyzor
[3807] dbg: info: entering helper-app run mode
[3807] dbg: pyzor: opening pipe: /usr/bin/pyzor check < /tmp/.spamassassin3807QHIFtttmp
[3808] dbg: util: setuid: ruid=210 euid=210
[3807] dbg: pyzor: [3808] finished: exit=0x0100
[3807] 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.4/site-packages/pyzor/client.py", line 934, in run\n ExecCall().run()\n File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 188, in run\n if not apply(dispatch, (self, args)):\n File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 264, in check\n response = runner.run(server, (digest, server))\n File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 725, in run\n response = apply(self.routine, varargs, kwargs)\n File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 58, in check\n self.send(msg, address)\n File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 77, in send\n self.socket.sendto(mac_msg_str, 0, address)\nsocket.error: (1, 'Operation not permitted')
[3807] dbg: info: leaving helper-app run mode
[3807] warn: pyzor: check failed: internal error | and in the mail error logs: Code: | Jan 3 14:43:29 hostname spamd[1870]: internal error |
This is a bit over my head!
Any thoughts on how to fix this, or at least where to start looking? |
|