• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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.
 
You could also just block the incoming port 106 at the firewall. Then, if it does get re-enabled during an update it will be inconsequential.
 
Back
Top