Re: [Exim] filter from spam

Top Page
Delete this message
Reply to this message
Author: Michael N. Shibaev
Date:  
To: Philip Hazel
CC: EXIM
Subject: Re: [Exim] filter from spam
>
> > As i see filter works correctly in testing mode, but realy there are problems
> > with filtering. May be exim don't see user filter file?
>
> You can test for that by running
>
> exim -d10 -bt <user@domain>
>
> to see how Exim would process a message for that user.
>

    After running exim -d10 -bt vilch@??? i received:
    (it's only a part, which is tied with userforward director)


    ...
    calling userforward director
    require_files = +/var/www.root/userdirs/vilch:+/var/www.root/userdirs/vilch/.for
    ward
    test existence of /var/www.root/userdirs/vilch
    required present, EACCES => absent
    Success
    test existence of /var/www.root/userdirs/vilch/.forward
    required present, EACCES => absent
    Permission denied
    userforward director skipped: file existence failure
    ...



User .forward file permissions are rw-r--r-- , owner is vilch (it's a
user name). Where did i mistake?


Shibaev Michael