1

Topic: Sieve.log lda error

==== Required information ====
- iRedMail version:  0.8.1
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Linux/BSD distribution name and version: CentOS 6.3
- Related log if you're reporting an issue:
====

After the installation i got this error in sieve.log :

lda(root): Fatal: setgid(500(vmail) from mail_gid setting) failed with euid=99(nobody), gid=99(nobody),
egid=99(nobody): Operation not permitted (This binary should probably be called with process group set to 500(vmail) i
nstead of 99(nobody))

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Sieve.log lda error

Please create an alias in /etc/postfix/aliases like below:

nobody: root

Then execute command:

# postalias /etc/postfix/aliases

That's all.

3

Re: Sieve.log lda error

Thank you, for the help.

ZhangHuangbin wrote:

Please create an alias in /etc/postfix/aliases like below:

nobody: root

Then execute command:

# postalias /etc/postfix/aliases

That's all.

4

Re: Sieve.log lda error

Sorry, but I still have the error.

Aug 17 10:51:58 lda(root): Fatal: setgid(500(vmail) from mail_gid setting) failed with euid=99(nobody), gid=99(nobody), egid=99(nobody): Operation not permitted (This binary should probably be called with process group set to 500(vmail) instead of 99(nobody))

5

Re: Sieve.log lda error

Do you have entry for root user in /etc/postfix/aliases? For example:

root: user@domain.ltd

Since emails for most of all system users are configured to be forwarded to root, you have to forward it to a real email address to receive them.