• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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