Thread: email problems
View Single Post
Old 03-13-2017, 05:39 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

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.
ksenya is offline   Reply With Quote