Re: [exim] error when testing .mailfilter

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: exim users
Subject: Re: [exim] error when testing .mailfilter
> --------> maildrop router <--------
> local_part=hanno domain=xxx@???
> checking domains
> cached yes match for +local_domains
> cached lookup data = NULL
> xxx@??? in "+local_domains"? yes (matched  
> "+local_domains" - cached)
> checking for local user
> seeking password data for user "hanno": using cached result
> getpwnam() succeeded uid=1001 gid=0
> R: maildrop for xxx@???
> checking require_files
> seeking password data for user "hanno": using cached result
> getpwnam() succeeded uid=1001 gid=0
> check subsequent files for access by hanno
> file check: ${home}/.mailfilter
> expanded file: /home/hanno/.mailfilter
> stat() yielded 0
> route_check_access(/home/hanno/.mailfilter,1001,0,4)
> stat /usr
> stat /usr/home
> stat /usr/home/hanno
> stat /usr/home/hanno/.mailfilter
> route_check_access() succeeded
> file check: +/usr/bin/maildrop
> expanded file: /usr/bin/maildrop
> stat() yielded -1
> errno = 2
> maildrop router skipped: file check    


Looks like one of the files you've specified as needing to be there for the
router to work isn't there. Does your system have a /usr/bin/maildrop ?
J