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

Resolved php mail fails for regular users, works for root

tkalfaoglu

Silver Pleskian
A test.php file stored at the customer's httpdocs folder produces nothing if the owner of that file is
username : psacln ... If the owner is root:root then the mail is delivered. The file is very simple:

<?php
mail('[email protected]','hello','test mail function');
?>


Sendmail is enabled both on server level and subscription level for that customer.
What else shall I check?
many thanks -t
 
UPDATE: I disabled the use of sendmail server-wide.. then re-enabled it..
Now my test.php works - it sends mail as regular user!
 
Back
Top