Announcement

Collapse
No announcement yet.

CageFS php mail function not working just for one account

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CageFS php mail function not working just for one account

    Hello,
    I got this strange problem, one user cant use the php mail function but his webmail is working fine. He is using standart php configuration as all other users and he is the only one with this problem. I tried to find some configuration problem but with no success. When i remove cagefs on his account the function is starting to work but when i set it back its returning false again. Can you help me with this one ? I will give you all the information you need.

  • #2
    Hi Peter,

    Well, it will be hard to predict, better to create a support ticket at https://helpdesk.cloudlinux.com .

    However as the function works for other accounts in cagefs then it should be something with local config.
    The way I would suggest:
    - create a simple mail sending php script
    - try running php from command line executing over php binary to confirm it is not working
    - strace the process in last step

    Now in strace find the error message you will get from script and watch back .

    Comment

    Working...
    X