exim, domain_filter error

quyetbm

New member
Joined
Aug 19, 2008
Messages
1
Hi everyone!
There are error reports in mail queue following:
2007-..-.. 16:04:05 [email protected] R=domain_filter defer (-1): internal problem in domain_filter router (recipient is [email protected]): failure to transfer data from subprocess: status=000b readerror='Success'
please help me to fix this error!!
thanks all
 
Have you made any changes to your exim.pl file? Have you tried installing a new copy from the DirectAdmin file repository, here?

Jeff
 
Exacly the same problem here, and yes, i have downloaded the correct exim.pl
Also upgraded the exim.conf file and patched dovecot.

Even rebuilt dovecot and exim, and they are latest versions.

Do not know what more to do!
 
We can ask the gent who wrote the filter to look at it.

I've done that.

Jeff
 
Hello,

I believe I've seen a few boxes with that error as a result of setting nosuid on the /usr (or /) partition. Type:
Code:
mount
ls -la /usr/sbin/exim
exim should be chmod 4755 (-rwsr-xr-x) and the /usr partition shoud not have nosuid in it (set in /etc/fstab)

John
 
How do i check if /usr partition have nosuid in it, when i dont have anything in fstab because im running a VPS?
 
Back
Top