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

Problem with qmail

J

jagrok

Guest
Hello i have a problem with qmail , when i try to change a maximum of latter in the plesk in the server -> mail i get this messege :

Unable to set up maximum letter size: mailmng failed: mailmng: Unable to open file databytes: Permission denied System error 13: Permission denied

0: /opt/psa/admin/plib/common_func.php3:169
psaerror(string 'Unable to set up maximum letter size: mailmng failed: mailmng: Unable to open file databytes: Permission denied System error 13: Permission denied')
1: /opt/psa/admin/htdocs/server/mail.php3:76

Did you know mabe what i must do it ?
and what file must be a permission and what gruop and users i must used ?
 
rm -f /var/qmail/control/databytes
echo '0' > /var/qmail/control/databytes
chmod 644 /var/qmail/control/databytes

This should then allow you to change it.
 
Back
Top