Re: [exim] How to queue_only AND copy mail to a mailbox?

Top Page
Delete this message
Reply to this message
Author: Andreas Semt
Date:  
To: Odhiambo Washington
CC: exim-users
Subject: Re: [exim] How to queue_only AND copy mail to a mailbox?
Odhiambo Washington wrote:

> * Andreas Semt <as@???> [20040831 20:32]: wrote:
>
>>Odhiambo Washington wrote:
>>
>>>I think you can use a redirect router with the unseen option. That
>>>should be the easiest.
>>>
>>>
>>>-Wash
>>>
>>
>>Thanks for the quick answer! So the redirect router overwrites the "MAIN
>>CONFIGURATION SETTING" queue_only = true setting? Could you please send
>>me the exact redirect router configuration (if possible), if the mailbox
>>(where the mails should copied to) is called copy_mailbox@????
>
>
>
> something like:
>
> copy_router:
>   driver             = redirect
>   domains            = example.com
>   data               = copy_mailbox@??? 
>   no_verify_sender
>   unseen
>   no_more                                

>
>
>
>
> -Wash


Cool! But: My exim_incoming does nothing with the mails, cause
"queue_only = true". So, would the copy_router ever processed?

Thanks,
Andreas