• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Resolved Does Plesk have it's own hidden version of poppassd running?

Richard18

Basic Pleskian
12.5.30 #42 on Ubuntu 14.04, I don't have the poppassd package installed but poppassd still answers on port 106.

Any ideas why?
 
# cat /etc/xinetd.d/poppassd_psa
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST AFTER YOU UPGRADE PARALLELS PLESK PANEL.
service poppassd
{
socket_type = stream
protocol = tcp
port = 106
wait = no
disable = no
user = root
instances = 1000
flags = KEEPALIVE IPv6
server = /usr/local/psa/admin/sbin/poppassd
}


# rpm -qf /usr/local/psa/admin/sbin/poppassd
psa-mail-driver-common-12.5.30-cos6.build1205150826.19.i686

As you can see poppassd is a part of psa-mail-driver-common Plesk package.
 
Can it be disabled? We don't run any external facing mail services on the server, just need mail internally for things.
 
Thanks, can I ignore "DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY"? The changes will be kept?
 
Thanks, can I ignore "DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY"? The changes will be kept?
You can try at least. I think it may be overwritten if psa-mail-driver-common package will be updated in microupdate, or something else.
 
Back
Top