Hi,
I've got this problem now (cPanel + Exim 4.52 maildir) bugging me for a
couple of months and I am unable to find a solution. Here it is:
root@host [~]# /usr/sbin/exim -v -M 1EeZnr-0006Zq-C4
delivering 1EeZnr-0006Zq-C4
LOG: MAIN
== root@??? <abc@???> R=central_user_filter defer (-1):
bad owner for /etc/vfilters/abcweb.com
Here is the central thing from exim.conf:
<snip>
central_user_filter:
driver = redirect
allow_filter
check_local_user
domains = ! lsearch;/etc/userdomains
condition = "${perl{hasfilterfile}{$local_part}}"
file = "${perl{getfilterfile}{$local_part}}"
file_transport = address_file
pipe_transport = virtual_address_pipe
reply_transport = address_reply
retry_use_local_part
no_verify
...
address_file:
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add
...
virtual_address_pipe:
driver = pipe
group = "${lookup{$domain}lsearch* {/etc/userdomains}{$value}}"
return_output
user = "${lookup{$domain}lsearch* {/etc/userdomains}{$value}}"
...
address_reply:
driver = autoreply
</snip>
root@host [~]# ls -all /etc/vfilters/abcweb.com
-rw-r--r-- 1 abcweb mail 0 May 1 2005
/etc/vfilters/abcweb.com
root@host [~]# lsattr /etc/vfilters/abcweb.com
------------- /etc/vfilters/abcweb.com
What is the problem here? Why is it bad owner? What should it be?