Notes
How to limit spamassassin to IPv4
Add -4 to the list of OPTIONS in /etc/default/spamassassin file.
...
OPTIONS="-4 --create-prefs --max-children 5 --helper-home-dir"
...
Add -4 to the list of OPTIONS in /etc/default/spamassassin file.
...
OPTIONS="-4 --create-prefs --max-children 5 --helper-home-dir"
...