|
|||
|
Problem with PHP mail
I have recently checked off "prevent user nobody from sending out mail" in the WHM tweak settings. Now a customer who uses the fantastico installed PHP auction website says his clients no longer receive his emails. I have enabled suexec but I did not go to Apache update and compile in there yet. Will that fix the problem? If not can you be so kind as to give me a hint on how to resolve this issue for my customer?
Thanks so much |
|
|||
|
hi,
certain PHP based scripts do offer a mod for such problems which lets the site owner send mails using a smtp a/c. preventing NOBODY user is although very helpful but you get a lot of such complaints from clients using such scripts and may really bug you. see ya, mohit
__________________
Learn atleast A word Daily ![]() 7+1 Dedicated Boxes with cPanel...
|
|
|||
|
You're going to have to either pay someone to investigate this for you or start investigating yourself and post back the exact errors you encounter along the way.
I'd suggest a strategy as follows: 1. Enable extended logging in Exim This, among other things, logs the subject of an email which makes finding a message in the mail logs so so much easier. How it enable "Extended Exim Logging"? 2. Create a simple PHP script for sending a test message PHP Code:
4. Wait long enough for something to turn up on the mail logs and then check through /var/log/exim_mainlog for the message sent by the script. Act accordingly on any error messages you find. It's as easy as that. If you don't understand what an error means, post the full and exact error message here and people may be able to help. But first and foremost you're going to have to put some effort into this. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|