2006-03-12 13:25:57 1FIVGP-0001T3-2p unable to set gid=8 or uid=1002 (euid=8): local delivery to hosler <[email protected]> transport=virtua
2006-03-12 13:25:57 1FIVGP-0001T3-2p failed to read delivery status for [email][email protected][/email] from delivery subprocess
2006-03-12 13:25:57 1FIVGP-0001T3-2p appendfile transport process returned non-zero status 0x0100: exit code 1
2006-03-12 13:25:57 1FIVGP-0001T3-2p == [email][email protected][/email] R=virtual_user T=virtual_localdelivery defer (-1)
2006-03-12 13:25:57 1FIVGP-0001T3-2p Frozen
It means you've got a misconfiguration error; exim isn't able to spawn a copy of itself with the rights it needs to write to the mailbox.hosler said:what does that mean?
Which is exactly what it was supposed to do.hosler said:that command deleted a bunch of messages, but I still cant reveice anything.
Deleting all frozen messages in the mailqueue does nothing to solve the problem.koh said:try doing this command in your ssh
# exim -bpr | grep frozen | awk {'print $3'} | xargs exim -Mrm
Sounds to me like /usr/sbin/exim does have the sticky suid bit set.unable to set gid=8 or uid=1002 (euid=8)
ls -la /usr/sbin/exim
chmod 4755 /usr/sbin/exim