-
Notifications
You must be signed in to change notification settings - Fork 178
Q9807
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
Is there any way to have messages sent to a specific local address delayed by - say - 24 hours?
Set up a router like this:
delay:
driver = redirect
domains = the.domain
local_parts = thelocalpart
condition = ${if < {$message_age}{86400}{yes}{no}}
allow_defer
data = :defer: message not old enough
no_verify
Of course, this will also have the effect of setting a retry time for
the address. You may want to set a special retry rule for it. Note the
use of no_verify
to ensure that this router is not used when Exim is
verifying addresses.
- 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