ruzbehraja
- Total activity 104
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 41
Comments
Recent activity by ruzbehraja-
Do the descriptions mean that the SMTP Restrictions feature is only to disallow connections to remote SMTP servers? If yes, does it mean that the cPanel response is wrong in saying that it forces P...
-
I have no idea how the emails can be sent if what cPanel support said is working. The emails are being authenticated with a username and password. In my case it was a cPanel username and password....
-
Now coming to the point about the Tweak Setting to prevent the nobody user from sending out mail. When I reported this to cPanel, this was their response: "... The tweak setting 'Prevent "nobody"...
-
Great. You have the exact same issue that I did.... It was solved by enabling mod_ruid2. This helped us determine the user that was sending out the mails and also the script. The cause was a com...
-
Most probably the culprit is the server default settings in /usr/my.cnf Those defaults will override your /etc/my.cnf everytime mysql restarts. cat /usr/my.cnf should show you something like th...
-
Dear All we are using hosting service cpanel, we need to send all the our email encrypted to my recipient, and my recipent easely decrypt our email, which is the easy way in cpanel, also we too ea...
-
I did Set the Prevent "nobody" from sending mail setting to On, which I read in cPanel forum. But then phpmailer script is not able to send emails from our google apps account (we are using googl...
-
Now I get "This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The followin...
-
what is the output of: mysqladmin var
-
You have to ensure that the MySQL defaults in the /usr/my.cnf do not override the /etc/my.cnf settings. Otherwise, everytime MySQL restarts, it will go back to strict mode. More: MySQL :: MySQL 5...