Anonymous | Login | 2024-12-03 10:09 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Revisions: Issue #17771 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0017771: app-greylisting whitelist is massively out of date | ||
Revision | 2018-10-09 12:48 by NickH | ||
Description | In both 6.x and 7.x the whitelist file /etc/postfix/postgrey_whitelist_clients provided with the app-greylisting dates back to 2011. There is an updated version available at http://postgrey.schweikert.ch/pub/postgrey_whitelist_clients. [^] A cron job is needed to regularly (monthly) update this file and restart postgrey. Very importantly, the newer file whitelists Microsoft Exchange Online (Office 365) and possibly amazonas as well as others This app is touted as being very important for fighting spam, but the out of date whitelist causes issues. I have a cron.monthly 7.x cron job: wget -q -N http://postgrey.schweikert.ch/pub/postgrey_whitelist_clients [^] -O /etc/postfix/postgrey_whitelist_clients /bin/systemctl condrestart postgrey.service This does the trick but could be tarted up the ClearOS way. Note the same comment applies to 6.x |
||
Revision | 2017-11-08 04:58 by NickH | ||
Description | In both 6.x and 7.x the whitelist file /etc/postfix/postgrey_whitelist_clients provided with the app-greylisting dates back to 2011. There is an updated version available at http://postgrey.schweikert.ch/pub/postgrey_whitelist_clients. [^] A cron job is needed to regularly (monthly) update this file and restart postgrey. Very importantly, the newer file whitelists Microsoft Exchange Online (Office 365) and possibly amazonas as well as others This app is touted as being very important for fighting spam, but the out of date whitelist causes issues. I have a cron.monthly 7.x cron job: wget -q -N http://postgrey.schweikert.ch/pub/postgrey_whitelist_clients [^] -O /etc/postfix/postgrey_whitelist_clients /bin/systemctl restart postfix.service This does the trick but could be tarted up the ClearOS way. Note the same comment applies to 6.x |