• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

screwed qmail?

P

phreak

Guest
screwed my plesk?

last night i decided to remove spamassassin.
so in my debian3.1 box i executed:

PHP:
apt-get remove psa-spamassassin spamassassin

after that my plesk interface did not load in the browser anymore. so i reinstalled it with the autoinstaller script and executed:
PHP:
/opt/psa/admin/bin/packagemng

now if i change or add an email-adress this strange permission error occurs in plesk:

PHP:
Error: Unable to update the mail name properties:mailmng failed: mailmng: Unable to open file /var/qmail/users/assign: Permission denied

System error 13: Permission denied
mailmng: Unable to remove record for test2 from assign file
System error 13: Permission denied
mailmng: Unable to open file /var/qmail/users/assign: Permission denied

System error 13: Permission denied
mailmng: Unable to remove test2 mailbox record from assign file
System error 13: Permission denied
mailmng: Unable to open file /var/qmail/users/poppasswd: Permission denied

System error 13: Permission denied
mailmng: Unable to remove test2 mailbox record from password file

System error 13: Permission denied
mailmng: Unable to open dir /var/qmail/mailnames/domain.com/test2: Permission denied

System error 13: Permission denied

Please help me! Am i screwed? what are the right users and groups? and what files to change? ... i have no idea.

Thanx in advance!
 
ok.. found the answer:

/opt/psa/admin/sbin/wrapper lost the sticky bit!?

fixed it with:
PHP:
chmod u+s /opt/üsa/admin/sbin/wrapper

now everything works fine... strange
 
Back
Top