antispam server setup website - comments welcome

Andrew MacLachlan andy.mac at global-domination.org
Thu Aug 23 14:43:48 IST 2007



> -----Original Message-----
> From: mailscanner-bounces at lists.mailscanner.info [mailto:mailscanner-
> bounces at lists.mailscanner.info] On Behalf Of Anthony Cartmell
> Sent: 21 August 2007 11:35
> To: MailScanner discussion
> Subject: Re: antispam server setup website - comments welcome
> 
> > No it doesn't, the 'discover' one is not being updated and seems
broken.
> >
> > The other 82.250.255.100 actually works....
> 
> Ah, OK, I'll stick with that one then. Thanks for the info!
> 
> > People have made many attempts to contact the pyzor "maintainer" on
this
> > to offer servers/bandwidth but he seems to ignore all offers...
> 
> It's sad when good software goes un-maintained.
> 
See the attached install script. If you use this procedure you will use
both lists and pyzor will use the highest score returned.
- Works well for me.



--
This message was scanned by ESVA and is believed to be clean.

-------------- next part --------------
cd /tmp
wget http://ovh.dl.sourceforge.net/sourceforge/pyzor/pyzor-0.4.0.tar.bz2
tar -xjf pyzor-0.4.0.tar.bz2
cd pyzor-0.4.0
python setup.py build
python setup.py install
chmod -R a+rX /usr/share/doc/pyzor \
/usr/lib/python2.3/site-packages/pyzor \
/usr/bin/pyzor /usr/bin/pyzord
su postfix -s /bin/bash -c 'pyzor discover'
echo "82.94.255.100:24441">/var/spool/postfix/.pyzor/servers
echo "66.250.40.33:24441">>/var/spool/postfix/.pyzor/servers
cd /tmp
rm -rf pyzor*


More information about the MailScanner mailing list