The fail2ban error message from log.
WARNING Invalid command: ['add', 'sasl-iptables', 'polling']
modify:
vim /usr/share/fail2ban/server/jail.py
find
_BACKENDS = ('pyinotify', 'gamin', 'polling')
And change to
_BACKENDS = ['pyinotify', 'gamin', 'polling']