ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   email problems (http://forum.ispsystem.com//showthread.php?t=2917)

lexsusdk 03-12-2017 11:03 AM

email problems
 
I can not send email anymore
could not execute /usr/sbin/sendmail -t -i

Error from Apache log:
[unixd:alert] [pid 1357] (1)Operation not permitted: AH02156: setgid: unable to set group id to Group 0

Error from Exaim panic.log:
unable to set gid=6004 or uid=0 (euid=0): forcing real = effective

CentOS 7
ISPmanager Business 5.95.3

ksenya 03-13-2017 05:39 AM

In the /etc/passwd file check the lats string and user gid. Then add the following data into the httpd configuration file:

<IfModule mpm_itk_module>
LimitUIDRange 0 10000
LimitGIDRange 0 10000
</IfModule>

where 10000 is the UID and GID limit, i.e. it should be larger than the largest user GID in etc/passwd.


All times are GMT +2. The time now is 10:21 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.