• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue fail2ban failed to start: ERROR Failed during configuration: Have not found any log file for plesk-smtp jail

Dave W

Regular Pleskian
Server operating system version
AlmaLinux 8.6 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.45.2
Product version: Plesk Obsidian 18.0.45.2
OS version: AlmaLinux 8.6 x86_64
Build date: 2022/07/22 09:00
Revision: eb4e2a3b37f5171bb9212b7a720f51b9edddefaf


systemctl start fail2ban results in
Code:
ERROR   Failed during configuration: Have not found any log file for plesk-smtp jail

checked the config of plesk-smtp jail;
Code:
[plesk-smtp]
enabled = true
filter = plesk-postfix
action = mh-iptables-allports[name=plesk-smtp]
logpath = /usr/local/psa/var/log/maillog
maxretry = 15

Fix:
Code:
ln -s /usr/local/psa/var/log/maillog  /var/log/maillog
 
Hello Dave,
as far as I can see plesk doesn't configure `plesk-smtp` jail so the jail you've described is a custom one, isn't it?
If it's so please specify right logpath when creating of a jail.
 
Back
Top