• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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