-
Notifications
You must be signed in to change notification settings - Fork 179
Q9805
5lava edited this page Mar 15, 2015
·
3 revisions
How can I configure Exim so that all mails addressed to [something@username.domain.net](mailto:something@username.domain.net) get delivered to /var/spool/mail/username?
Assuming that you have set up username as a normal user, with conventional routing for [username@domain.net](mailto:username@domain.net) to that mailbox, all you need to do is set up a redirection, using a router like this:
user_in_domain:
driver = redirect
data = ${if match{$domain}{\N^(.*)\.domain\.net$\N}\
{$1}fail}@domain.net
If you set envelope_to_add
in the appendfile transport, the original
envelope address is preserved in the message in an Envelope-to: header
line.
- How do I configure Exim as part of TPC
- How do I configure Exim so that it sends mail to the outside world only
- A site for which I provide secondary MX is down for some time. Is there
- We want to be able to temporarily lock out a user by disabling the
- How can I configure Exim so that all mails addressed to
- How do I get exim not to add a Sender: header to locally originated
- Is there any way to have messages sent to a specific local address
- I have a mailing list exploder on one host, and three other hosts where
- Can I configure Exim so that my gateway host sends a copy of each
- How can I implement SMTP-after-POP > with Exim?
- I would like to tap off > a proportion of real mail traffic from my live mail server to use in
- How can I lookup data from a single file using both single IP addresses