Install Pyzor: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| [[User_Tips_%26_Tricks#Anti_Spam|Back]]<br> | [[User_Tips_%26_Tricks#Anti_Spam|Back]]<br> | ||
| [[https://www.pyzor.org/en/latest/installation.html#downloading Documentation]]: | |||
|  # dnf install -y pyzor | |||
| The 'pyzor discover' command tells pyzor to contact home and find the latest list of servers to use. I add this to a cron to be run nightly: | The 'pyzor discover' command tells pyzor to contact home and find the latest list of servers to use. I add this to a cron to be run nightly: | ||
Revision as of 21:03, 14 April 2024
# dnf install -y pyzor
The 'pyzor discover' command tells pyzor to contact home and find the latest list of servers to use. I add this to a cron to be run nightly:
17 2 * * * pyzor discover
Make sure that pyzor is enabled in your /etc/mail/spamassassin/v310.pre file:
# Pyzor - perform Pyzor message checks. # loadplugin Mail::SpamAssassin::Plugin::Pyzor
And then make sure that spamassassin is going to use Pyzor as a check:
echo "use_pyzor 1" >> /etc/mail/spamassassin/local.cf
Now check to make sure it shows. Note: You will frequently show a timeout on Pyzor. This is normal - the server is very busy.
spamassassin -D --lint
And that's it.
Some more tips for Pyzor:
The default server will timeout 50% of the time. Google to find another server to use - most do NOT allow high volume servers to check against theirs. If you find some that DO allow this, please post them here for the rest of us!
| IP:Port | Last Verified | Where Found | 
|---|---|---|
| 82.94.255.100:24441 | 11/20/2006 | http://www.nabble.com/Pyzor-issue-since-upgrade-to-3.1.3-t1742083.html | 
| <new ip:port> | <new date> | <new URL> |