著者: Sascha E. Pollok 日付: To: Dave C. CC: exim-users 題目: Re: [Exim] Vacation filters
>> The problem is: in case a mail comes in, let's say for a >> user test@??? and that user doesn't get found
>> in the virtual_aliases director, the mail could as well be
>> sent to the vacation_pipe in case a file
>> vacation-test exists, that might belong to a completely
>> different user.
>>
>> Users that match localuser never get to the vacation router.
>>
>
>
>Put the vacation router before the localuser one, assuming you want
>vacation- files to take priority over existing users..
I tried that before but ...
>Add a domains="lsearch;/usr/local/exim/local.domains" to the vacation
>router - this will prevent it calling unless the domain is local..