Re: [exim] How to send everything to single user

Góra strony
Delete this message
Reply to this message
Autor: Drav Sloan
Data:  
Dla: Andreasen, Michael
CC: exim-users@exim.org
Temat: Re: [exim] How to send everything to single user
Andreasen, Michael wrote:
> Thanks Phil,
>
> Do you have an example of the config for this? I've not really done much tinkering with exim before.


In your Routers:

traffic_sink:
no_expn
no_verify
transport = plughole
driver = accept


In transports:

plughole:
driver = appendfile
file = /path/to/mbox


The above is untested. Make sure /path/to/mbox is a directory exim has
the rights to append the mail into.

Regards

D.