• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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