• 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.

Question Fail2ban with reverse DNS

H.W.B

Regular Pleskian
Server operating system version
7.9.2009
Plesk version and microupdate number
18.0.44 Update #3
Hello,

A client is using a provider (starlinkisp.net).
Everytime he connect to the mailserver i got the following message :
Aug 9 22:49:08 plesk postfix/smtpd[21994]: warning: hostname <hostname> does not resolve to address <ipaddress>: Name or service not known
Aug 9 22:49:08 plesk postfix/smtpd[21994]: connect from unknown[<Ip address>]
And Fail2Ban Dovecot Jail bans this ip address.

Is there anything i can do to change this and that this will not resolve in a BAN without removing the Jail??

Thank you,

Henk
 
warning: hostname <hostname> does not resolve to address <ipaddress>: Name or service not known
It seems the error refers to the fact that the hostname <hostname> cannot be resolved to <ipaddress>.
I would suggest resolving this matter first and seeing if that helps. For example, adding the hostname and IP to the /etc/hosts file so it can resolve at least locally. Or making sure the hostname resolves globally.
The similar issue described here: Unable to send or receive e-mail messages: Client host rejected: cannot find your hostname
 
Back
Top