[Case 86561] CGIEMAIL error

bear

Well-Known Member
Sep 24, 2002
139
4
168
cPanel Access Level
Root Administrator
Have someone that's suddenly seeing an error in using CGIEMAIL (they've been using it here for ages), and I'm not finding the cause. Hoping someone could point me to what to look for here. The error, when submitting the form that uses it:

Error
No email was sent due to an error.
500 sendmail exit 1 with error message
There was an error setting uids: 1 (Operation not permitted)

cgiemail 1.6
Anyone have an idea what's up here?
CENTOS 6.5 x86_64 standard – wbtms3
WHM 11.40.1 (build 8)
 

bear

Well-Known Member
Sep 24, 2002
139
4
168
cPanel Access Level
Root Administrator
Realized I hadn't included the form call, so here that is:
domain.tld/cgi-sys/cgiemail/cgi-bin/the_template.txt (file and domain altered)
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

It's possible this is related to internal case number 86561. Could you update the permissions on /usr/local/cpanel/bin/sendmail to 4755 and let us know if the issue persists?

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Yes, there is an internal case open to address this issue. For reference, the case number is 86561. The temporary workaround at this point is to modify the permissions on /usr/local/cpanel/bin/sendmail to 4755:

Code:
chmod 4755 /usr/local/cpanel/bin/sendmail
Thank you.
 

Froggie

Registered
Jun 5, 2014
2
0
1
cPanel Access Level
Website Owner
Yes, there is an internal case open to address this issue. For reference, the case number is 86561. The temporary workaround at this point is to modify the permissions on /usr/local/cpanel/bin/sendmail to 4755:

Code:
chmod 4755 /usr/local/cpanel/bin/sendmail
Thank you.
That looks like the solution to my problem too but I have unfortunately no idea how to modify the permissions:confused: Would you be able to explain to me how to go about it?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Your access level is listed as "Website Owner". You will need to contact your web hosting provider to inform them of this issue/solution.

Thank you.
 

Skotty Dawg

Registered
Jul 5, 2014
1
0
1
cPanel Access Level
Root Administrator
I'm getting the same 500 issue and I don't know how to access the "/usr/local/cpanel/bin/sendmail to 4755" or whatever to change it. The CGI form was working great back in May. Please help!
 
Last edited by a moderator:

hiredgeek

Member
Jul 9, 2014
17
2
53
cPanel Access Level
Root Administrator
I believe you have to shell (terminal) into the root of the server to change those permissions.

I changed my permissions but it only temporarily fixed the issue. After about a day or 2, the permissions get magically set back to 755. I change them to 4755 again and it works, but only for bit, so I keep on having to do this over and over. Any ideas?
 

tross

Registered
Feb 6, 2004
2
0
151
I have the same issue with permissions reverting to 755. I could put a cron job to change them everyday but that is not a good solution. How can we stop the changes?
 

bear

Well-Known Member
Sep 24, 2002
139
4
168
cPanel Access Level
Root Administrator
The only way to keep it as 755 (without setting a cron as above) is to set it then make the file immutable (chattr +i /file/location/filename). Cpanel will complain about that periodically, and it prevents updating sendmail, so if the issue were resolved instead I'd be much happier. It appears to affect only CGIEMAIL, so if I can convince the one user on the box to change what they use, I'd then disable that.
 

tross

Registered
Feb 6, 2004
2
0
151
The only way to keep it as 755 (without setting a cron as above) is to set it then make the file immutable (chattr +i /file/location/filename). Cpanel will complain about that periodically, and it prevents updating sendmail, so if the issue were resolved instead I'd be much happier. It appears to affect only CGIEMAIL, so if I can convince the one user on the box to change what they use, I'd then disable that.
Thanks for the suggestion. I too was worried that it might cause some problem with cpanel updates. I hope they can get this fixed.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Internal case number 86561 was addressed in cPanel version 11.42.1.18:

Fixed case 86561: Updated cpanel-cgiemail to 1.6-5.cp1136.

Thank you.
 

hiredgeek

Member
Jul 9, 2014
17
2
53
cPanel Access Level
Root Administrator
Internal case number 86561 was addressed in cPanel version 11.42.1.18:

Fixed case 86561: Updated cpanel-cgiemail to 1.6-5.cp1136.
Unfortunately permissions still got changed and I'm on version 11.44.1 (build 11) .
I have two servers and it's only doing it on one of them.
I manually did a chmod again, and now I set up a chron to run every 5 minutes. :confused:
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Ticket #5441941
Thank you
To update, this ticket was closed automatically due to a lack of response to our request for authentication details. Please feel free to reply to that ticket with the requested information if you want us to take a closer look.

Thank you.
 

Michael-MS

Well-Known Member
Apr 16, 2003
144
0
166
To update, this ticket was closed automatically due to a lack of response to our request for authentication details. Please feel free to reply to that ticket with the requested information if you want us to take a closer look.

Thank you.
Our server is having the same problem. I did the chmod 4755 /usr/local/cpanel/bin/sendmail to fix it and it reverted back after the last update. I will open a ticket. #5634511
 
Last edited: