Exim not working properly

onze

Verified User
Joined
Jan 2, 2011
Messages
16
Location
Portugal
[Solved] Exim not working properly

Hello,
I switched to a new server and restored all the data using admin backup/transfer.

Everything seems to work fine except for exim witch is giving the following error in exim panic log,

2011-04-09 14:53:41 1Q8Ybd-000161-40 unable to set gid=12 or uid=501 (euid=8): domain_filter router (recipient is [email protected])
2011-04-09 14:53:41 1Q8Ybd-000161-40 internal problem in domain_filter router (recipient is [email protected]): failure to transfer data from subprocess: status=0100 readerror='Success'
2011-04-09 14:55:34 1Q8YdS-000177-Gt unable to set gid=0 or uid=0 (euid=8): userforward router (recipient is [email protected])
2011-04-09 14:55:34 1Q8YdS-000177-Gt internal problem in userforward router (recipient is [email protected]): failure to transfer data from subprocess: status=0100 readerror='Permission denied': error=failed to stat /root/.forward (Permission denied)
I have checked /root/.forward and the file does not exist, i have created and chmod but does not fix the prob, also tried some recomendations from the forum and they did not work either.

Can someone help me with this issue please?

Thanks
 
Last edited:
Fixed,

Steps i have taken,

cd /usr/local/directadmin/scripts/
./exim.sh

in the end i got an error running this test,
cd /etc/virtual/majordomo; ./wrapper config-test

Have you configured where Majordomo is?
$whereami is example.com
BAD: $whereami hasn't been changed yet!

nano /etc/virtual/majordomo/majordomo.cf

edit $whereami is example.com

to $whereami server.domain.com

run the test again,
cd /etc/virtual/majordomo; ./wrapper config-test

all okay

restarted exim
/etc/inid.d/exim restart

All okay

Centos 5.5 x64 DA DirectAdmin 1.38.0
 
Back
Top