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

psahotfix 4 problem

S

seehundnz

Guest
i tried to install the new hotfix and the matching packets via aptitude and got the following:
Code:
Selecting previously deselected package psa-hotfix4.scribed in the
(Reading database ... 56036 files and directories currently installed.)
Unpacking psa-hotfix4 (from .../psa-hotfix4_8.4.0-ubuntu6.06.build84080515.15_i386.deb) ...
Preparing to replace psa-kronolith 2.1.7-ubuntu6.06.build84080425.20 (using .../psa-kronolith_2.1.8-ubuntu6.06.build84080515.15_i386.deb) ...
Unpacking replacement psa-kronolith ...
Preparing to replace psa-qmail-rblsmtpd 0.70-ubuntu6.06.build84080425.20 (using .../psa-qmail-rblsmtpd_0.70-ubuntu6.06.build84080515.15_i386.deb) ...
Unpacking replacement psa-qmail-rblsmtpd ...
Preparing to replace psa-updates 8.4.0-ubuntu6.06.build84080425.20 (using .../psa-updates_8.4.0-ubuntu6.06.build84080515.15_all.deb) ...
Unpacking replacement psa-updates ...z# aptutude
Setting up psa-hotfix4 (8.4.0-ubuntu6.06.build84080515.15) ...
 Trying to start MySQL server...  Trying to establish test connection... connected
done
 Trying to replace files and set up right permissions...  Trying to remove old xinetd.d entries... removed `/etc/xinetd.d/smtp_psa'
removed `/etc/xinetd.d/smtps_psa'
done
 Trying to Clean up commented inetd records...  Trying to restart service xinetd... Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
done
done

Setting up psa-kronolith (2.1.8-ubuntu6.06.build84080515.15) ...
 Trying to start MySQL server...  Trying to establish test connection... connected
done

Setting up psa-qmail-rblsmtpd (0.70-ubuntu6.06.build84080515.15) ...
 Trying to start MySQL server...  Trying to establish test connection... connected
done
 Trying to start MySQL server...  Trying to establish test connection... connected
done

 Trying to reconfigure mail superserver records... --------- IMPORTANT INFORMATION FOR XINETD USERS ----------
The following line will be added to your /etc/inetd.conf file:

smtp stream tcp nowait.1000 root /var/qmail/bin/tcp-env tcp-env /usr/bin/env SMTPAUTH=1 END=1 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true

If you are indeed using xinetd, you will have to convert the
above into /etc/xinetd.conf format, and add it manually. See
/usr/share/doc/xinetd/README.Debian for more information.
-----------------------------------------------------------

--------- IMPORTANT INFORMATION FOR XINETD USERS ----------
The following line will be added to your /etc/inetd.conf file:

smtps stream tcp nowait.1000 root /var/qmail/bin/tcp-env tcp-env /usr/bin/env SMTPAUTH=1 END=1 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true

If you are indeed using xinetd, you will have to convert the
above into /etc/xinetd.conf format, and add it manually. See
/usr/share/doc/xinetd/README.Debian for more information.
-----------------------------------------------------------

mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtp_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtp_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtps_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtps_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtp_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtp_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtps_psa' attributes : No such file or directory
System error 2: No such file or directory
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtps_psa' attributes : No such file or directory
System error 2: No such file or directory
 Trying to reconfigure mailnames...  Trying to restart service xinetd... Stopping internet superserver: xinetd.
Starting internet superserver: xinetd.
done
done
 Trying to restart service xinetd... Starting internet superserver: xinetd.
done

Setting up psa-updates (8.4.0-ubuntu6.06.build84080515.15) ...

especially the
Code:
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtp_psa' attributes : No such file or directory
System error 2: No such file or directory
part is causing me headaches.


OS: Ubuntu 6.06 LTS on Virtuozzo as VPS
Plesk: 8.4

any ideas???

I Just found that the installer himself deletes these files:
Code:
Trying to replace files and set up right permissions...  Trying to remove old xinetd.d entries... removed `/etc/xinetd.d/smtp_psa'
removed `/etc/xinetd.d/smtps_psa'
done
but why does it try to open it then?
 
I had the same errors and lots of problems since with email and samba does not start
 
especially the
Code:
mailmng: ERROR: Unable to save file '/etc/xinetd.d/smtp_psa' attributes : No such file or directory
System error 2: No such file or directory
part is causing me headaches.


OS: Ubuntu 6.06 LTS on Virtuozzo as VPS
Plesk: 8.4

any ideas???

I Just found that the installer himself deletes these files:
Code:
Trying to replace files and set up right permissions...  Trying to remove old xinetd.d entries... removed `/etc/xinetd.d/smtp_psa'
removed `/etc/xinetd.d/smtps_psa'
done
but why does it try to open it then?

It is not a problem.
On Debian and Ubuntu systems /etc/inetd.conf is used by Plesk and xinetd is running in compatibility mode.
Installer removes this smtp_psa files because they are unused.
Error message itself will be fixed in Plesk 8.4.1, but such messages does not indicate real errors - it's just a garbage.

Thanks for report.
 
ok thanks for that, but after the installation i can't send any emails anymore, so i still do have to convert the inet.conf into xinetd format?

my smtp-service doesn't start at all. when i lokk at plesk->server->services smtp is not running and can't be started using the button.

then i checked the /etc/default/xinetd file and that seems to be correct with the -inetd_compat option set.

but still after a reboot the smtp-servcie won't run.
 
but still after a reboot the smtp-servcie won't run.

ok... found my mistake....... i was just too blind.

i didn't notice that the lines for smtp in inetd.conf were commented out.....


so well never mind...
 
Back
Top