On Tue, 18 Jul 2006, Stefan Klatt wrote: > with queue_domains i can define a list of domains that aren't delivered > immediatly. > Is there any way to select a special domain to deliver? > > like: > > queue_domains = test.de : best.com > > i want to deliver only emails for best.com and hold emails for test.de
hold_domains = test.de Or if you want to queue all domains except best.com queue_domains = ! best.com -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
