Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Sendmail Not running with correct effective GID  (Read 1879 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Sendmail Not running with correct effective GID
« on: January 09, 2014, 10:14:56 pm »
[Wed Sep 04 04:32:11 2013] [error] [client 115.99.248.238] sendmail: Not running with correct effective GID.  Is sendmail binary setgid mailtrap?,

It may be the problem with your sendmail binary permission problem. You should check your current ownership and permission.

sendmail: Not running with correct effective GID. Is sendmail binary setgid mailtrap?

Code: [Select]
ls -la  /usr/sbin/sendmail
-rwxr-sr-x 1 root 99 15493 Apr  2 07:46 /usr/sbin/sendmail*

Solution:
Code: [Select]
chown root:mailtrap /usr/sbin/sendmail
chmod 2755 /usr/sbin/sendmail