I would like to redirect all email from
*@domain.fr to [email protected]
Do you know how I can configure my exim4 server on Debian to do so ? (My exim configuration seams to be split in different files)
Thank you.
I would like to redirect all email from
*@domain.fr to [email protected]
Do you know how I can configure my exim4 server on Debian to do so ? (My exim configuration seams to be split in different files)
Thank you.
You could create
/etc/exim4/conf.d/router/350_domain_redirect
and use the following contents:This will work, but is very specific to your problem. An improvement would be to look up the information from a file.
As for everything being in separate files, you can make the Debian exim4 packages use a single file by running:
If the exim4.conf file exists, then it will use that, otherwise, it will use the autogenerated file in /var/lib/exim4.