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

rkhunter warnings postfix-queue

105547111

Silver Pleskian
I have started seeing these after the plesk microupdate:

Warning: Network TCP port 47018 is being used by /usr/lib/plesk-9.0/postfix-queue. Possible rootkit: Possible Universal Rootkit (URK) component
********Use the 'lsof -i' or 'netstat -an' command to check this.

How can I supress these or make it use a different port?

Thanks!
 
Do you mean rkhunter from psa-watchdog module or separate rkhunter?
I have submitted corresponding request to developers.
 
1. Is very strange for postfix-queue to use port 47018.
I recommend use "chkrootkit" utility or another for check you system. And "netstat -an", "lsof -i" of cause.

2. You can to avoid such messagess if postfix-queue port was defined as 47018 manually.
​ You can add postfix-queue into rkhunter.conf which placed in /usr/local/psa/etc/modules/watchdog
I think you have to add string:

for x86
PORT_WHITELIST="/usr/lib/plesk-9.0/postfix-queue TCP:47018"

for x86_64
PORT_WHITELIST="/usr/lib64/plesk-9.0/postfix-queue TCP:47018"
 
Hi IgorG,

Thanks for the reply and information.

Yesterday I ran killall postfix-queue and it is now running not using port 47018 and it's not triggering warnings from rkhunter.

It must be coincidence it happened to be running there last two days, but after killing it's no longer making rkhunter upset.

Cheers,
David
 
Back
Top