From: <MBG...@co...> - 2005-03-18 19:35:10
|
I'm in the process of setting up a mail gateway for our organization. The gateway box is running FreeBSD 4.10. The current setup is running Postfix as the MTA, and Amavisd-new as a content filter using ClamAV and SpamAssassin. I'm trying to get Razor, Pyzor, and DCC working correctly with SpamAssassin on the box. My current problem is that Pyzor appears to be not functioning. When I do a test on it via the command line to see if it'll run seperately I get the following: #pyzor check < /tmp/testemail Traceback (most recent call last): File "/usr/local/bin/pyzor", line 4, in ? pyzor.client.run() File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 934, in run ExecCall().run() File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 188, in run if not apply(dispatch, (self, args)): File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 264, in check response = runner.run(server, (digest, server)) File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 725, in run response = apply(self.routine, varargs, kwargs) File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 58, in check self.send(msg, address) File "/usr/local/lib/python2.4/site-packages/pyzor/client.py", line 77, in send self.socket.sendto(mac_msg_str, 0, address) socket.error: (13, 'Permission denied') After doing some Googling on the error message all the results seemed to inidcate that this was normally the result of a non-root user trying to use a port below 1024. The above results persist even running as root though, so I don't think that the port<1024 is the issue. Any suggestions or insight would be greatly appreciated. Thanks. Mike Gaskins |