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

Can't open port 587 on plesk 10.x

empati

New Pleskian
Hi,

I'm using Plesk 10.4.4 Update #24 on a linux machine installed CentOS

I'm trying to open port 587 for mail clients. I have added a new rule by plesk firewall for port 587.

It's:
/sbin/iptables -A INPUT -p tcp --dport 587 -j ACCEPT

But clients still can't sent any mail via outlook or other mail clients.

Do you have any advise for me?
 
But can you see that port is open on local server? Check it on Plesk server with

# lsof -i tcp:587

If port is not open try to fix it with

# mv /etc/xinetd.d/submission.psa /etc/xinetd.d/submission_psa
# /etc/init.d/xinetd restart
 
Back
Top