Author: Richard.Hall Date: To: exim-users Subject: Re: [Exim] queue only
Thomas,
On Mon, 3 Nov 2003, Thomas Kinghorn wrote:
> Hi List
>
> Is there a way to queue mail for a certain domain but deliver the rest?
>
> an admin from a company we relay for has broken their exchange server and
> needs the mail queued.
>
> The server is live and outbound mail is fine.
> It is routing the received mails to a blackhole.
>
> is their a queue_only = domain name in the conf?
hold_domains is your friend.
e.g. in my config I have (permanently)
hold_domains = CFGDIR/domains/hold-domains
I can then drop domain names in and out of the file at a moment's notice.
Beware the caveats about retry times.
> Regards,
> Tom Kinghorn