• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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