On Mon, 17 Jul 2006, Steffen Heil wrote: > But it says: > > For this to work, you must also arrange for outgoing messages that have > "-request" in their return paths to have just a single recipient. That is > achieved by setting max_rcpt to 1. > > So I do need to send every mail distinctly... > What am I missing?
I guess that's poorly worded. I will try to improve it. It doesn't matter how many recipients are in the message you send. If you set max_rcpt to 1 on the smtp transport, the *outgoing* messages will be sent with only one recipient. In other words, it will split up the message for you automatically. -- 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/
