On Fri, 19 May 2006, Vadim Kutchin wrote: > connection_max_messages = 1 > remote_max_parallel = 1 > queue_run_max = 1 > > but exim stil try to deliver message to all addresses with one try. > I made something wrong?
You need max_rcpt in the SMTP transport. -- 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/
