Re: [Exim] Virtual users .forward files

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Galbavy
日付:  
To: Cal Evans
CC: exim-users
題目: Re: [Exim] Virtual users .forward files
> For the life of me I can't figure this one out. I'll gladly take abuse if
> it's in the manual if you'll point out the page it's on.
>
> Has anyone else attempted to do this?


Our works and says:

userforward:
driver = forwardfile
home_directory = LOOKUP_BOXDIR
file_directory = LOOKUP_BOXDIR
require_files = LOOKUP_ACCOUNT:LOOKUP_MAILDIR/filters/MATCH_USERNAME
file = LOOKUP_MAILDIR/filters/MATCH_USERNAME
check_local_user = false
check_ancestor
filter
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
user = LOOKUP_ACCOUNT
group = LOOKUP_ACCOUNT

The capitalised things are macros, but they DTRT. I think the one you are
missing may be "check_local_user".

Peter